{{ location.name }}
{# #}
{# {{ location.type }}#}
{% if location.locations %}
{% for sublocation in location.locations %}
{% include "commissioning/printer/index_location.html" with location=sublocation %}
{% endfor %}
{% endif %}
{% if location.areas %}
{% endif %}