{% load i18n %} {% load l10n %}
{% block styles %} {% endblock styles %} {% block body %}{{ notification.email_subject }} | |
---|---|
{{ notification.email_subject }} | |
{{ notification.email_message }}
{% if target_url %}
{% if notification.target %} {% trans 'For further information see' %} "{{ notification.target_content_type.model }}: {{ notification.target }}". {% else %} {% trans 'For further information see' %} {{target_url}}. {% endif %} {% endif %} |