{% extends 'base_admin.html.twig' %} {% block title %} Service {% endblock %} {% block body %}

Service index

{% for service in services %} {% else %} {% endfor %}
Id Title actions
{{ service.id }} {{ service.title|substring }} show edit
no records found
{% if is_granted('ROLE_ADMIN') %} Create new {% endif %} {% endblock %}