{% extends 'base1.html.twig' %} {% block content %}
{% for item in groups %} {% endfor %}
Name Action
{{ item.name }} Edit

{% if group %}Edit{% else %}Add{% endif %} Category

{% if group %}{% endif %}
{% endblock %}