{% extends 'base_admin.html' %} {% load static %} {% load i18n %} {% block content %}
{% if rtype == 'User' %} {% elif rtype == 'Group' %} {% endif %}
{% csrf_token %}
{% include '_components/sub_menu/button.html' with type='resource_confirm_update' button_id='check-validity-button' %}
{% endblock %}