{% for export_option_key, export_option in export_options.items %}
{{ export_option.name }}
{% for option_config_key, option_config in export_option.options.items %}
{% if option_config.type == 'select' %}
{% include 'excerptexport/partials/select.html' with element=option_config name="export_options."|add:export_option_key|add:".options."|add:option_config_key %}