Category
{{ category_name }} {% if is_personal %} collage by {{ user_id|user_url }} {% endif %}
Description
{{ description|raw }}
Statistics
{% if top_tags is defined %}
Top Tags
{% if top_tags is empty %} None yet {% else %}
    {% for t in top_tags %}
  1. {{ t.tag }} ({{ t.count }})
  2. {% endfor %}
{% endif %}
{% endif %} {% if artists %}
Top Artists
    {% for artist in top_artists %}
  1. {{ artist.name }} ({{ artist.count|number_format }})
  2. {% endfor %}
{% endif %} {% if not is_personal %}
Top Contributors
    {% for user_id, additions in contributors %}
  1. {{ user_id|user_url }} ({{ additions|number_format }})
  2. {% endfor %}
{% endif %} {% if can_add %}
Add {{ object_name }}Batch add
Enter the URL of {{ object|article }} {{ object }} on the site.
{% endif %}

Comments

{% for comment in comments %}
{{ comment.author_id|user_url }} {{ comment.added|time_diff }}
Report
{{ comment.body|raw }}
{% endfor %}
View all comments
{% if can_post %}
Add comment
{% endif %}