{{ script.category }}

{{ script.label }}

{% for parameter in parameters %} {{ input_macros.input(parameter, weather_dict) }} {% endfor %} {% if categories|length != 0 %}

Other Settings

{% for category, parameters in categories.items() %}
{% for parameter in parameters %} {{ input_macros.input(parameter, weather_dict) }} {% endfor %}
{% endfor %} {% endif %}
Restore defaults