{{ form_errors(form) }}
{{ form_label(form.username) }}
{{ form_errors(form.username) }} {{ form_widget(form.username) }}
{{ form_label(form.email) }}
{{ form_errors(form.email) }} {{ form_widget(form.email) }}
{{ form_label(form.current_password) }}
{{ form_errors(form.current_password) }} {{ form_widget(form.current_password) }}
{{ form_errors(form.failureNotifications) }}
{{ form_rest(form) }}
Using GitHub:
{{ app.user.githubId ? 'Accounts connected' : 'Connect accounts' }}