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

This tool has been used to add a total of {{ edits.count() }} depicts statements.

{{ user_count }} users have tried this tool.

{{ painting_count }} paintings have been cataloged.

{% 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('%Y %b %d %H:%M') }}
{% endblock %}