{% from "macro.html" import render_pagination %} {% extends "base.html" %} {% block content %}
This tool has been used to add a total of {{ '{:,d}'.format(pager.total_count) }} depicts statements.
{{ '{:,d}'.format(user_count) }} users have tried this tool.
{{ '{:,d}'.format(item_count) }} artworks have been cataloged.
{{ render_pagination(pager) }}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') }} |