{% extends "layout.html" %} {% block scripts %} {% endblock %} {% block content %}

Logs


{% if parent %} Back {% endif %} {% for client in clients %} {% endfor %} {% for file in files %} {% endfor %}
Name Size Actions
{{ client.name }} {{ client.count }} files See logs
{{ file.name }} {{ file.size }} bytes {% if file.parent %} {{ macros.faDownload() }} {% else %} {{ macros.faDownload() }} {% endif %}
{% endblock %}