+ {% var accepted_by = answer.accepted.by.username %}\r
+ {% var answer_author = answer.author.username %}\r
+ {% var app_url = settings.APP_URL %}\r
+ {% var question_url = question.get_absolute_url %}\r
+ {% var question_title = question.title %}\r
+\r
<p>{% trans "Hello" %} {% user_var username %},</p>\r
\r
<p>\r
- {% blocktrans with answer.accepted.by.username as accepter and answer.author.username as answer_author and settings.APP_SHORT_NAME as app_title and settings.APP_URL as app_url and question.get_absolute_url as question_url and question.title as question_title %}\r
- Just to let you know that {{ accepter }} has just accepted {{ answer_author }}'s answer on his question\r
+ {% blocktrans %}\r
+ Just to let you know that {{ accepted_by }} has just accepted {{ answer_author }}'s answer on his question\r