{% extends "base.html" %} {% block title %}IMPSY - Log Files{% endblock %} {% block content %}

Log Files

Interaction logs recorded during performances. Run impsy run to record new data.

{% if log_files %}
{% for file in log_files %} {% endfor %}
File Size Date Dim Actions
{{ file.name }} {{ file.size }} {{ file.date }} {{ file.dimension }}d Download
{% else %}

No log files found. Run impsy run to record interactions.

{% endif %}
{% endblock %}