{% extends '_dashboard/base.html.twig' %} {% block page_content %} {% if is_granted('ROLE_SENIOR') %}

Create new

{% endif %} {##} {##} {% if is_granted('ROLE_ADMIN') %} {% endif %} {% for item in items %} {##} {##} {% if is_granted('ROLE_SENIOR') %} {% endif %} {% else %} {% endfor %}
IdName Slug DescriptionIconVersionactions
{{ item.id }}{{ item.name }} {{ item.name }} {{ item.slug }} {{ item.description }}{{ item.icon }}{{ item.version }} edit
no records found
{% endblock %}