{% for holidays_spent in all_holidays_spent %} {% set days_left = 0 %} {% for job_holiday_summary in job_holidays_summary %} {% if holidays_spent.year == job_holiday_summary.year %} {% set days_left = job_holiday_summary.daysLeftForYear %} {% endif %} {% endfor %} {% include 'modules/common/components/table-cells/actions.html.twig' with { "trash": true, "edit": true, "save": true } %} {% endfor %}
id Year Days spent Information Actions
{{ 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 }}