{% extends 'base.html' %} {% load helpers %} {% load form_helpers %} {% block extra_styles %} {% endblock %} {% block content %} {% block tabs %}{% endblock %}
Field | Required | Description |
---|---|---|
{{ field.name }}
|
{{ field.required | render_boolean }} |
{% if field.choices %}
{% elif field.label %} {{ field.label }} {% endif %} {% if field.format %} Format: {{ field.format }} {% endif %} |
Required fields must be specified for all objects.
Related objects may be referenced by their UUID and/or by their natural key unique field combinations. e.g `location__name`, `location__parent__name`. You can find this information in the "Advanced" tab of any object's detail view.
{% endif %}