{% extends 'generic/object.html' %} {% load i18n %} {% load netbox_dhcp %} {% load plugins %} {% block content %}
{% trans "Option" %}
{% if object.description %} {% endif %}
{% trans "Description" %} {{ object.description }}
{% trans "Weight" %} {{ object.weight }}
{% trans "Address Family" %} {{ object.definition.get_family_display }}
{% trans "Space" %} {{ object.definition.space }}
{% trans "Name" %} {{ object.definition.name }}
{% trans "Code" %} {{ object.definition.code }}
{% trans "Data" %} {{ object.data }}
{% trans "Weight" %} {{ object.definition.weight }}
{% trans "CSV Format" %} {% null_checkmark object.csv_format %}
{% trans "Send Option" %} {{ object.get_send_option_display }}
{% trans "Definition" %} {{ object.definition|linkify }}
{% trans "Assigned Object" %}
{% trans "Name" %} {{ object.assigned_object|linkify }}
{% trans "Type" %} {{ object.assigned_object_type.name }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
{% include './inc/client_class_card.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}