{% for model in combo.models_list %}
{{ model }}
{% if not loop.last %}
→
{% endif %}
{% endfor %}
{% if not combo.models_list %}
No models configured
{% endif %}
{% endfor %}
{% if not combos %}
No combos configured. Click "Add Combo" to create one.