{% extends "app_home/base.html" %} {% load static %} {% load i18n %} {% block navbar_app %} {% include 'app_user/_navbar_app.html' %} {% endblock %} {% block title %} {% if user.login %}

  {{ user.login }}

{% else %}

  {% translate "New User" %}

{% endif %}
{% endblock %} {% block content %}
{% csrf_token %}   {% translate 'Back' %} {% if 'p_user_rw' in aaa.perms %} {% endif %} {% if user %} {% if 'p_user_email_test' in aaa.perms %} {% endif %} {% if 'p_user_sms_test' in aaa.perms %} {% endif %} {% if 'p_user_rw' in aaa.perms %} {% endif %} {% endif %}
{% if user.login %} {% endif %} {{ form.as_table }}
{{ user.id }}
{{ user.last_login|date:'Y-m-d H:i:s' }}
{% if user.login %} {% endif %} {% endblock %} {% block script %} {% endblock %}