{% extends "admin/base_site.html" %} {% load i18n %} {% load url from future %} {% block breadcrumbs %}
{% endblock %} {% block title %}{% trans 'Zone import successful' %}{% endblock %} {% block content %}{% trans 'The zone file has been imported successfully. Import ' %} {% if is_axfr %} {% trans 'another zone' %} {% else %} {% trans 'another zone' %} {% endif %} .
{% endblock %}