{% extends "base.html" %} {% block title %}View Call #{{ caller.call_no }}{% endblock %} {% block content %}
Reason: {{ caller.reason }}
{% 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