{% if map_config.type == 'custom' %}
{{ map_config.attribution|safe }}
{% elif map_config.type == 'wms' %}
{{ map_config['wms.attribution']|safe }}
{% else %}
Map data © OpenStreetMap contributors
{% if map_config.type == 'mapbox' %}
Tiles by MapBox
{% else %}
Tiles by Stamen Design (CC BY 3.0)
{% endif %} {% endif %}