{% extends 'base.html.twig' %} {% block title %}{{ cost_category.name }} {% endblock %} {% block body %}
Types de tarifs
Types de tarifs - {{ cost_category.name }}
ID {{ cost_category.id }}
Name {{ cost_category.name }}
HourlyCost {{ cost_category.hourlyCost }}
Resource {{ cost_category.resource.getName() }}
{{ include('cost_category/_button_edit.html.twig')}} {{ include('cost_category/_delete_form.html.twig') }}
{% endblock %}