{% extends 'base.html' %} {% load static %} {% load i18n %} {% block custom_head_css_js %} {% endblock %} {% block content %}
{{ system_user.name }}
{% if system_user.shell %} {% endif %} {% if system_user.home %} {% endif %} {% if system_user.uid %} {% endif %}
{% trans 'Name' %}: {{ system_user.name }}
{% trans 'Username' %}: {{ system_user.username }}
{% trans 'Login mode' %}: {{ system_user.get_login_mode_display }}
{% trans 'Protocol' %}: {{ system_user.protocol }}
{% trans 'Sudo' %}: {{ system_user.sudo }}
{% trans 'Shell' %}: {{ system_user.shell }}
{% trans 'Home' %}: {{ system_user.home }}
{% trans 'Uid' %}: {{ system_user.uid }}
{% trans 'Date created' %}: {{ system_user.date_created }}
{% trans 'Created by' %}: {{ asset_group.created_by }}
{% trans 'Comment' %}: {{ system_user.comment }}
{% trans 'Quick update' %}
{% if system_user.auto_push %} {% endif %}
{% trans 'Auto push' %}:
{% trans 'Push system user now' %}:
{% trans 'Test assets connective' %}:
{#
#} {#
#} {# {% trans 'Nodes' %}#} {#
#} {#
#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {##} {# {% for node in system_user.nodes.all %}#} {# #} {# #} {# #} {# #} {# {% endfor %}#} {# #} {#
#} {# #} {#
#} {# #} {#
{{ node }}#} {# #} {#
#} {#
#} {#
#}
{% endblock %} {% block custom_foot_js %} {% endblock %}