{% extends '@Tabler/security.html.twig' %} {% block login_social_auth %}{% endblock %} {% block login_box_msg %} {{ 'Register a new account'|trans({}, 'TablerBundle') }} {% endblock %} {% block login_form %} {% form_theme form '@Tabler/layout/form-theme-security.html.twig' %} {{ form_start(form, {'method': 'post', 'action': path('tabler_registration_register'|tabler_route), 'attr': {'class': 'security-registration'}}) }} {{ form_widget(form) }} {{ form_end(form) }} {% endblock %} {% block login_actions %}
{{ 'Back to login'|trans({}, 'TablerBundle') }}
{% endblock %}