{% extends "base_status.html" %} {% block title %}{{ contact_name }}{% endblock %} {% block smallheader %}contact{% endblock %} {% block largeheader %}{{ contact_name }} ({{ contact.alias }}){% endblock %} {% block nav1 %}{{ block.super }}{% endblock %} {% block nav2 %}Contacts{% endblock %} {% load adagiostags %} {% block content %}
{% if comments %} Comments that mention {{ contact_name }} {% include "snippets/status_commentlist_snippet.html" %} {% else %} {{ contact_name }} is not tagged in any current problems. {% endif %}
{% if log %} {% for line in log %} {% ifchanged line.time|timestamp|date:"Y-m-d" %} {% endifchanged %} {% endfor %}
Time Type Message
{{ line.time|timestamp|date:'Y-m-d H:i' }} {{ line.type }}
{{ line.options }}
{% else %} {{ contact_name }} is not mentioned in any recent log entries. {% endif %}
{% if groups %} {{ contact_name }} belongs to the following groups: {% for i in groups %} {% endfor %}
{{ i.name }} {{ i.alias }}
{% else %} {{ contact_name }} does not belong to any groups. {% endif %}
{% if services %} {{ contact_name }} is a contact for the following services: {% include "snippets/status_servicelist_snippet.html" %} {% else %} {{ contact_name }} is not a contact for any services. {% endif %}
{% if gitlog %} Git commits made by {{ contact_name }} {% for commit in gitlog %} {% if commit_id == commit.hash %} {% endif %} {% endfor %}
Date Summary Name Email Actions
{{ commit.timestamp|timestamp|date:'Y-m-d H:i'}} {{ commit.comment }} {{ commit.author_name }} {{ commit.author_email }} {% if commit_id != commit.hash %} diff {% else %} hide {% endif %}
                {{ diff }}
                
{% else %} {{ contact_name }} has no commits in git log. {% endif %}

Information available via livestatus:

{% for k,v in contact.items %} {% endfor %}
{{ k }} {{ v }}
{% endblock %} {% block view_buttons %}{% endblock %} {% block action_buttons %}{% endblock %} {% block footer %} {{ block.super }} {% endblock %}