{% if categories|length > 0 %}
<ul>
{% for category in categories %}
<li><a href="{{ path('ac_platform_promos_category_list', {'offre_category': category}) }}">{{ ('promos.' ~ category ~ '.title') |trans({}, 'promos') }}</a></li>
{% endfor %}
</ul>
{% endif %}