{% extends "base.html" %} {% load bcfg2_tags %} {% block title %}Bcfg2 - Interaction History{% endblock %} {% block pagebanner %}Interaction history{% if client %} for {{ client.name }}{% endif %}{% endblock %} {% block extra_header_info %} {% endblock %} {% block content %}
{% if entry_list %} {% filter_navigator %} {% include "widgets/interaction_list.inc" %} {% else %}

No client records are available.

{% endif %}
{% page_navigator %} {% endblock %}