{% extends "django_meta_whatsapp/base.html" %} {% block title %}Dashboard{% endblock %} {% block page_title %}Dashboard{% endblock %} {% block content %}
{{ total_contacts }}
{{ total_conversations }}
{% if unread_count %}{{ unread_count }} unread
{% endif %}{{ total_campaigns }}
{% if running_campaigns %}{{ running_campaigns }} running
{% endif %}{{ messages_today }}
{{ conv.contact.name|default:conv.phone_number }}
{{ conv.last_message_at|timesince }} ago
{{ camp.name }}
{{ camp.created_at|date:"d M Y" }}