{% extends "base.html" %} {% block title %}View Call #{{ caller.call_no }}{% endblock %} {% block content %}
Call: {{ caller.time }} on {{ caller.date }}

Call was {{ caller.action }}

Reason: {{ caller.reason }}

Caller: {{ caller.phone_no }} - {{caller.name }}

{% if caller.whitelisted %}This caller is permitted and calls will not be screened or blocked. {% elif caller.blacklisted %}This caller is blocked and calls will be immediately intercepted. {% else %}This caller is allowed but calls will be screened for robocalling, scams, patterns, etc. {% endif %}

Change Show History
{% if caller.msg_no is not none %}
Voice Message

{% endif %}
{% endblock %} {% block js %} {% endblock %}