socialbase-1.1.0/templates/form/confirm-form--modal.html.twig
templates/form/confirm-form--modal.html.twig
{#
/**
* @file
* Theme override for modal confirm form.
*
* Available variables:
* - form: The confirm form.
* - title: The title of form.
*
* @ingroup themeable
*/
#}
{% if title %}
<h3 class="ui-dialog-message-title">{{ title }}</h3>
{% endif %}
<p>{{ form.description }}</p>
{{ form|without('description') }}
