{% extends '_components/sub_menu/simple_modal.html' %} {% load i18n %} {% block 'btn_label' %}{% trans 'Enable User' %}{% endblock %} {% block 'modal_title' %}{% trans 'Enable User' %}{% endblock %} {% block 'modal_body' %}

{% blocktrans with name=resource.name %}Are you sure you want to enable '{{ name }}'?{% endblocktrans %}

{% include '_components/select_backends.html' with backends=resource.backends operation='enable' default_select=resource.default_select %}
{% csrf_token %}
{% endblock %}