{% if template_mode == "titles" or not template_mode %} {% for complexity in templates %}
{% if complexity == 'basic'%}Choose annotation type from {{complexity}} templates{% else %} {{complexity|capitalize}} templates {% endif %}
{% for category in templates[complexity] %}
{% if category == 'audio' %} {% elif category == 'text' %} {% elif category == 'html' %} {% elif category == 'image' %} {% elif category == 'other' %} {% elif category == 'other2' %} {% elif category == 'time-series' %} {% elif category == 'layouts' %} {% elif category == 'per-region' %} {% elif category == 'nested' %} {% endif %} {% for t in templates[complexity][category] %}
{{ t.title }} {% if t.new %} {% endif %}
{% endfor %}
{% endfor %}
{% endfor %} {% endif %} {% if template_mode == "codes" or not template_mode %} {% for complexity in templates %} {% for category in templates[complexity] %} {% for t in templates[complexity][category] %} {% autoescape off %} {% endautoescape %} {% endfor %} {% endfor %} {% endfor %} {% endif %}