{% 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 'Protocol' %}: {{ system_user.protocol }}
{% trans 'Auto push' %}: {{ system_user.auto_push|yesno:"Yes,No,Unknown" }}
{% 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' %}
{% trans 'Get manual install script' %}:
{% trans 'Retest asset connectivity' %}:
{% trans 'Reset private key' %}:
{% endblock %} {% block custom_foot_js %} {% endblock %}