{% extends "sora/layout.html" %} {% load i18n %} {% load url from future %} {% import "sora/macros.html" as macros with context %} {% block breadcrumb %}{{ super() }} / {% for parent in parents %}
  • {{ parent.name }} /
  • {% endfor %}
  • {{ category.name }} {%- endblock %} {% block title %}{{ macros.page_title(title=category.name) }}{% endblock %} {% block content %} {% if category.subforums %}
    {{ macros.draw_forums(category, 12) }}
    {% else %}

    {% trans %}Looks like there are no forums to display in this category.{% endtrans %}

    {% endif %} {% endblock %}