{% extends "admin/base_site.html" %} {% load i18n l10n static %} {% load url from future %} {% load admin_urls %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block title %}{% trans 'Set zone type' %}{% endblock %} {% block content %}
{% csrf_token %}
{% if form.errors %}

{% blocktrans count counter=form.errors.items|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}

{% endif %}

{% trans 'Set zone type' %}

{% trans "Select the new zone type from the drop down menu." %}

{{ form.domaintype.errors }} {{ form.domaintype }}
{% endblock %}