diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig index fa7a1b6ea..7c75bc712 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/Person/list_with_period.html.twig @@ -224,33 +224,6 @@ - {% if person.signaturesPending|length > 0 %} -
-
-
-
-

{{ 'workflow.pending_signatures'|trans({nb_signatures: person.signaturesPending|length}) }}

-
-
- {% for signature in person.signaturesPending %} - {% set entityWorkflow = signature.step.entityWorkflow %} - {{ entityWorkflow|chill_entity_render_string }} - - {% endfor %} -
-
-
-
- {% endif %} {% endmacro %}
@@ -355,8 +328,33 @@
{% endif %} - - + {% if person.signaturesPending|length > 0 %} +
+
+
+
+

{{ 'workflow.pending_signatures'|trans({nb_signatures: person.signaturesPending|length}) }}

+
+
+ {% for signature in person.signaturesPending %} + {% set entityWorkflow = signature.step.entityWorkflow %} + {{ entityWorkflow|chill_entity_render_string }} + + {% endfor %} +
+
+
+
+ {% endif %} {% endfor %}