{% extends "suite-base.html" %} {% block title_name %}task jobs list{% endblock %} {% block auto_refresh %}{% endblock %} {% block content %} {% include "pager.html" -%}
{% if eight_point_zero == True %}
WARNING: Cylc Review cannot display all jobs for Cylc 8.0.x Workflows, some jobs may be hidden.
Upgrading to 8.1.x will fix this problem, but may not be possible for workflows with multiple "flows".
{% endif %}
{% include "suite-state.html" -%}
{% include "job-entry-head.html" %} {% for entry in entries -%} {% include "job-entry.html" %} {% endfor -%}
{% endblock %}