{% load i18n cms_tags extra_tags %} {% comment %}Obviously, the context template variable "person" is required and must be a Person page extension{% endcomment %} {% with person_page=person.extended_object %}
{% with width=200 height=200 %} {% page_placeholder "portrait" person_page as portrait %} {% if portrait %} {{ portrait }} {% else %}
{% trans "Portrait" %}
{% endif %} {% endwith %}
{{ person.get_full_name }}
{% with form_factor="tag" %} {% page_placeholder "categories" person_page %} {% endwith %}
{% page_placeholder "resume" person_page %}
{% endwith %}