{% extends 'base.html' %} {% block title %}{{ category.title }} - Forum{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Forum / {{ category.title }}

{{ category.title }}

{{ category.description }}

Neues Thema
Thema
{% if threads_data %} {% for thread_data in threads_data %} {% set thread = thread_data.thread %} {% endfor %} {% else %}

Keine Themen vorhanden

In dieser Kategorie wurden noch keine Themen erstellt.

Erstes Thema erstellen
{% endif %}

Mindmap-Knotenpunkt: {{ node.name }}

In der Mindmap findest du weitere Informationen zu diesem Themenbereich.

{% endblock %} {% block scripts %} {% endblock %}