{% extends CMS|yesno:"base.html,lab_members/base.html,lab_members/base.html" %} {% load friendly_loader sekizai_tags staticfiles thumbnail %} {% friendly_load cms_tags %} {% block title %} {{ scientist.full_name }}{% if LAB_NAME %} | {{ LAB_NAME }}{% endif %} {% endblock title %} {% block content %} {% addtoblock "css" strip %} {% endaddtoblock %}
{% include "lab_members/_alumni.html" %}
{% if scientist.photo %} {{ {% else %} {{ {% endif %}

{% if_has_tag render_model %} {% render_model scientist "full_name" %} {% else %} {{ scientist.full_name }} {% endif_has_tag %}

{% if not scientist.current %} {% if scientist.alumni_current_title %}

{{ scientist.alumni_current_title }}

{% endif %} {% if scientist.alumni_current_institution %}

{{ scientist.alumni_current_institution }}

{% endif %} {% endif %} {% if scientist.title %} {% if scientist.current %}

{{ scientist.title }}

{% else %}
Former {{ scientist.title }}
{% endif %} {% endif %}
{% include "lab_members/_sidebar.html" %}
{% include "lab_members/_research.html" %} {% include "lab_members/_personal.html" %} {% include "lab_members/_education.html" %} {% include "lab_members/_employment.html" %} {% if_has_tag render_placeholder %}
{% render_placeholder scientist.publications %}
{% endif_has_tag %}
{% endblock content %}