{% extends 'forum/master.twig' %} {% from 'macros.twig' import container_title %} {% from '_layout/input.twig' import input_csrf %} {% set title = title|default('Confirm your action') %} {% block content %}
{{ container_title(' ' ~ title) }} {{ input_csrf('csrf') }} {% for name, value in params %} {% endfor %}
{{ message|default('Are you sure you w') }}
{% endblock %}