{% load static %} {% load front_tags %} {% load spel_tags %} {% if chapter_annots %}

Annotations correspondant aux chapitres :

{% endif %}

{{ nb_annotations }} annotation(s) trouvée(s) sur {{ nb_contents }} vidéo(s)

{% if not chapter_annots %}
{% endif %}
{% for res in results %} {% for s in res.list %} {% with s.tags|get_tags:"type_inter" as tag_list %}

{{ res.content.title }} / {{ s.start_ts|str_duration }} - {{ s.start_ts|add:s.duration|str_duration }} / {{ s.cutting_id }}

{{ s.tags|get_tags:"modscen_and_perso"|join:', ' }}


{{ s.tags|get_tags:"ref_text"|join:', ' }}

{% if s.title != "" %}{{ s.title }} : {% endif %}{{ s.abstract }}

{% endwith %} {% endfor %} {% endfor %}