{% extends "base.html" %} {% load i18n %} {% block title %} {% trans "Forums" %} - {{block.super}} {% endblock %} {% block breadcrumb %}
{% endblock %} {% block content %}{{category.name}} | {% trans "Last Poster" %} | {% trans "Topics" %} | {% trans "Posts" %} | |
---|---|---|---|---|
{{forum.name}} | {{forum.get_latest_poster}} | {{forum.count_topics}} | {{forum.count_posts}} |