{% load i18n %} {% load wagtailmarkdown %}

{% if value.fa_icon %}{% endif %} {{ value.heading }}


{% for experience in value.experiences %}

{{ experience.role }} ยท {{ experience.company }}

{% if experience.location %}

{{ experience.location }}

{% endif %}

{{ experience.from_date }} - {% if experience.currently_working_here %} {% trans "Present" %} {% else %} {{ experience.to_date }} {% endif %}

{{ experience.text | markdown }}
{% if not forloop.last %}
{% endif %} {% endfor %} {% if value.maximum_experiences_displayed > 0 %}

{{ value.maximum_experiences_user_text }}

{% endif %}