{% extends "django_resaas/email_base.html" %} {% block content %}

{{ greeting }}

{{ intro }}

{% if username %} {% endif %} {% if email %} {% endif %} {% if password %} {% endif %} {% if entity %} {% endif %} {% if branch %} {% endif %} {% if group %} {% endif %}
{{ username_label }} {{ username }}
{{ email_label }} {{ email }}
{{ password_label }} {{ password }}
{{ entity_label }} {{ entity }}
{{ branch_label }} {{ branch }}
{{ group_label }} {{ group }}
{% if instructions %}

{{ instructions_title }}

{% endif %} {% if login_url %}

{{ button_label }}

{% endif %}

{{ security_notice }}

{% endblock %}