{% if position %}
hired as {{position.position_type|title}}
by {{main_structure.name|title}}
{% if sub_structure %}
assigned to the {{position.structure.name|title}} team
{% endif %} {% if since %}
since the {{position.start|date:"jS o\f F Y"}}
{% else %}
from the {{position.start|date:"jS o\f F Y"}}
to the {{position.end|date:"jS o\f F Y"}}
{% endif %} {% else %}
no position provided
{% endif %}