{% extends "base.html" %}{% block title %}KI4TUK My RATs{% endblock %}{% block content %}
| ID | Erstelldatum | Themen | Konzepte | Hilfsmaterial | Vorschau | Freigegeben | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ rat.id }} | {{ rat.date }} |
{% if rat.subjects_and_conceptss|length >=1 %}
|
{% if rat.subjects_and_conceptss|length >=1 %}
|
{{ rat.help_materials|length }} | {% for question in rat.rat_questions %}{{read_file(data_save_path + "/" + question.file_path)[0:40]}}... | {% endfor %} {% if rat.approved %}X |
{% endif %}
Bearbeiten |
|