{% load util_tags %} {% load humanize %} {% load static from staticfiles %} {% if allow_avatars %} {% endif %} {% if user.is_authenticated and user.is_admin %} {% endif %} {% for poster in posters %} {% if allow_avatars %} {% endif %} {% if user.is_authenticated and user.is_admin %} {% endif %} {% endfor %}
AvatarUsername Join Date Posts Taboo VictoriesSPAM
{% if poster.avatar %} {% endif %} {{ poster.username }}
{{ poster.get_user_title }}
{{ poster.date_joined|date:"Y-m-d" }} {{ poster.post_set.count|intcomma }} {{ poster.taboo_successes.count|intcomma }}