{% extends "pages/base.html" %} {% set title = "Sites attribute" %} {% set subtitle = "Edit" %} {% block main_toolbar %} {{ super() -}} {% filter indent(width=20, first=True) %}
{% endfilter %} {% endblock main_toolbar %} {% block main_content %} {{ super() -}}
{% if structural_elements|length > 0 %}
Make this attribute available for the following levels:
{% for struct_elmt in structural_elements %}
{% endfor %}
{% endif %}
Cancel
{% endblock main_content %}