{% 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.

{{ item_count }} artworks have been cataloged.

{% for edit in edit_list %} {% endfor %}
username artwork depicts when
{{ edit.username }} {{ edit.artwork.label }} ({{ edit.artwork_qid }}) [wikidata] {{ edit.depicts.label }} ({{ edit.depicts_qid }}) {{ edit.timestamp.strftime('%Y %b %d %H:%M') }}
{% endblock %}