{% include 'AdminTemplates/adminDash.html' %} {% load static %} {% block body %}
{% if cat_deleted %}

'{{cat_deleted}}' Country is Deleted and the related Products also Deleted

{% endif %}
{% for i in countryList %} {% csrf_token %} {% endfor %}
Country Name Country Code Action
product {{ i.con_name }} {{ i.con_code|upper }} {% if i.con_name != "Qatar" %} Edit Delete {% else %} Forbidden {% endif %}
{% endblock body %}