{% load i18n %} {% load static %} {% block body %}
{% block title %}
{% translate 'Verification token' %}
{% endblock title %} {% block introduction %}
{% if introduction %} {{ introduction }} {% else %} {% translate 'Hello' %} {{ first_name }}, {% endif %}
{% endblock introduction %} {% block description %}
{% if description %} {{ description }} {% else %} {% translate 'Your verification token here:' %} {% endif %}
{% endblock description %} {% block token %}
{{ token }}
{% endblock token %} {% block footer %} {% if footer %} {{ footer }} {% else %} {% endif %} {% endblock footer %}
{% endblock body %}