{% load thumbnail %} {% comment %} Uses in ajax call Returns table with files properties {% endcomment %} {% for file in files %} {{ file.id }} {% thumbnail file.file_path "100x100" crop="center" as im %} {% endthumbnail %} {{ file.file_name }} {{ file.purpose }} {% endfor %}