[{{ remote.name }}] {% for option in remote.options | d({}) | dict2items -%} {% if option.value is mapping -%} {{ option.key }} = {{ option.value | to_json }} {% else -%} {{ option.key }} = {{ option.value }} {% endif -%} {% endfor %}