{% extends 'core/page.html' %} {% load staticfiles %} {% load compress %} {% load i18n %} {% load core_tags %} {% block head %} {% vendor 'angular' %} {% compress css %} {% endcompress %} {% compress js %} {% endcompress %} {% endblock %} {% block bodyattr %} ng-app="domain" ng-controller="DomainController" {% endblock %} {% block sidebar %}

{% trans 'Filter' %}

{% trans 'Options' %}

{% trans 'Export' %}

{% trans 'Import' %}

{% endblock %} {% block page %}

{% trans 'Domain' %}

{% include 'domain/domain_modal_form_entities.html' %} {% include 'domain/domain_modal_form_attributes.html' %} {% include 'domain/domain_modal_form_verbosenames.html' %} {% include 'domain/domain_modal_form_ranges.html' %} {% include 'domain/domain_modal_form_optionsets.html' %} {% include 'domain/domain_modal_form_conditions.html' %} {% include 'domain/domain_modal_delete_entities.html' %} {% include 'domain/domain_modal_delete_attributes.html' %} {% endblock %}