{% extends "base.html" %} {% block title %}Grax Web{% endblock %} {% block body %}

Saved gratings

Local prototype workspace

Web docs Plot results Create grating

Saved runs live in {{ results_dir }}/ and combined plots live in {{ plots_dir }}/.

{% if message %}

{{ message }}

{% endif %}
{% if gratings %} {% else %}

No saved gratings yet.

{% endif %}

Recent runs

{% if runs %}
{% for run in runs %} {{ run.summary_label }} {{ run.summary_meta }} {% endfor %}
{% else %}

No runs yet.

{% endif %}
{% endblock %}