{% extends "base.html" %} {% load static i18n %} {% block extra_head %} {% endblock %} {% block tabs %}
  • {% if apps and APPS_MENU %} {% else %}
  • {% trans "Apps" %}
  • {% endif %} {{ block.super }} {% endblock %} {% block footer %} {% include 'cartoview/footer.html' %} {% endblock footer %}