{% extends "base.html" %}{% block title %}Help Material{% endblock %}{% block content %}
{% block header %}
Kommentare:
{% if help_material.comments | rejectattr("text", "equalto", "") | list | length > 0 %} {% else %} Keine Kommentare {% endif %}