{% extends 'base1.html.twig' %} {% block content %}

Categories

{% for item in categories %} {% endfor %}
Name Group Action
{{ item.name }} {{ item.groups }} Delete
{% if category %}Edit{% else %}Add{% endif %} Category
{% if category %}{% endif %}
{% endblock %}