{% extends "base.html" %} {% load static %} {% block title %}Communication History - {{ block.super }}{% endblock %} {% block content %}

Communication History

Total Communications
{{ stats.total|default:0 }}
All time
This Month
{{ stats.this_month|default:0 }}
{{ stats.month_change|default:0 }}% from last month
Active Conversations
{{ stats.active_conversations|default:0 }}
Last 7 days
Average Response Time
{{ stats.avg_response_time|default:"0h" }}
Last 30 days
Filters
View Options
Communication History
Date/Time Type Participants Subject/Content Status Actions
Loading history...
{% endblock %}