{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} TNA HEAD {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if request.user.is_superuser == True %}

Merchant Team

{% if tna_heads %}
{% for head in tna_heads %} {% endfor %}
SL No Head Action
{{forloop.counter}} {{ head.name }}
{% else %}
SL No Head Action
No Data Found
{% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}