{% extends 'HWIOAuthBundle::layout.html.twig' %} {% block hwi_oauth_content %}

{{ 'header.register' | trans({'%name%': userInformation.realName}, 'HWIOAuthBundle') }}

{{ form_start(form, {'action': path('hwi_oauth_connect_registration', {'key': key}), 'attr': {'class': 'hwi_oauth_registration_register'}}) }} {{ form_widget(form) }}
{{ 'connect.registration.cancel' | trans({}, 'HWIOAuthBundle') }}
{{ form_end(form) }}
{% if userInformation.profilePicture is not empty %} {% endif %}
{% endblock hwi_oauth_content %}