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

Rat

{% endblock %} {% include 'includes/_navbar_rat_by_id.html' %} {% set ns = namespace(counter=0) %} {% set ns.counter = 0 %}
Themen und Konzepte

{% for subject_concept in unique_subjects %}
{{ subject_concept }}
    {% for entry in rat.subjects_and_conceptss %} {% if entry.subject == subject_concept%}
  1. {{ entry.concept }}
  2. {% endif %} {% endfor %}
{% endfor %}

{% for rat_question in rat.rat_questions %} {{question}} {% endfor %}

    {% set ns.counter = 0 %} {% for a in answers %}
  1. Antwort:
    {{a[0]}}
    Feedback:
    {{a[1]}}
  2. {% include 'Rats/comments/comment_answer.html' %} {% set ns.counter = ns.counter + 1 %} {% endfor %}



{% include 'Rats/comments/comment_rat.html' %}



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