{% extends "commercial_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Forwarder Name {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Forwarder Name

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