{{ form_errors(form) }}
{{ form_label(form.current_password, 'Current password') }}
{{ form_widget(form.current_password, {'attr': {'class': 'input-lg'}}) }}
{{ form_label(form.new.first, 'New password') }}
{{ form_widget(form.new.first, {'attr': {'class': 'input-lg'}}) }}
{{ form_label(form.new.second, 'Confirm new password') }}
{{ form_widget(form.new.second, {'attr': {'class': 'input-lg'}}) }}
{{ form_widget(form) }}