Prev
Index
Next
{{task}}: {{filedate}}
File: {{abs_filename}}
Task
Status
Age
MaxAge
Last Date
{{task}}
{% if ok %} OK {% else %}
NOT OK
{% endif %}
{{age_str}}
{{"%.1f"|format(maxage)}}
{{filedate}}
{% if missing_requires %}
Missing required outputs:
{% for missing_require in missing_requires %}
{{ missing_require}}
{% endfor %}
{% endif %} {% if found_errors %}
Errors:
{% for found_error in found_errors %}
Line {{found_error[0]}}
: {{ found_error[1]}}
{% endfor %}
{% else %}
No errors
{% endif %} {% if html_lines %}
File contents:
{{html_lines}}
{% endif %}