{% extends 'email/html_layout.html' %} {% load i18n %} {% block content %}
{% blocktrans trimmed %} One last step before you join {{ site_name }}! Please confirm your email address by clicking the link below: {% endblocktrans %}
{% trans "Confirm Email" as text %} {% include 'email/snippets/action.html' with path=confirmation_link text=text %}
{% blocktrans trimmed %}
Or enter the code "{{ confirmation_code }}
" at login.
{% endblocktrans %}