{% extends "person/read.html"%} {% block title %}{{ person.getLabelValue|escape }} - Edit Profile{% endblock %} {% block content %}

{{ person.getFirstName }}’s settings

{% include "snippets/formerrors.html" %}
Account details
{{ form.fullname }}
{{ form.email }}


Password
{{ form.password }}

If you do change your password, note that your new password must be at least 4 characters long.


{{ form.passwordconfirmation }}

Please enter your password again, just to make sure you typed it correctly.

{% if view.canDeletePerson %}
Delete account

{% endif %} {% endblock %}