{% extends "library/base/generic.html" %} {% block title %}Edit {{ person.get_full_name }}{% endblock title %} {% block content_title %}Edition of {{ person.get_full_name }}{% endblock content_title %} {% block content %} {% if person.picture %} {{ person.get_full_name }} {% endif %}
{% csrf_token %} {{ form.as_table }}
{{ form.first_name }}
{% endblock %}