{% extends 'forum/base.html' %} {% block stage %}
{% include 'forum/left_menu.html' %}

All Tags

{% for tag in tags %} {{ tag.title }} {{ tag.get_topics|length }} {% endfor %}
{% endblock %} {% block extra_js %} {% endblock %}