{% extends 'categories/home.html' %} {% load static i18n pagination permissions_tags subject_counter chat_tags %} {% load django_bootstrap_breadcrumbs %} {% block breadcrumbs %} {{ block.super }} {% breadcrumb subject.category 'subjects:cat_view' subject.category.slug %} {% breadcrumb subject 'subjects:view' subject.slug %} {% endblock %} {% block content %} {% if messages %} {% for message in messages %}
{% endfor %} {% endif %} {% subject_permissions request.user subject as has_subject_permissions %} {% if subject.visible %}{{subject.description|safe}}
{% if has_subject_permissions %} {% trans "Create new topic" %} {% endif %} {% include 'topics/list.html' with subject=subject %}