{% extends 'generic/object.html' %} {% load helpers %} {% block content %}
Option Value
Display Name {{ object }}
Option Definition {{ object.option_definition }}
Value {{ object.value }}
Friendly Name {% if object.friendly_name %}{{ object.friendly_name }}{% else %}{% endif %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% if scope_table.rows %}
Scopes Using This Option Value
{% include 'inc/table.html' with table=scope_table %}
{% include 'inc/paginator.html' with paginator=scope_table.paginator page=scope_table.page %}
{% endif %} {% endblock %}