{% extends "base.html" %}{% block title %}KI4TUK Review{% endblock %}{% block content %}
{% if status != "Manage_Lecture" and user.user_rights >2 %} {% else %} {% endif %}


{% block header %} {{num_rats}} RATs zur Vorlesung {{lecture.name}} {{title}} {% endblock %}


Rot: Das Rat kann nicht automatisch gestellt werden, da nicht alle notwendigen Konzepte in der Vorlesung behandelt werden
Grün: Das Rat kann ab einem bestimmten Zeitpunkt automatisch gestellt werden {% if status == "Manage_Lecture" and user.user_rights >2 %} {% endif %} {% 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 %} {% if status == "Manage_Lecture" and user.user_rights >2 %} {% if rat.extra_attribute != None and (", " + (lecture.id|string) + "," in rat.extra_attribute or "[" + (lecture.id|string) + "," in rat.extra_attribute or "[" + (lecture.id|string) + "]" in rat.extra_attribute or ", " + (lecture.id|string) + "]" in rat.extra_attribute) %} {% else %} {% endif %} {% endif %} {% 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 %}
Aktiv setzen ID Erstelldatum Themen Konzepte Hilfsmaterial Vorschau Kommentare Letztes Kommentar Freigaben
Aktzeptiert/Abgelehnt
Aktiv ab Vorlesung Nr.
{% if unlocked_dict[rat.id|string]["status"]| int < 9999 %} {% else %} {% endif %} {% if rat.belongs_to_placement_test_nr != -1 %} Placement Test {% endif %} {{ rat.id }} {{ rat.date }} {% if rat.subjects_and_conceptss|length >=1 %}
    {% set ns.written_subjects = [] %} {% for subject1 in rat.subjects_and_conceptss %} {% if (subject1.subject in ns.written_subjects ) %} {% else %}
  1. {{ subject1.subject }}
  2. {% set _ = ns.written_subjects.append(subject1.subject) %} {% endif %} {% endfor %}
{% endif %}
{% if rat.subjects_and_conceptss|length >=1 %}
    {% set ns.written_concepts = [] %} {% for subject1 in rat.subjects_and_conceptss %} {% if (subject1.concept in ns.written_concepts ) %} {% else %}
  1. {% if subject1.id in unlocked_dict[rat.id|string]["unlocked"] %} {% else %} {% endif %} {{ subject1.concept }}
  2. {% set _ = ns.written_concepts.append(subject1.concept) %} {% endif %} {% endfor %}
{% endif %}
{{ rat.help_materials|length }} {% if unlocked_dict[rat.id|string]["status"]| int < 9999 %} {{ unlocked_dict[rat.id|string]["status"] }} {% else %} - {% endif %}




{% endblock %} {% block scripts %} {% if status == "Manage_Lecture" and user.user_rights >2 %} {% for rat in rats %} {% endfor %} {% endif %} {% endblock %}