{% with
modal_id="confirm-delete-invite",
modal_title="Delete invite",
modal_body='Delete ?',
modal_confirm_text="Delete invite",
modal_desc="This removes the invite from the active list and prevents future signup use."
%}
{% include "partials/confirm_modal.html" %}
{% endwith %}
{% endblock %}