{% extends 'base.html' %} {% block contentbody %} {% csrf_token %}
| SN | Name | Currency | Abbreviation | Status | Actions |
| {{ forloop.counter }} | {{ country.name }} | {{ country.currency }} | {{ country.abbrevation }} | {% if country.status %} Active {% else %} Inactive {% endif %} | {% if perms.projsettings.change_country %} Edit {%endif%} {% if perms.projsettings.delete_country %} Delete {%endif%} |