{% extends "page.html" %} {% set edit_ok = context.is_edit_ok() %} {% block title %} {% if context.id %} User {{ context.id }}: {{ context.username }} - {{ config.TRACKER_NAME }} {% else %} New User - {{ config.TRACKER_NAME }} {% endif %} {% endblock %} {% block more_javascript %} {% endblock %} {% block body_title %} {% if not (context.id or edit_ok) %} New User {% elif not context.id and edit_ok %} New User Editing {% elif context.id and not edit_ok %} User {{ context.id }} {% else %} User {{ context.id }} Editing {% endif %} {% endblock %} {% block content %}
You are not allowed to view this page.
{% endif %} {% if not context.is_view_ok() and request.user.hasRole('Anonymous') %}Please login with your username and password.
{% endif %} {% if context.is_view_ok() %}Note: | highlighted | fields are required. |
---|