{% extends "base.html" %} {% comment %} Written by Bill Rideout brideout@haystack.mit.edu Base template for Madrigal show experiment web interface $Id: show_experiment.html 6129 2017-07-12 18:22:18Z brideout $ {% endcomment %} {% block title %}Show Madrigal experiment{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

{{ form.exp_desc.label }}

{% include "madweb/file_list.html" %}
{% if form.file_buttons %} {% include "madweb/file_buttons.html" %} {% endif %}
 
{% if form.show_plots %} {% include "madweb/show_plots.html" %} {% endif %}
{% endblock %}