{% extends "devilry_qualifiesforexam/base.django.html" %} {% load i18n %} {% load cradmin_tags %} {% block content %}

{% trans 'Students on' %} {{ period }}

{% trans 'Preview and confirm' %}

{% trans 'This table shows the result of your choices' %}

{# Add back button #}

{% csrf_token %} {% trans "Back" %}

{% cradmin_render_renderable table %} {# {% include "devilry_qualifiesforexam/includes/qualification_table.django.html" %}#}
{% endblock content %}