{% extends 'email_base.html' %} {% load i18n %} {% load nc_base %} {% block title %} invite title {% endblock %} {% block content %}
{% trans "Username" %} {{email}}
{% trans "Password" %} {{password1}}
{% trans "You can change the password and other information at any time, as well in" %} {% trans "Settings" %} -> {% trans "Your Profile" %} -> {% trans "Change your password" %}
{% endblock %}