{% extends "base.html" %} {% load i18n staticfiles wger_extras django_bootstrap_breadcrumbs %} {% block title %}{{new_user|format_username}}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% if perms.gym.manage_gyms %} {% breadcrumb "Gyms" "gym:gym:list" %} {% endif %} {% breadcrumb_raw new_user.userprofile.gym "gym:gym:user-list" new_user.userprofile.gym.pk %} {% breadcrumb_raw new_user|format_username "core:user:overview" new_user.pk %} {% breadcrumb "User" "gym:document:list" new_user.pk %} {% endblock %} {% block content %}
{% trans "User" %} | {{new_user.get_full_name}} ({{new_user}}) |
---|---|
{% trans "Password" %} | {{password}} |
{% trans "Email" %} | {{new_user.email|default:'-/-'}} |
{% trans "Gym" %} | {{new_user.userprofile.gym}} |
{% blocktrans %}Please write down the user password or save the exported file, which contains all the user data, and keep it in a safe place. The password cannot be recovered later.{% endblocktrans %}