diff --git a/src/Bundle/ChillMainBundle/Resources/views/Workflow/_decision.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Workflow/_decision.html.twig index 575e7cb22..abad0801a 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Workflow/_decision.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Workflow/_decision.html.twig @@ -88,7 +88,20 @@ {{ form_widget(transition_form.comment) }} -
{{ 'workflow.signature_required_title'|trans({'nb_signatures': step.signatures|length}) }} :
+{{ 'workflow.Users allowed to apply transition'|trans }} :
{{ 'workflow.signature_required_title'|trans({'nb_signatures': step.signatures|length}) }} :
+ {{ include('@ChillMain/Workflow/_signature_list.html.twig', {'signatures': step.signatures, is_small: true }) }} + {% endif %} {% endif %} diff --git a/src/Bundle/ChillMainBundle/Resources/views/Workflow/_signature.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Workflow/_signature.html.twig index 42a3b68d8..300465016 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Workflow/_signature.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Workflow/_signature.html.twig @@ -1,54 +1,3 @@ -