{% for category in templates[complexity] %}
{% if category == 'audio' %}
{% endif %}
{% if category == 'text' %}
{% endif %}
{% if category == 'html' %}
{% endif %}
{% if category == 'image' %}
{% endif %}
{% if category == 'other' %}
{% endif %}
{% if category == 'layouts' %}
{% endif %}
{% if category == 'per-region' %}
{% endif %}
{% if category == 'nested' %}
{% endif %}
{% for t in templates[complexity][category] %}
{% endfor %}
{% endfor %}