{% extends './clientclass/base.html' %}
{% load i18n %}
{% load netbox_dhcp %}
{% load plugins %}
{% block content %}
{% include './inc/name_description_fields.html' %}
| {% trans "Weight" %} |
{{ object.weight }} |
| {% trans "DHCP Server" %} |
{{ object.dhcp_server|linkify }} |
| {% trans "Test" %} |
{{ object.test }} |
| {% trans "Template Test" %} |
{{ object.template_test }} |
| {% trans "Only in additional list" %} |
{% null_checkmark object.only_in_additional_list %} |
{% include './inc/bootp_card.html' %}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% plugin_left_page object %}
{% include './inc/lifetime_card.html' %}
{% include 'inc/panels/tags.html' %}
{% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}