{{ holiday_pool.id }} |
{% include 'page-elements/components/forms/input-standard-value.twig' with {
type : "number",
value : holiday_pool.year,
disabled : true,
min : 1900,
attrs : "data-validate-form-element=true"
}%}
|
{% include 'page-elements/components/forms/input-standard-value.twig' with {
type : "number",
value : holiday_pool.daysInPool,
disabled : true,
min : 1,
attrs : "data-validate-form-element=true"
}%}
|
{{ holiday_pool.CompanyName }} |
{% include 'modules/common/components/table-cells/actions.html.twig' with {
"trash": true,
"edit": true,
"save": true
} %}
{% endfor %}