{% 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.label }} ({{ edit.painting_qid }}) {{ edit.depicts.label }} ({{ edit.depicts_qid }}) {{ edit.timestamp.strftime('%H:%M %a, %d %b %Y') }}
{% endblock %}