{% extends "maps/map_base.html" %} {% load i18n %} {% load dialogos_tags %} {% load agon_ratings_tags %} {% load base_tags %} {% load guardian_tags %} {% load client_lib_tags %} {% load static from staticfiles %} {% block title %}{{ resource.title }} — {{ block.super }}{% endblock %} {% block head %} {% if TWITTER_CARD %} {% include "base/_resourcebase_twittercard.html" %} {% endif %} {% if OPENGRAPH_ENABLED %} {% include "base/_resourcebase_opengraph.html" %} {% endif %} {% include "wm_extra/maps/map_include.html" %} {{ block.super }} {% endblock %} {% block body_class %}maps{% endblock %} {% block body_outer %} {% overall_rating resource "map" as map_rating %}
{% if request.user.is_authenticated and 'access_token' in request.session %} {% else %} {% endif %} {% trans 'Map layers WMS GetCapabilities document' %}
{% endif %} {% block social_links %} {% if DISPLAY_SOCIAL %} {% include "social_links.html" %} {% endif %} {% endblock %} {% if DISPLAY_COMMENTS %}{% trans "This map uses the following layers:" %}
{% trans "List of documents related to this map:" %}
{% trans "Specify which users can view or modify this map" %}
{% trans "Duplicate this map and modify it for your own purposes" %}
{% trans "Create a New Map" %}{% trans "Publish local map layers as WMS layer group" %}
{% trans "Publish Map WMS" %} {% endif %}