{% comment %} Written by Bill Rideout brideout@haystack.mit.edu Template for parameter listing forms $Id: parameter_multiple.html 6157 2017-08-01 19:01:07Z brideout $ {% endcomment %} {% with id=widget.attrs.id %} {% for group, options, index in widget.optgroups %} {% if group == "Madrigal Hdf5 Prolog Parameters" %} {% include "madweb/hdf5_time_parms.html" %} {% else %}
{{ group }}
{% for option in options %} {% if forloop.counter0|modulo:6 %}
{% endif %} {% if forloop.counter0|add:"1"|modulo:6 or option == options|last%}
{% endif %} {% endfor %} {% if group %}
{% endif %} {% endif %} {% endfor %} {% endwith %}