{% extends layout %} {% block title %}Profile Settings{% endblock %} {% block content %}
{% if app.user.getPasswordChangeRequired %} {% endif %}

Profile Settings

{{ form_start(form) }} {{ form_widget(form) }}
{{ form_end(form) }}
{% endblock %}