{% load misago_shorthands %}
  • {% include "misago/categories/categories_list_category_row_icon.html" %}

    {{ category }}

    {% if category.description %}
    {{ category.description|force_escape|urlize|linebreaks }}
    {% endif %}
    {% include "misago/categories/categories_list_category_row_stats.html" %} {% if category.level == 1 %} {% include "misago/categories/categories_list_category_row_last_thread.html" with last_thread=category_data.last_thread %} {% else %} {% include "misago/categories/categories_list_category_row_last_thread.html" with last_thread=category_data.children_last_thread %} {% endif %}
    {% if category_data.children and category.level > 1 %}
    {% for child_data in category_data.children %} {% endfor %}
    {% endif %}