- {% with exams=object.shorts_exams.all app_name="shorts" %}
- {% include "exam_list.html#exam-list" %}
- {% endwith %}
-
-
+
+
+
+ {% with exams=object.shorts_exams.all app_name="shorts" %}
+ {% include "exam_list.html#exam-list" %}
+ {% endwith %}
+
+
{% endif %}
{% if object.physics_exams.all %}
-
Physics Exams:
- {% with exams=object.physics_exams.all app_name="physics" %}
- {% include "exam_list.html#exam-list" %}
- {% endwith %}
-
View exam list
+
+
+
+ {% with exams=object.physics_exams.all app_name="physics" %}
+ {% include "exam_list.html#exam-list" %}
+ {% endwith %}
+
+
{% endif %}
{% if object.sbas_exams.all %}
-
SBAs Exams:
- {% with exams=object.sbas_exams.all app_name="sbas" %}
- {% include "exam_list.html#exam-list" %}
- {% endwith %}
-
View exam list
+
+
+
+ {% with exams=object.sbas_exams.all app_name="sbas" %}
+ {% include "exam_list.html#exam-list" %}
+ {% endwith %}
+
+
{% endif %}
-
-
-
+
+
+
+
-
-
-
+
+
+
+
- {% include 'exam_overview_js.html' %}
+ {% include 'exam_overview_js.html' %}
+
+
{# .container end #}
{% endblock %}
{% block css %}
{% endblock %}
\ No newline at end of file