msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-02-18 16:44+0100\n"
+"POT-Creation-Date: 2013-02-18 17:06+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Guillaume Pellerin <yomguy@parisson.com>\n"
"Language-Team: LANGUAGE <lists@parisson.com>\n"
msgstr "Titre"
#: templates/teleforma/course.html:18 templates/teleforma/course.html.py:34
-#: templates/teleforma/seminar_testimonial.html:41
#: templates/teleforma/inc/media_package_list.html:36
msgid "Description"
msgstr "Description"
msgid "Training type"
msgstr "Type de formation"
-#: templates/teleforma/seminar_testimonial.html:43
+#: templates/teleforma/seminar_testimonial.html:40
#: templates/teleforma/inc/media_package_list.html:38
msgid "Duration"
msgstr "Durée"
-#: templates/teleforma/seminar_testimonial.html:43
+#: templates/teleforma/seminar_testimonial.html:40
#: templates/teleforma/inc/seminar_description.html:12
msgid "hours"
msgstr "heures"
-#: templates/teleforma/seminar_testimonial.html:44
+#: templates/teleforma/seminar_testimonial.html:41
msgid "Training begin date"
msgstr "Date de début de formation"
-#: templates/teleforma/seminar_testimonial.html:45
+#: templates/teleforma/seminar_testimonial.html:42
msgid "Training end date"
msgstr "Date de fin de formation"
"reste à votre disposition pour renseignement complémentaire.\n"
#: templates/teleforma/messages/answer_validated.txt:1
-#, fuzzy, python-format
+#, python-format
msgid ""
"%(gender)s %(first_name)s %(last_name)s,\n"
"\n"
"The team of the %(organization)s thank you for your confidence and we remain "
"at your disposal for further information.\n"
msgstr ""
-"%(first_name)s %(last_name)s,\n"
+"%(gender)s %(first_name)s %(last_name)s,\n"
"\n"
"Votre réponse à la consultation n°%(rank)s du séminaire e-learning "
"\"%(title)s\" a été validée.\n"
"reste à votre disposition pour renseignement complémentaire.\n"
#: templates/teleforma/messages/seminar_validated.txt:1
-#, fuzzy, python-format
+#, python-format
msgid ""
"%(gender)s %(first_name)s %(last_name)s,\n"
"\n"
"The team of the %(organization)s thank you for your confidence and we remain "
"at your disposal for further information.\n"
msgstr ""
-"%(first_name)s %(last_name)s,\n"
+"%(gender)s %(first_name)s %(last_name)s,\n"
"\n"
"Votre réponse à la consultation n°%(rank)s du séminaire e-learning "
"\"%(title)s\" a été validée.\n"
else:
title = unicode(seminar.course.title)
- # auditor = user.auditor.all()
- # if auditor:
- # gender = unicode(_(auditor[0].gender))
- # else:
- # gender = ''
- # context['gender'] = gender
+ auditor = user.auditor.all()
+ if auditor:
+ gender = unicode(_(auditor[0].gender))
+ else:
+ gender = ''
+ context['gender'] = gender
context['first_name'] = user.first_name
context['last_name'] = user.last_name
context['rank'] = answer.question.rank
else:
title = unicode(seminar.course.title)
- # auditor = user.auditor.all()
- # if auditor:
- # gender = unicode(_(auditor[0].gender))
- # else:
- # gender = ''
- # context['gender'] = gender
+ auditor = user.auditor.all()
+ if auditor:
+ gender = unicode(_(auditor[0].gender))
+ else:
+ gender = ''
+ context['gender'] = gender
context['first_name'] = user.first_name
context['last_name'] = user.last_name
context['rank'] = answer.question.rank
user = answer.user
sender = self.request.user
site = Site.objects.get_current()
- path= reverse('teleforma-question-answer', kwargs={'pk':answer.question.id})
+ path= reverse('teleforma-question-answer', kwargs={'id': seminar.id, 'pk':answer.question.id})
if answer.question.seminar.sub_title:
title = unicode(_('Subtitle')) + ' : ' + seminar.sub_title
else: