{% extends "base.html" %} {% block content %}

This tool has been used to save {{ edits.count() }} edits.

{% for edit in edit_list %} {% endfor %}
username painting depicts when
{{ edit.username }} {{ edit.painting_qid }} {{ depicts_items[edit.depicts_id].label }} ({{ edit.depicts_qid }}) {{ edit.timestamp }}
{% endblock %}