{% extends "cranefly/layout.html" %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=category.name) }}{% endblock %} {% block breadcrumb %}{{ super() }} {% for parent in parents %}
{{ forum.name }}{% if forum.show_details %}
{% if forum.type == 'redirect' %}
{{ redirect_stats(forum) }}
{% else %}
{{ forum_stats(forum) }}
{% endif %}
{% endif %}
{% if forum.description %}{{ forum.description }} {% endif %} |
{% trans %}Looks like there are no forums to display in this category.{% endtrans %}
{% endif %}