7 lines
241 B
HTML
7 lines
241 B
HTML
<h2>Exam: {{ exam.name }}</h2>
|
|
<h3>Candidate: {{ cid }}</h3>
|
|
{% if view_all_results %}
|
|
<div class="alert alert-info" role="alert">
|
|
Exam state: Active [{{exam.active}}] / Published [{{exam.publish_results}}]
|
|
</div>
|
|
{% endif %} |