{% load i18n %} {% load static %} {% load floppyforms %} {% block body_outer %}
{% trans "Other, Optional, Metadata" %}
{% block dataset_edition %}{% trans "Attribute" %} | {% trans "Label" %} | {% trans "Description" %} | {% trans "Display Order" %} | {% trans "Display Type" %} | {% trans "Visible" %} | |
---|---|---|---|---|---|---|
{{form.attribute}} | {{form.attribute_label}} | {{form.description}} | {{form.display_order}} | {{form.featureinfo_type}} | {{form.visible}} |