{% extends "cosinnus/base.html" %} {% load i18n thumbnail cosinnus_tags %} {% block page_title %}{% trans "Map" %}{% endblock %} {% block extrahead %} {{ block.super }} {% comment %} TODO FIXME: clean up COSINNUS_MAP_MARKER_ICONS so they are not in global context anymore, but instead get put into a proper global cosinnus Object (once this object has been created) {% endcomment %} {% include 'cosinnus/map/static_dependencies.html' %} {% endblock extrahead %} {% block main_page %}