{% extends 'wizard/base.html' %} {% block content %}
  • User List

Logs – User: {{ userid }}


{% for line in logs %}

{{ line.timestamp }}: {{ line.action }} ({{ line.log_info }})

{% endfor %}
{% endblock %}