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

Create new

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