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

{{ title }}



Alle RATs


{% set ns = namespace(found=false) %} {% for rat in rats %} {% 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 %} {% 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' %} {% endfor %}
ID Erstelldatum Themen Konzepte Hilfsmaterial Vorschau Kommentare Letztes Kommentar Freigaben
Aktzeptiert/Abgelehnt
{{ rat.id }} {{ rat.date }}{{ rat.help_materials|length }}



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