{% extends "richie/fullwidth.html" %} {% load cms_tags extra_tags i18n thumbnail %} {% block meta_opengraph_contextuals %} {% endblock meta_opengraph_contextuals %} {% block content %}{% spaceless %} {% with header_level=2 person=current_page.person %}
{% get_placeholder_plugins "portrait" 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=current_page.get_title %}{{ title }} avatar{% endblocktrans %}{% endif %} {% endblockplugin %}

{% render_model current_page "title" %}

{% if current_page.publisher_is_draft or not current_page|is_empty_placeholder:"categories" %}
{% with variant="tag" %} {% placeholder "categories" or %}

{% trans "No associated categories" %}

{% endplaceholder %} {% endwith %}
{% endif %} {% placeholder "bio" or %}

{% trans "Enter your bio here..." %}

{% endplaceholder %}
{% placeholder "maincontent" %} {% if current_page.publisher_is_draft or not current_page|is_empty_placeholder:"organizations" %}

{% trans "Organizations" %}

{% placeholder "organizations" or %}

{% trans "No associated organizations" %}

{% endplaceholder %}
{% endif %} {% with courses=person.get_courses %} {% if courses %}

{% trans "Courses" %}

{% for course in courses %} {% if course.extended_object.publisher_is_draft or course.check_publication %} {% include "courses/cms/fragment_course_glimpse.html" with course=course %} {% endif %} {% endfor %}
{% endif %} {% endwith %} {% with blogposts=person.get_blogposts %} {% if blogposts %}

{% trans "Blogposts" %}

{% for blogpost in blogposts %} {% if blogpost.extended_object.publisher_is_draft or blogpost.check_publication %} {% include "courses/cms/fragment_blogpost_glimpse.html" with blogpost=blogpost %} {% endif %} {% endfor %}
{% endif %} {% endwith %}
{% endwith %} {% endspaceless %}{% endblock content %}