{% include 'web/include_comman/header.html' %} {% include 'web/include_comman/sidebar.html' with active_tab='country_active'%}
{% include 'web/include_comman/right_top.html' %}
{% comment %}

{{title}}

{% endcomment %}
Country List
Add New {% comment %} Reset {% endcomment %}
{% include 'web/message.html' %}
{% if countrys %} {% for country in countrys %} {% if country.commission %} {% else %} {% endif %} {% endfor %}
S.N. Country name Commission Action
{{forloop.counter}} {{country.name}}{{country.commission}}%N.A.Edit Delete
{% else %} {% endif %}
{% include 'web/include_comman/footer.html' %}