Coverage | {{ aplvl.getCoverageLabel() }} |
Rule | {{ aplvl.getRuleLabel() }} |
Status | {{ aplvl.getStatus() }} |
Approvers |
{% for approver in aplvl.getActiveApprovers() %}
{% if loop.index0 is divisibleby(3) %}
{% endif %}
{{ approver.getUser().getFullname() }} |
{% if loop.index is divisibleby(3) %}
{% endif %}
{% else %}
There are no approvers assigned yet. |
{% endfor %}
{% if aplvl.isForSpecificUnits() %}
Units |
{% for lvlUnit in aplvl.getActiveLevelUnits() %}
{% if loop.index0 is divisibleby(3) %}
{% endif %}
{{ lvlUnit.getUnit().getName() }} |
{% if loop.index is divisibleby(3) %}
{% endif %}
{% else %}
There are no units assigned yet. |
{% endfor %}
{% else %}
Units are not applicable to a level with Global coverage.
{% endif %}
{% if aplvl.mustApprove() %}
Assign Levels To Trigger
{% endif %}
{% if aplvl.mustApprove() %}
Levels Triggered |
{% for triggered in aplvl.getActiveTriggeredLevels %}
{% if loop.index0 is divisibleby(3) %}
{% endif %}
{{ triggered.getName() }} |
{% if loop.index is divisibleby(3) %}
{% endif %}
{% else %}
None |
{% endfor %}
{% elseif aplvl.approvesOnRequest() %}
Level Triggerers |
{% for triggerer in aplvl.getActiveTriggerers %}
{% if loop.index0 is divisibleby(3) %}
{% endif %}
{{ triggerer.getName() }} |
{% if loop.index is divisibleby(3) %}
{% endif %}
{% else %}
None specified |
{% endfor %}
{% endif %}
{{ include('AlsuiteProjectBundle:ApprovalLevel:del.html.twig',
{'id': id, 'modal': 'delApprovalLevel', 'object': 'Approval Level',
'action': 'Delete', 'route': path('level_del', {'id': id})}, with_context = false)
}}