{% extends 'base.html.twig' %} {% block title %}{{ 'Plan execution list'|trans }}{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}
{{ 'Validate'|trans }} | {{ 'Title'|trans }} | {{ 'Description'|trans }} | {{ 'Timing'|trans }} | {{ 'Warn on'|trans }} | {{ 'Contacts'|trans }} | |||
---|---|---|---|---|---|---|---|---|
{{ action.rowid }} |
{% if action.fklevel.code == "europe" %}
{% if bmandatory %}
{%endif %}
{{action.fkDepartment.code|upper}}
{% if action.partnerContracts|length == 3 %}
{{'all'|trans}}
{% else %}
{%for pc in action.partnerContracts %}
{{pc.code}}
{% endfor %}
{% endif %}
|
{% if action_company_entity_status == "started" or action_company_entity_status == "pending" or action_company_entity_status == "finished" %}
{% endif %}
{% if action_company_entity_status == "pending" or action_company_entity_status == "finished" %}
{% endif %}
|
{% if action_company_entity_status == "finished" %}
{% endif %}
{{bmandatory}}
|
{{ action.title }} | {{ action.description }} | {{ action.getTimingStringNormalize() }} | {{ action.getNotificationFromString() }} | {{ (action_company_entity.fkContact) ? action_company_entity.fkContact.name : "" }} |