{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% load custom_filters %} {% load custom_tags %} {% block title %} Buyer Agents {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Buyer Agents

{% if agents %} {% for item in agents %} {% endfor %} {% else %} {% endif %}
SL Agent Name Contact Address Active Action
{{ forloop.counter }} {{ item.name }} {{ item.contact|default:"N/A" }} {{ item.address|default:"N/A" }} {{ item.is_active}}
Data not found
{% if obj_list.has_other_pages %} {% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}