{% 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.
username | painting | depicts | when |
---|---|---|---|
{{ edit.username }} | {{ edit.painting.label }} ({{ edit.painting_qid }}) [wikidata] | {{ edit.depicts.label }} ({{ edit.depicts_qid }}) | {{ edit.timestamp.strftime('%Y %b %d %H:%M') }} |