{% extends 'base.html' %}
{% load i18n l10n static leaflet_tags nodeshot_tags %}
{% block extrahead %}
{% if MAP_TOOLS_ENABLED %}
{% endif %}
{% if METRICS_ENABLED %}
{% endif %}
{% endblock %}
{% block jstemplates %}
{% include 'includes/map.html' %}
{% endblock %}
{% block jslibs %}
{% leaflet_js %}
{% if METRICS_ENABLED or MAP_TOOLS_ENABLED %}
{% endif %}
{% if MAP_TOOLS_ENABLED %}
{% endif %}
{% if METRICS_ENABLED %}
{% endif %}
{% endblock %}
{% block jssettings %}
{% endblock %}
{% block jsnodeshot %}
{% if METRICS_ENABLED %}
{% endif %}
{% nodeshot_map "map-js" creatediv=False %}
{% endblock %}