{% extends 'admin/base.html' %} {% load i18n admin_urls static admin_list %} {% load tag %} {% block branding %}

Institute Registration

{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% csrf_token %} {% for field in form %}
{{ field.errors }} {{ field.label_tag }}
{{ field }} {% if field.help_text %}

{{ field.help_text|safe }}

{% endif %}
{% endfor %}
{% endblock %}