{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
Option Code Definition
Code {{ object.code }}
Name {{ object.name }}
Data Type {{ object.get_data_type_display }}
Description {{ object.description|default:'—' }}
Vendor Class {{ object.vendor_class|default:'—' }}
Built-in {% if object.is_builtin %}Yes{% else %}No{% endif %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% if value_table.rows %}
Option Values Using This Definition
{% include 'inc/table.html' with table=value_table %}
{% include 'inc/paginator.html' with paginator=value_table.paginator page=value_table.page %}
{% endif %} {% endblock %}