{% extends "base.html" %} {% block content %}
Plotting Status: {{ plotting.display_status }}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'message' %}
{% if not plotting.plotman_running %}
{% else %}
{% endif %}
{% 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 %}