{% load i18n static %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %}{% endblock %} {% block extrastyle %}{% endblock %} {% if LANGUAGE_BIDI %}{% endif %} {% block extrahead %}{% endblock %} {% block blockbots %}{% endblock %} {% load i18n %}
{% block content %} {% if applicant.is_float %}
{% csrf_token %}
{% csrf_token %}
{% csrf_token %}
{% endif %} {% if success %}

update successfull

{% endif %}

Name: {{applicant.name}}
Rank: {{applicant.rank}}
Allocated choice: {% for choice in applicant.alloted_choice.all %} {{choice}} {% endfor %}

{% csrf_token %} {{ formset.management_form }} {% for form in formset %} {{ form.non_field_errors }} {% for hidden in form.hidden_fields %} {{ hidden }} {% endfor %} {% for field in form.visible_fields %}
{{ field.errors }} {{ field.label_tag }} {{ field }}
{% endfor %}
{% endfor %} {% if not applicant.institute.is_allocated %} {% endif %}
{% endblock %}