{% extends 'base.html.twig' %} {% block title %}UserRole index{% endblock %} {% block body %}

UserRole index

{% for user_role in user_roles %} {% else %} {% endfor %}
Id actions
{{ user_role.id }} show edit
no records found
Create new {% endblock %}