{% extends "base.html" %} {% block pagetitle %}Analysis Results{% endblock %} {% block content %}

These are the results. You can also output them to a CSV file. {% for i in result.all %} {% endfor %}
id name path date
{{ i.id }} {{ i.label }} {{ i.path }} {{ i.date }}

{% endblock %}