{% extends "base.html" %} {% block title %}Options saved.{% endblock %} {% block content %}
Programme Code |
Programme Name |
Insitute |
Preference |
{% for option in options_chosen %}
{{ forloop.counter }} |
{{ option.opt_code }} |
{{ option.opt_name }} |
{{ option.opt_location }} |