{% extends "wagtailadmin/base.html" %} {% load i18n %} {% load l10n %} {% load wagtailadmin_tags wagtailimages_tags static %} {% block titletag %}{% blocktrans with title=page.get_admin_display_title %}Admin Boundary Data{{ title }} {% endblocktrans %}{% endblock %} {% block extra_css %} {{ block.super }} {% endblock %} {% block content %} {% trans "Administrative Boundaries Data" as header_str %} {% if countries %} {% include "wagtailadmin/shared/header.html" with title=header_str icon="map" action_url=load_boundary_url action_text="Add Boundary" %} {% else %} {% include "wagtailadmin/shared/header.html" with title=header_str icon="map" %} {% endif %}
{% if countries %}
{% else %}
No country has been set yet. Please add a country from boundary settings to load or preview data
Add Country from Settings {% endif %}
{% endblock %} {% block extra_js %} {{ block.super }} {% endblock %}