{% extends "notifications/email/_base.html" %} {% block content %}

{{ heading }}

{{ body }}

{{ username_label }}

{{ username }}

{% if initial_password %}

{{ password_label }}

{{ initial_password }}

{% endif %}

{{ warning }}

{% endblock %}