{# uses loop variable role #} {% set hasShortDescription = role.highlight and (not role.description.highlight) and role.description.short %}
{% if role.image %}{% endif %}

{{ role.name }} 

{% if role.highlight and (hasShortDescription or role.achievements | hasLowlights) %} {% include "components/resume/highlight-icon.njk" %} {% endif %}
{% if role.team %}on {{ role.team }} {% endif %} {% if role.company %}at {{ role.company }} {% endif %} {% if role.startDate %} from {{ role.startDate | monthAndYear }}{% endif %} {% if role.endDate %} until {{ role.endDate | monthAndYear }}{% endif %}
{% if role.description.full %}
{{ role.description.full | md | safe }}
{% endif %} {% if hasShortDescription %}
{{ role.description.short | md | safe }}
{% endif %} {% if role.achievements %} {% endif %}