{{ u.username }}
Contributions
Showing results {{ page_n * 20 - 19 }} to {{ min(page_n * 20, total_count) }} of {{ total_count }} total.
-
{% if page_n > 1 %}
- « Previous page {% endif %} {% for rev in contributions %}
- #{{ rev.id }} · {{ rev.pub_date.strftime("%B %-d, %Y %H:%M:%S") }} {% if rev.comment %} “{{ rev.comment }}” {% endif %} on {{ rev.page.title }} {% endfor %} {% if page_n < total_count // 20 %}
- Next page » {% endif %}