{% extends "mapentity/mapentity_list.html" %} {% load i18n mapentity_tags %} {% load static from staticfiles %} {% block change_style %} {% endblock change_style %} {% block extrahead %} {% csrf_token %} {% endblock %} {% block mainactions %} {% if perms.core.add_path or perms.core.add_draft_path %} {{ create_label }} {% else %} {{ create_label }} {% endif %}
{% if perms.core.change_path %} {% endif %} {% endblock mainactions %} {% block mainlist %} {{ block.super }}