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

Alle RATs


{% set ns = namespace(found=false) %} {% for rat in rats %} {% 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/acceptance_column.html' %} {% endfor %}
ID Erstelldatum Themen Konzepte Hilfsmaterial Vorschau 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 %}