{% extends "base.html" %} {% block title %}{{ category.name }} - Forum{% endblock %} {% block meta_description %}{{ category.description }}{% endblock %} {% block content %}

{{ category.name }}

{{ category.description }}

New Topic
{% if topics %} {% if total_pages > 1 %} {% endif %} {% else %}

No topics yet

Be the first to start a discussion in this category.

Create the first topic
{% endif %}
{% endblock %}