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