{% extends 'wizard/layout.html.twig' %} {% from '@Tabler/components/button.html.twig' import button %} {% block wizard_content %}
Illustration by Katerina Limpitsouni from https://undraw.co/

{{ 'wizard.done.title'|trans({}, 'wizard') }}

{{ 'wizard.done.description'|trans({}, 'wizard') }}

{% endblock %} {% block wizard_next_button %} {{ button(false, { title : 'Next'|trans({}, 'TablerBundle'), combined: true, url: path('homepage') }, 'primary') }} {% endblock %}