From: yomguy Date: Thu, 17 Jan 2013 14:52:53 +0000 (+0100) Subject: fix testimonial X-Git-Tag: 0.9-probarreau~127 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9ec795f1d6c48aefe5c95152af67cc7892c04005;p=teleforma.git fix testimonial --- diff --git a/teleforma/templates/teleforma/seminar_testimonial.html b/teleforma/templates/teleforma/seminar_testimonial.html index 4de9b32f..9752c77d 100644 --- a/teleforma/templates/teleforma/seminar_testimonial.html +++ b/teleforma/templates/teleforma/seminar_testimonial.html @@ -10,7 +10,7 @@ -{%block head_title %}{% description %} - TeleForma{% endblock %} +{%block head_title %}{% description %} - {% trans "Testimonial" %}{% endblock %} {% block stylesheets %} @@ -25,9 +25,8 @@
- + > {% trans "Training testimonial" %} +
@@ -35,14 +34,13 @@ {% trans "Last name" %} : {{ user.last_name|upper }} {% trans "First name" %} : {{ user.first_name|upper }} {% trans "Address" %} : {{ user.auditor.all.0.address }} {{ user.auditor.all.0.postal_code }} {{ user.auditor.all.0.city }} - {% trans "Duration" %} : {{ seminar.duration }} - {% trans "Sujet" %} : {{ seminar.sub_title }} {% if seminar.rank %} n°{{seminar.rank}}{% endif %} + {% trans "Sujet" %} : {{ seminar.title }} {% if seminar.rank %} n°{{seminar.rank}}{% endif %} {% trans "Course" %} : {{ seminar.course }} {% trans "Training type" %} : E-learning - {% if seminar.keywords.all %}{% trans "keywords" %}{% for kw in seminar.keywords.all %}{{ kw }}, {% endfor %}{% endif %} {% if seminar.description %} {% trans "Description" %} :
{{ seminar.description|safe }}
{% endif %} + {% trans "Duration" %} : {{ seminar.duration|fancy_duration }} {% trans "Training begin date" %} : {{ user.date_joined }} {% trans "Training end date" %} : {{ user.last_login }} @@ -56,11 +54,8 @@ -
- - {% block footer %} {% endblock layout %} -