{% extends "notifications/email/_base.html" %} {% block content %}
{{ body }}
|
{{ username_label }} {{ username }} {% if initial_password %}{{ password_label }} {{ initial_password }} {% endif %} |
|
{{ warning }}
{% endblock %}