{% extends 'www/base.html' %} {% load i18n %} {% load crispy_forms_tags %} {% block body %}

Welcome, {{ email }}

{% if errors %}
{% blocktrans count counter=errors|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}
{{ form.non_field_errors }} {% endif %}
{{ tenant_name }}.myapps.com
{% crispy form %}
{% endblock %}