{% extends 'generic/object.html' %} {% load i18n %} {% load plugins %} {% load humanize %} {% load helpers %} {% block content %}
{% trans "Virtual IP" %}
{% if object.description %} {% endif %} {% if object.virtual_pool %} {% endif %} {% if object.address %} {% endif %}
{% trans "Name" %} {{ object.name }}
{% trans "DNS Name" %} {{ object.dns_name }}
{% trans "Description" %} {{ object.description|placeholder }}
{% trans "Disabled" %} {% checkmark object.disabled %}
{% trans "Route Health Injection" %} {% checkmark object.route_health_injection %}
{% trans "Virtual Pool" %} {{ object.virtual_pool|linkify|placeholder }}
{% trans "IP Address" %} {{ object.address|linkify|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}