{% extends "email/base.html" %} {% load i18n %} {% block content %}

{% trans "You have been invited to our application. Your credentials are listed below." %}


{% trans "Your username:" %} {{ username }}


{% trans "Have a nice day." %}

{% endblock %}