{% extends "misago/base.html" %} {% load i18n misago_stringutils %} {% block title %}{{ category }} | {{ block.super }}{% endblock title %} {% block meta-description %}{{ category.description|striplinebreaks }}{% endblock meta-description %} {% block content %}
{% if category.description %}
{{ category.description|escape|urlize|linebreaks }}
{% endif %} {% if forums %} {% include "misago/forums/subforums.html" with category=category %} {% else %}

{% trans "No forums are set in this category or you don't have permission to see them." %}

{% endif %}
{% endblock content %} {% block javascripts %} {{ block.super }} {% include "misago/forums/js.html" %} {% endblock javascripts %}