{% extends "base.html" %}{% block title %}KI4TUK Review{% endblock %}{% block content %}
{% if user.user_rights>2%}
{% endif %}

{{ title }}



RAT Autoren Liste


{% for user2 in users %} {% endfor %}
Autor Gesamtzahl erstellter RATs
{{ user2.username }} {{ user2.rats|length}}



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