{% trans_default_domain 'FOSUserBundle' %} {% if form.vars.errors is not empty %}
{{ form_errors(form) }}
{% endif %} {{ form_start(form, { 'action': path('fos_user_profile_edit'), 'attr': { 'class': 'uk-form-horizontal fos_user_profile_edit' } }) }} {{ form_label(form.email) }}
{{ form_widget(form.email) }}
{{ form_label(form.name) }}
{{ form_widget(form.name) }}
{{ form_label(form.rsvp) }}
{{ form_widget(form.rsvp) }}
Cancel
{{ form_rest(form) }} {{ form_end(form) }}