{% extends "base.html" %} {% block postbody %} {% endblock %} {% block additional_header %} {% endblock %} {% block contents %}

Overview

{% for sim_file in simfiles %} {% if sim_file.does_file_exist %} {% else %} {% endif %} {% endfor %}
Queue Status File Last Run Sim Time DocString
-- {{ sim_file.get_status }} {{sim_file.get_short_filename }} {{sim_file.get_last_run.execution_date|timesince}} A {{sim_file.get_last_run.execution_time}} s {{sim_file.get_docstring}}
Delete [File does not exist] {{sim_file.get_short_filename }}
{% endblock %}