{% extends 'dashboard.html' %} {% block extra_header %} {% endblock %} {% block dashboard-body %}
{% for profile in institute_profiles %} {% endfor %}
SL Name Active
{{ forloop.counter }} {{ profile.name }} {% if profile.active %} Active {% else %} Inactive {% endif %}
{% endblock %} {% block extrajs %} {% endblock %}