{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}
| Time | Caller | Actions |
|---|---|---|
|
{{ item.time }}
{{ item.date }} |
{{ item.phone_no }}
{{ item.name }} |
{{ item.action }}
{% if item.msg_no is not none %}
|
| Caller | Count |
{{ item.phone_no }} -
{{ item.name }} |
{{ item.count }} | {% endfor %}
|---|
| Caller | Count |
{{ item.phone_no }} -
{{ item.name }} |
{{ item.count }} | {% endfor %}
|---|