8f31489233d191e76bca9238be412b897e5ef5d8
[edumed.git] / wtem / templates / admin / wtem / submission / change_list.html
1 {% extends "admin/change_list.html" %}
2 {% load i18n %}
3 {% load admin_urls %}
4
5
6 {% block result_list %}
7     {% if examiners %}
8         <p>
9         {% for examiner in examiners %}
10             {{examiner.name}}: {{examiner.todo}} {% if not forloop.last %}, {% endif %}
11         {% endfor %}
12     </p>
13     {% endif %}
14     {{block.super}}
15 {% endblock %}