{% extends "base.html" %} {% load i18n %} {% load bootstrap3 %} {% load dv_filters %} {% block head_title %}{% blocktrans with name=userprofile.get_full_name %}Envoyer les données de connexion à {{name}} ?{% endblocktrans %}{% endblock %} {% block content %}
{% endblock %}{% include "auth/email_user_send_credentials.txt" with userprofile=userprofile fromuser=request.user current_site=current_site login_uri=login_uri password='******' %}