diff --git a/src/Bundle/ChillMainBundle/Resources/views/Workflow/_signature.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Workflow/_signature.html.twig index a2a4129f1..2452411d5 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Workflow/_signature.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Workflow/_signature.html.twig @@ -1,24 +1,24 @@

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

-
- {% for s in signatures %} -
{{ s.signer|chill_entity_render_box }}
-
-
    - {% if s.isSigned %} -

    {{ 'workflow.signature_zone.has_signed_statement'|trans({ 'datetime' : s.stateDate }) }}

    - {% else %} -
  • - {{ 'workflow.signature_zone.button_sign'|trans }} - {% if s.state is same as('signed') %} -

    {{ s.stateDate }}

    - {% endif %} -
  • - {% endif %} -
-
- {% endfor %} -
+ {% for s in signatures %} +
+
{{ s.signer|chill_entity_render_box }}
+
+ {% if s.isSigned %} +

{{ 'workflow.signature_zone.has_signed_statement'|trans({ 'datetime' : s.stateDate }) }}

+ {% else %} + + {% endif %} +
+
+ {% endfor %}