{% if type_list %}
Legende
{% for ty in type_list %}
{{ type.type }}
{% endfor %}
{% endif %}