Project-X
#
Pharmacy Name
Address
District
City
Email
Mobile
{% if all_data %} {% for data in all_data %}
{{data.id}}
{{data.pharmacy_name}}
{{data.address}}
{{data.district}}
{{data.city}}
{{data.email}}
{{data.mobile}}
{% endfor %} {% else %} There are no records in the system {% endif %}