{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}

{% trans "Syslog Remote Destination" %}

{% trans "Host" %}{{ object.host }}
{% trans "Port" %}{{ object.port }}
{% trans "Name" %}{{ object.name }}
{% trans "Syslog Policy" %} {{ object.syslog_policy }}
{% trans "Severity" %}{{ object.get_severity_display }}
{% trans "Forwarding facility" %}{{ object.get_forwarding_facility_display }}
{% trans "Admin state" %}{{ object.get_admin_state_display }}
{% trans "Management EPG" %}{{ object.mgmt_epg|placeholder }}
{% trans "Description" %}{{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/comments.html' %}
{% endblock %}