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


{% block header %} {{ num_rats}} RATs von {{selected_user.username}} {{ title}} {% endblock %}


{% 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
{% if rat.belongs_to_placement_test_nr != -1 %} Placement Test {% endif %} {{ rat.id }} {{ rat.date }}{{ rat.help_materials|length }}
{% endblock %} {% block scripts %} {% endblock %}