{% extends 'layouts/panel_layout.html.twig' %} {% block title %} Tags {% endblock %} {% block content %}

Tags

{% for tag in tags %} {% endfor %}
ID Nombre Acciones
{{ tag.id }} {{ tag.descripcion }} {% if is_granted('ROLE_ADMIN') %} {% endif %}
{% endblock %} {% block javascripts %} {{ encore_entry_script_tags('tags') }} {% endblock %}