{{ holidays_spent.id }} |
{{ holidays_spent.year }} |
{% include 'page-elements/components/forms/input-standard-value.twig' with {
type : "number",
value : holidays_spent.daysSpent,
disabled : true
}%}
|
{{ holidays_spent.Information }} |
{% include 'modules/common/components/table-cells/actions.html.twig' with {
"trash": true,
"edit": true,
"save": true
} %}
{% endfor %}