{% extends 'generic/object.html' %} {% load plugins %} {% load i18n %} {% block content %}
{% trans "Catalog Zone Member" %}
{% trans "Name" %} {{ object.name }}
{% trans "Zone" %} {{ object.zone|linkify }}
{% trans "Catalog Zone" %} {{ object.catalog_zone|linkify }}
{% trans "View" %} {{ object.catalog_zone.view|linkify }}
{% 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 %}