{% extends 'generic/object.html' %} {% load plugins %} {% load i18n %} {% block content %}
{% trans "Catalog Zone SOA" %}
{% trans "View" %} {{ object.view|linkify }}
{% trans "SOA Serial" %} {{ object.soa_serial }}
{% trans "Refresh" %} {{ object.soa_refresh }}
{% trans "Retry" %} {{ object.soa_retry }}
{% trans "Expire" %} {{ object.soa_expire }}
{% trans "Minimum" %} {{ object.soa_minimum }}
{% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}