{% extends 'base.html.twig' %} {% block title %}Type de tâche {% endblock %} {% block body %}
Types de tâches
{% for item in items %} {% else %} {% endfor %}
ID Name Reference PriceWithoutTax VAT PriceWithTax Description Type DifficultyRate RegressionRate Actions
{{ item.id }} {{ item.name }} {{ item.reference }} {{ item.priceWithoutTax }} {{ item.VAT }} {{ item.priceWithTax }} {{ item.description }} {{ item.type }} {{ item.difficultyRate }} {{ item.regressionRate }} {{ include('item/_button_show.html.twig', {'id': item.id}) }} {{ include('item/_button_edit.html.twig') }} {{ include('item/_delete_form.html.twig') }}
no records found
{% endblock %}