{% extends 'layout.html' %} {% block title %}
{% for field in search_form %} {{ field }} {% endfor %}
{% endblock %} {% block content %} {% for clip in clips %}
Thumbnail for clip with title {{ clip.display_title }} {{ clip.created_at|date:"j.m.Y H:i" }} {{ clip.duration }} sec {{ clip.curator }}

{{ clip.display_title }}

{% if allow_edit %} {% endif %}

{% for tag in clip.tags.all %} {{ tag.name }} {% endfor %}

{% endfor %}
{% endblock %}