1 {% load i18n extra_tags email_tags %}
 
   4     prefix = settings.EMAIL_SUBJECT_PREFIX
 
   5     app_name = settings.APP_SHORT_NAME
 
   7     exclude_finetune = True
 
  11     {% subject %}{% blocktrans %}{{ prefix }} Your email settings are correct: {{ app_name }}{% endblocktrans %}{% endsubject %}
 
  13     {% htmlcontent notifications/base.html %}
 
  14         {% trans "If you see this content your E-Mail settings are correct." %}
 
  17 {% textcontent notifications/base_text.html %}
 
  18     {% trans "If you see this content your E-Mail settings are correct." %}