{% extends 'layout.html' %} {% block body %}
{% for shot in shots %} {% endfor %}
Shot Name Description Duration Status Tasks Notes
{{shot['name']}} {% if shot['description'] %} {{shot['description']|truncate(25)}} {% endif %} {{shot['duration']}} {{shot['status']}} {% if shot['notes'] %} {{shot['notes']|truncate(25)}} {% endif %} Edit
Shot Name Description Duration Status Tasks Notes
{% endblock %}