{% if sway_inputs is defined %} {% for input in sway_inputs %} input {{ input.name }} { {% for option in input.options %} {{ option.option }} {{ option.value }} {% endfor %} } {% endfor %} {% endif %}