{% extends "base.html" %} {% block title %} Download Previous log files {% endblock %} {% block content %}

Download previous log files

{% for exp in experiment %} {% endfor %}
Date Slot timings Filename Download
{{exp.slot.start_time|date:"M d, Y"}} {{exp.slot.start_time|time}} -- {{exp.slot.end_time|time}} {{exp.logname}} Download
{% endblock %}