diff --git a/src/Bundle/ChillMainBundle/Resources/views/Workflow/_signature.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Workflow/_signature.html.twig index a61808500..f613b69dd 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Workflow/_signature.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Workflow/_signature.html.twig @@ -1,19 +1,20 @@

{{ 'workflow.signature_zone.title'|trans }}

-
-
+
+
{% for s in signatures %} -
-
{{ s.signer|chill_entity_render_box }}
-
- {{ 'workflow.signature_zone.button_sign'|trans }} - {% if s.state is same as('signed') %} -

{{ s.stateDate }}

- {% endif %} -
+
{{ s.signer|chill_entity_render_box }}
+
+
{% endfor %}
-