{% extends 'core_main_app/_render/admin/theme/tools/modal.html' %} {% block modal_id %}deny-request-modal{% endblock %} {% block modal_title %}Deny user requests{% endblock %} {% block modal_body %} Are you sure you want to deny this request? The user will be deleted and unable to access the platform. {% if data.send_email_when_account_request_is_denied %}

Default email below (HTML or plain text):

{% endif %} {% endblock %} {% block modal_footer %}
{% else %} Deny {% endif %}
{% endblock %}