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

Service index

{% for service in services %} {% else %} {% endfor %}
Id Name Description BasePrice actions
{{ service.id }} {{ service.name }} {{ service.description }} {{ service.basePrice }} show edit
no records found
Create new {% endblock %}