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

Interaktionsprotokoll



{% for user_interaction in user_interactions %} {% endfor %}
Datum Interaktion Benutzer
{{ user_interaction.date }} {{ user_interaction.interaction }} {{ user_interaction.users.username }}



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