{{ entry.startDate.format(config('date.format.short')) }} {{ 'date.until'|trans }} {% if is_today(entry.endDate) %} {{ 'date.today'|trans }} {% else %} {{ entry.endDate.format(config('date.format.short')) }} {% endif %}

{{ entry.position }} {% if entry.industry %}({{ entry.industry }}){% endif %}

{{ entry.company }}

{% if entry.description %}
{{ entry.description|raw }}
{% endif %} {% if entry.qualification %}

{{ 'cv.entry.qualification'|trans }}
{{ entry.qualification }}

{% endif %} {% if entry.skills|length > 0 %}

{{ 'cv.entry.skills'|trans }}
{{ entry.skills|merge|inlinemd }}

{% endif %} {% if entry.achievements|length > 0 %}

{{ 'cv.entry.achievements'|trans }}
{{ entry.achievements|merge|inlinemd }}

{% endif %}