{% extends "base.html" %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% if category == 'message' %}
{% 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 %}
{% for k_size in job_stats %}
Plotting Speed - k{{ k_size }} Plots
{% endfor %}
{% endblock %} {% block scripts %} {% for k_size in job_stats %} {% endfor %} {% endblock %}