{% extends "base.html" %} {% block title %}Call Log{% endblock %} {% block content %}
Results: None
{% else %}| Time | Caller | Actions | Reason |
|---|---|---|---|
|
{{ item.time }}
{{ item.date }} |
{{ item.phone_no }}
{{ item.name }} |
{{ item.action }} {% if item.msg_no is not none %} {% endif %} | {{ item.reason }} |