From d00e6156c57afa603c2a4d38a43cbc1833c01c91 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 27 Jun 2014 12:39:56 +0200 Subject: [PATCH] update scripts list --- teleforma/exam/templates/exam/inc/script_list.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 %} - - - + + + + -- 2.39.5
{% 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 %}