{% extends 'core/export.html' %} {% load i18n %} {% block body %}

{% trans 'Domain' %}

{% for attribute in attributes %}

{{ attribute.path }}

{% endfor %} {% endblock %}