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

UserRole

Id {{ user_role.id }}
back to list edit {{ include('user_role/_delete_form.html.twig') }} {% endblock %}