{% extends 'TdbBaseBundle::layout.html.twig' %} {% block title %}Masters{% endblock %} {% block body %}
{% endif %} | Type | Nom | Durée | Début à | Fin à | {% if master.isSeqLive %}Temps entre live | {% endif %}Actions | |
---|---|---|---|---|---|---|---|---|
{% if not loop.first %} {% else %} {% endif %} {% if not loop.last %} {% else %} {% endif %} | {% endif %}{% if s.type == constant("T_CLIP",s) %} {% if s.clip.canceled %} {% elseif s.clip.validatedAt is null %} {% endif %} {% if s.isDuplicated %} {% endif %} {% if s.clip.filename == null %} {% endif %} {% endif %} | {{ s.typeReadable }} | {% if s.type == constant("T_CLIP",s) %}{{ s.clip.type }} {% endif %} {{ s.realName }} {% if s.type == constant("T_CLIP",s) and s.clip.seqComment != "" %} — {{ s.clip.seqComment }} {% endif %} | {{ s.realDuration|durationHMSF }} | {{ duration|durationHMSF }} {% set duration = duration + s.realDuration%} | {{ duration|durationHMSF }} | {% if master.isSeqLive %}{% if s.type == constant("T_LIVE",s) %} {{ duration_live|durationHMSF }} {% set duration_live = 0 %} {% else %} {% set duration_live = duration_live + s.realDuration %} {% endif %} | {% endif %}{% if s.type == constant("T_CLIP",s) %}Détails{% endif %} |