{% extends "slm/base.html" %} {% load slm static compress i18n %} {% block stylesheets %} {{ block.super }} {% compress css %} {% endcompress %} {% endblock %} {% block javascript %} {{ block.super }} {% compress js %} {% endcompress %} {% endblock %} {% block page_content %}
{% if api_key %}
Position Latest Activity
Name Status Flags Registered Agencies Networks Latitude Longitude User Updated Published Download
Name Status Flags Registered Agencies Networks Latitude Longitude User Updated Published Download
Position Latest Activity
{% else %} {% trans "To enable maps, create a MapBox account and " %}{% trans "configure the api key in the admin:" %} mapbox.com {% endif %}
{% endblock %}