{% extends "base.html" %}{% block title %}Help Material{% endblock %}{% block content %} {% block header %}

Hilfsmaterial

{% endblock %}

{% include 'includes/_navbar_help_material.html' %} {% set nsc = namespace(found=false) %} {% set nsc.backurl_id = 1 %}
Themen und Konzepte

{% for subject_concept in help_material.subjects_and_conceptss %}
     Thema: {{ subject_concept.subject }},   Konzept: {{ subject_concept.concept }}
{% endfor %}

{{help_material_html}}



Kommentare:

{% for comment in help_material.comments %} {% include 'Rats/comments/comment_element.html' %} {% endfor %}

{% if help_material.comments | rejectattr("text", "equalto", "") | list | length > 0 %} {% else %} Keine Kommentare {% endif %}

 




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