{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Destination Country {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Destination Country

{% if obj_lists %} {% for obj in obj_lists %} {% endfor %} {% else %} {% endif %}
SL Country Name Action
{{forloop.counter}} {{ obj.name }}
    {% comment %}
  • {% endcomment %}
Data is not found
{% if obj_lists.has_other_pages %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}