{% set lang = get_lang(request) %} {% if audit.recommendations %} {% for rec in audit.recommendations %}
{{ rec.type }} {% if rec.skill_name is defined %} {{ rec.skill_name }} — {% endif %} {{ rec.reason }}
{% endfor %} {% else %}

{{ t('skills.no_recommendations', lang) }}

{% endif %}