{% load i18n cms_tags extra_tags thumbnail %} {% comment %}Obviously, the context template variable "person" is required and must be a Person page extension{% endcomment %} {% with person_page=person.extended_object %}
{% get_placeholder_plugins "portrait" person_page as plugins or %}

{% trans "Portrait" %}

{% endget_placeholder_plugins %} {% blockplugin plugins.0 %} {% if instance.picture.default_alt_text %}{{ instance.picture.default_alt_text }}{% else %}{% blocktrans with title=person_page.get_title %}{{ title }} avatar{% endblocktrans %}{% endif %} {% endblockplugin %}
{{ person.extended_object.get_title }}
{% with form_factor="tag" %} {% show_placeholder "categories" person_page %} {% endwith %}
{% show_placeholder "bio" person_page %}
{% endwith %}