{% extends 'base.html.twig' %} {% block title %}{{ 'Plan execution list'|trans }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block breadcrumb_buttons %}
{% endblock %} {% block body %}{{ 'choose_actions.selected'|trans }} | {{ 'choose_actions.title'|trans }} | {{ 'choose_actions.description'|trans }} | {{ 'choose_actions.timing'|trans }} | {{ 'choose_actions.warn_on'|trans }} | {{ 'choose_actions.responsible_person'|trans }} | ||
---|---|---|---|---|---|---|---|
{{ action.rowid }} |
{% if action.fklevel.code == "europe" %}
{% if bmandatory %}
{%endif %}
{{action.fkDepartment.code|upper}}
{% if action.partnerContracts|length == 3 %}
{{'all'|trans}}
{% else %}
{%for apc in action.partnerContracts %}
{{apc.code}}
{% endfor %}
{% endif %}
|
{% set max_action_reached = 0 %}
{% for apc in action.partnerContracts %}
{% for key, value in departments[action.fkDepartment.rowid].max_actions_reached_pc %}
{% if key == apc.code and value == 1 %}
{% set max_action_reached = 1 %}
{% endif %}
{% endfor %}
{% endfor %}
{{bmandatory}}
|
{{ action.title }} | {{ action.description }} | {{ action.getTimingStringNormalize() }} | {{ action.getNotificationFromString() }} |