{% extends 'generic/object.html' %} {% load i18n %} {% load plugins %} {% block content %}
{% trans "DHCP Cluster" %}
{% include './inc/name_description_fields.html' %}
{% trans "Status" %} {% badge object.get_status_display bg_color=object.get_status_color %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
{% if object.dhcp_servers.exists %}
{% trans "DHCP Servers" %}
{% for dhcp_server in object.dhcp_servers.all %} {% endfor %}
{{ dhcp_server|linkify }}
{% endif %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}