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

{% trans "NTP Provider" %}

{% trans "Host" %}{{ object.host }}
{% trans "Name" %}{{ object.name }}
{% trans "NTP Policy" %} {{ object.ntp_policy }}
{% trans "Role" %}{{ object.get_role_display }}
{% trans "Min poll" %}{{ object.min_poll }}
{% trans "Max poll" %}{{ object.max_poll }}
{% trans "Key ID" %}{{ object.key_id|placeholder }}
{% 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 %}