{% extends 'admin/master.html' %} {% import "bootstrap/wtf.html" as wtf %} {% block body %} {% for file in files %}

Filename:{{ file[1] }} Version:{{ file[2] }}


{{ file[0] }}

{% endfor %} {% endblock %}