camaleon-8.x-1.x-dev/templates/form/confirm-form.html.twig
templates/form/confirm-form.html.twig
1 2 3 4 5 6 7 8 9 10 11 12 13 | {# /** * @file * Theme override for confirm form. * * By default this does not alter the appearance of a form at all, * but is provided as a convenience for themers. * * Available variables: * - form: The confirm form. */ #} {{ form }} |