{% for category in services.getCategories({"sort": "translations.name", "order": "DESC"}).getQuery().getResult() %}
{% include "Global/category-card.html.twig" with {category: category} %}
{% endfor %}