{% extends 'layout.html' %} {% block body %}
{% for shot in shots %} {% endfor %}
Shot Name Description Duration Status Tasks Notes
{{shot['name']}} {{shot['description']}} {{shot['status']}} Edit
Shot Name Description Duration Status Tasks Notes
{% endblock %}