{% extends "base.html" %} {% block title %}Options saved.{% endblock %} {% block content %}

The following options have been saved. Please verify them before logging out.

Please keep in mind that, the next time you login you will be redirected to this page straightaway.

{% if options_chosen %} {% for option in options_chosen %} {% endfor %}

Programme Code

Programme Name

Insitute

Preference

{{ forloop.counter }}

{{ option.opt_code }}

{{ option.opt_name }}

{{ option.opt_location }}

{% if email %} An email with the list of options has been sent {{ email }} for book-keeping purposes. {% endif %} {% else %}

No Options were chosen, Press Edit Options to go back and select options otherwise Press logout to exit the allotment process

{% endif %}
{% csrf_token %}
Download pdf
{% csrf_token %}
{% csrf_token %}
{% endblock content %}