{% extends 'generic/object.html' %} {% load i18n %} {% load plugins %} {% load humanize %} {% load helpers %} {% block content %}
{% 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 }} |