{{ section|replace("-", " ")|title }}
{% if plots %}
{% for name, values in (params or {})|dictsort %}
{{ name }}
{% for value in values|sort %}
{{ value }}
{% endfor %}
{% endfor %} {% if plots %}
Scale
{% endif %}
{% endif %}
{% for sec in othersections %}
{% endfor %}
{% if html %}
{{ html }}
{% endif %} {% for plot in plots or [] %}
{% for name, value in plot.params|dictsort %}
{% endfor %}
{% for _ in plot.params %}
{% endfor %}
{% endfor %}