{% extends 'base.html' %} {% load common_tags %} {% load users_tags %} {% load static %} {% load i18n %} {% block custom_head_css_js %} {% endblock %} {% block content %}
{{ sudo.name }}
{% trans 'Name' %}: {{ sudo.name }}
{% trans 'Quick modify' %}
{% trans 'Active' %}:
{% trans 'Enable OTP' %}:
{% trans 'Reset password' %}:
{% trans 'Reset ssh key' %}:
{% trans 'Update ssh key' %}:
{% trans 'User group' %}
{% for group in user_object.groups.all %} {% endfor %}
{{ group.name }}
{% include 'users/_user_update_pk_modal.html' %} {% endblock %} {% block custom_foot_js %} {% endblock %}