{% load static from staticfiles %} {% load floppyforms %} {% load i18n %} {% block body_outer %}
{% trans "Other, Optional, Metadata" %}
{% trans "Attribute" %} | {% trans "Label" %} | {% trans "Description" %} | {% trans "Display Order" %} | {% if USE_WORLDMAP %}{% trans "Visible" %} | {% trans "Searchable" %} | {% endif %}|
---|---|---|---|---|---|---|
{{form.attribute}} | {{form.attribute_label}} | {{form.description}} | {{form.display_order}} | {% if USE_WORLDMAP %}{{form.visible}} | {{form.searchable}} | {% endif %}