{% extends "etiquette.html" %} {% load profiles %} {% block style %}etiquette tdisplay{% endblock %} {% block portrait %}
{% if disp_user %}{% endif %} {{researcher.get_full_name}} {% if disp_user %}{% endif %}
{% endblock %} {% block detail_style %} detail {% endblock %} {% block detail %} {% comment %} {% if disp_user %}
{% endif %}
({{position.start|timesince:position.end}})
{% if position %} {% if since %}
since the {{position.start|date:"j M Y"}}
{% else %}
from the {{position.start|date:"j M Y"}} to the {{position.end|date:"j M Y"}}
{% endif %} {% else %}
no position available
{% endif %} {% endcomment %}
{{researcher.get_full_name}}
{{position.position_type|title}}
{% endblock %}