{% extends 'email_base.html' %} {% load i18n %} {% load nc_base %} {% block title %} invite title {% endblock %} {% block content %}

{% trans "Nice to see you on" %} {% nc_chat_name %}

{% trans "Your credentials for use" %} {% nc_chat_name %} {% trans "dashboard" %}:

{% 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 %}