{% extends 'news/base.html' %} {% block title %} About - {{block.title}} {% endblock %} {% block contents %}
Total users: {{user_count}}
Total topic: {{topic_count}}

Top users

Are you here? {% for user in top_users %} {% endfor %}
{{user.user.username}} [{{user.karma}}]

Top topics

{% for topic in top_topics %} {% endfor %}
{{topic.full_name}} [{{topic.num_links}}]

Top links

{% for link in top_links %} {% endfor %}
{{link.text|truncatewords:3}} [{{link.liked_by_count}}]
{% endblock %} {% block sidebar %} {% endblock %}