{% for responsable in clip.respoMontage %}
{% endfor %}
{% for responsable in clip.respoTournage %}
{% endfor %}
Responsable montage:
{{ userWidget(responsable, 70) }}Responsable tournage:
{{ userWidget(responsable, 70) }}
{% if is_granted("edit", clip) %} Editer{% endif %}
{% if not clip.canceled %}
{% if is_granted("edit", clip) %} Annuler{% endif %}
{% if clip.validatedAt is not null %}
{% if is_granted("validate", clip) %} Dévalider{% endif %}
{% elseif clip.finishedAt is not null %}
{% if is_granted("edit", clip) %} Marquer comme non monté{% endif %}
{% if is_granted("validate", clip) %} Valider{% endif %}
{% elseif clip.derushed %}
{% if is_granted("edit", clip) %} Marquer comme non dérushé{% endif %}
{% if is_granted("edit", clip) %} Marquer comme monté{% endif %}
{% elseif clip.shoted %}
{% if is_granted("edit", clip) %} Marquer comme non tourné{% endif %}
{% if is_granted("edit", clip) %} Marquer comme dérushé{% endif %}
{% else %}
{% if is_granted("edit", clip) %} Marquer comme tourné{% endif %}
{% endif %}
{% if clip.respoMontage|length == 0 %} Prendre le clip{% endif %}
{% else %}
{% if is_granted("edit", clip) %} Désannuler{% endif %}
{% if is_granted("delete", clip) %} Supprimer{% endif %}
{% endif %}
{% if is_granted('comment', clip) %}
Ajouter un commentaire
{% endif %}