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


{% block header %} RATs mit dem Thema {{subject_name}} {{title}} {% endblock %}


{% set ns = namespace(found=false) %} {% set ns.written_rats = [] %} {% for rat in rats2 %} {% set ns.rat_all_comments = (rat.comments | list) %} {% for answer in rat.rat_answers %} {% set ns.rat_all_comments = ns.rat_all_comments + (answer.comments | list) %} {% endfor %} {% if (rat.id in ns.written_rats ) %} {% else %} {% set _ = ns.written_rats.append(rat.id) %} {% include '/Rats/table_columns_to_include/subject_column.html' %} {% include '/Rats/table_columns_to_include/concept_column.html' %} {% include '/Rats/table_columns_to_include/preview_column.html' %} {% include '/Rats/table_columns_to_include/comment_column.html' %} {% include '/Rats/table_columns_to_include/date_column.html' %} {% include '/Rats/table_columns_to_include/acceptance_column.html' %} {% endif %} {% endfor %}
ID Erstelldatum Themen Konzepte Hilfsmaterial Vorschau Kommentare Letztes Kommentar Freigaben
Aktzeptiert/Abgelehnt
{% if rat.belongs_to_placement_test_nr != -1 %} Placement Test {% endif %} {{ rat.id }} {{ rat.date }}{{ rat.help_materials|length }}




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