{% extends "::layout.html.twig"%} {% block title %}:: Category ::{% endblock %} {% block body %}

Category List

{% for entity in entities %} {% endfor %}
Category name Parent MAKE DECISION
Category name Parent MAKE DECISION
{{ entity.titre }} {{ entity.parent }}
{% endblock %}{# empty Twig template #}