{% extends "layout.html" %} {% block content %}

{{ active_topic.topic_group.title }} / {{ active_topic.title }}

{% if active_topic.task_list %} {% endif %}
{% if active_topic.description %}
{{ active_topic.description|safe }}
{% endif %} {% if tasks %}
offene Tasks:
{% for task in tasks %} {% endfor %}

{% endif %}
{% for docu in docus %} {% endfor %}
{% endblock %}