{% extends "base/body_content.html" %} {% load smart_if %} {% block title %}{% if item.id %}Edit user - {{ item.format_name }}{% else %}New user{% endif %}{% endblock %} {% block extra_head %} {% endblock %} {% block main_content %}

{% if item.id %}Edit user - {{ item.format_name }}{% else %}New user{% endif %}

{% if user_management %} Back {% endif %} Save

General

User name: {% if item.id %} {{ item.username }} {% else %} {% endif %}
Real name:
Email(s): ?Test
Password:
Password (repeat):


User home pages

{% if item != request.user or request.user.permissions.can_manage_users %} Select {% endif %}
{% if homepages %} {% for p in homepages %} {% endfor %} {% else %} {% endif %}
Plant Page
{{ p.plant.format_name }} {{ p.format_name }}
No home pages defined.


Permissions

 
 
 
 
 
 
 
 


Reports

 
{% if item.id %}

Cybro relay

{% if controllers %}
{{ relay_contents|safe }}
{% else %}

Relaying disabled. User has no assigned controllers.

{% endif %}

User controllers

{% if controllers %} {% for c in controllers %} {% endfor %}
NAD Plant In push list Ping result  
c{{ c.nad }} {% if c.plant %}{{ c.plant.name }}{% else %}-{% endif %} - - Ping
{% else %}

User has no assigned controllers.

{% endif %} {% endif %}
{% if item != request.user or request.user.permissions.can_manage_users %} {% endif %} {% if item.id and controllers %} {% endif %} {% endblock %}