{% extends "etiquette.html" %} {% load markup %} {% block style %} position etiquette tdisplay {% endblock %} {% block toolbar %} {% if can_modify %}
{% endif %} {% endblock %} {% block portrait %}
{{position.start|date:"Y M d"}}
{% if position.end %}
{{position.end|date:"Y M d"}}
{% endif %}
({{position.start|timesince:position.end}})

{% endblock %} {% block detail_style %} detail border_as_separator hmin9 {% endblock %} {% block detail %}

{{main_structure.name|title}}

{% if sub_structure %}

{{sub_structure.name|title}}

{% endif %}

{{position.position_type|title}}

{% if position.notes %} {{position.notes|markdown}} {% else %}

No notes provided {% endif %}

{% endblock %}