{% load i18n %} {% with mapid=map_container_id|default:"map" %}
{% if floor_id %}
{% for floor in conference.map_floors.all %} {% endfor %}
{% endif %}
{% with mapstyleid=mapid|add:"_style" %} {{ map_config.style|json_script:mapstyleid }} {% endwith %} {% endwith %}