{{ 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.company }}
{% if entry.description %}{{ 'cv.entry.qualification'|trans }}
{{ entry.qualification }}
{{ 'cv.entry.skills'|trans }}
{{ entry.skills|merge|inlinemd }}
{{ 'cv.entry.achievements'|trans }}
{{ entry.achievements|merge|inlinemd }}