{% 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.
{% endblock %}
{% block modal_footer %}
Cancel Confirm
{% endblock %}