{% load i18n %} {% load wagtailmarkdown %}
{% if experience.location %} {{ experience.location }}, {% endif %} {{ experience.from_date }} - {% if experience.currently_working_here %}{% trans "Present" %}{% else %}{{ experience.to_date }}{% endif %}
{{ experience.text | markdown }}
{% endfor %}