{% 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 %}
{% endif %}