From: Guillaume Pellerin Date: Fri, 27 Jun 2014 10:39:56 +0000 (+0200) Subject: update scripts list X-Git-Tag: 1.1~453 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d00e6156c57afa603c2a4d38a43cbc1833c01c91;p=teleforma.git update scripts list --- diff --git a/teleforma/exam/templates/exam/inc/script_list.html b/teleforma/exam/templates/exam/inc/script_list.html index 6106f1cf..33bfaf29 100644 --- a/teleforma/exam/templates/exam/inc/script_list.html +++ b/teleforma/exam/templates/exam/inc/script_list.html @@ -9,11 +9,12 @@
- - + + + @@ -23,11 +24,12 @@ {% for script in object_list %} - - - + + + +
{% trans "Last Name"%}{% trans "First Name"%}
{% trans "Course"%} {% trans "Session"%} {% trans "Type"%}{% trans "Last Name"%}{% trans "First Name"%} {% trans "Submission date"%} {% trans "Mark date"%} {% trans "Corrector"%}
{{ script.author.last_name }}{{ script.author.first_name }}{{ script.course.title }}{{ script.course.title }} {{ script.session }} {{ script.type }}{{ script.author.last_name }}{{ script.author.first_name }} {{ script.date_submitted }} {% if script.date_marked %}{{ script.date_marked }}{% endif %} {% if script.corrector %}{{ script.corrector }}{% endif %}