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

{{ username }}

This user has added a total of {{ edits.count() }} depicts statements.

{{ painting_count }} paintings have been cataloged.

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