{% load i18n %}
{# This "View on Web" link must appear in the document before any layout tables so that accessible email clients can #} {# send the user to a proper web browser which can parse the email correctly. #} {# Note {view_url} is not a template variable that is evaluated by the Django template engine. It is evaluated by #} {# Sailthru when the email is sent. Other email providers would need to replace this variable in the HTML as well. #} {# Note this is another late-bound variable #} {% get_current_language as LANGUAGE_CODE %}
|
||||
{% block content %}{% endblock %} | ||||
|