{% extends 'baseone.html.twig' %} {% block stylesheets %} {{ encore_entry_link_tags('install') }} {% endblock %} {% block body %}
{% for flashError in app.flashes('verify_email_error') %} {% endfor %}

Install Step 5 : create your Myddleware account

Register
{{ form_start(registrationForm) }}
{{ form_row(registrationForm.username) }}
{{ form_row(registrationForm.email) }}
{{ form_row(registrationForm.plainPassword, { label: 'Password' }) }}
{{ form_end(registrationForm) }}
{% block javascripts %} {{ encore_entry_script_tags('install') }} {% endblock %} {% endblock %}