{% for achievement in achievements %}
{% if showImgs is same as(true) %} {% endif %}
{{ achievement.title | trans({}, 'dashboard') }}
{{ achievement.description }} {% if achievement.link is defined %} {{ "Download report" | trans({}, 'dashboard') }} {% endif %}
{% endfor %}