{% extends "main/base.html" %} {% load staticfiles %} {% block content %}
{% for image in uploads %} {% endfor %}
Image Size md5
{{ image.filename }} {{ image.size }} bytes {{ image.version }}
{% endblock %}