{% load i18n %}
{% trans "Contact Name" %} | {% trans "Alias" %} | {% trans "E-mail" %} | {% trans "Pager" %} | {% trans "Host Notification Period" %} | {% trans "Service Notification Period" %} | {% for i in contacts %}
---|---|---|---|---|---|
{{ i.name }} | {{ i.alias }} | {{ i.email}} | {{ i.pager }} |
{{ i.host_notification_period }}
|
{{ i.service_notification_period }} |