{% extends "cranefly/layout.html" %} {% load i18n %} {% load url from future %} {% 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' %}
{{ forum.redirects|intcomma }} {% trans %}Clicks{% endtrans %}
{% else %}
{{ forum.posts|intcomma }} {% trans %}Posts{% endtrans %}
{% endif %}
{% endif %}
{% if forum.description %}{{ forum.description }} {% endif %} |
{% trans %}Looks like there are no forums to display in this category.{% endtrans %}
{% endif %}{% trans %}Looks like there are no forums to display in this category.{% endtrans %}
{% endif %} {% endblock %}