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

Tarif index

{% for tarif in tarifs %} {% else %} {% endfor %}
Id Name Duree Amount actions
{{ tarif.id }} {{ tarif.name }} {{ tarif.duree }} {{ tarif.amount }} show edit
no records found
Create new {% endblock %}