{% extends "mapentity/base.html" %} {% load i18n static leaflet_tags mapentity field_verbose_name %} {% load url from future %} {% block title %}{{ objectsname }} | {{ block.super }}{% endblock title %} {% block container %}
{% block mainactions %} {% if can_add %} {{ create_label }} {% else %} {{ create_label }} {% endif %} {% endblock mainactions %} {% smart_include "listactions" %} {% include "mapentity/_mapentity_list_filter.html" %}
{% block mainlist %} {% for field in columns %} {% endfor %}
{{ model|verbose:field }}
{% endblock mainlist %}
{% block mainmap %}
{% smart_include "maphead" %}
{% endblock mainmap %}
{% endblock container %} {% block extrabody %} {{ block.super }} {% leaflet_map "mainmap" fitextent=False creatediv=False %} {% endblock extrabody %}