{% extends "base.html" %} {% block content %}
Plotting Status: {{ plotting.display_status }} {% if plotting.display_status == 'Active' %} {% if plotting.rows|length == 1 %} - {{ plotting.rows|length }} job. {% else %} - {{ plotting.rows|length }} jobs. {% endif %} {% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'message' %}
{% for plotter in plotters %} {% endfor %}
{% for column in plotting.columns %} {% endfor %} {% for row in plotting.rows %} {% for column in plotting.columns %} {% endfor %} {% endfor %}
{{ column }}
{{ row[column] }}
{% if plotting.rows|length > 0 %}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}