{% extends "base.html" %} {% block title %}Caller Log{% endblock %} {% block content %}

Caller Log

Reset
{% for c in pagination.items %} {% else %} {% endfor %}
WhenUserServiceIPCountryDuration
{{ c.started_at.strftime('%Y-%m-%d %H:%M:%S') }} {{ c.username or '?' }} {{ c.service or '?' }} {{ c.ip_address or '' }} {{ c.country or '' }} {{ c.duration_seconds or 0 }}s
No matches.
{% if pagination.pages > 1 %} {% endif %} {% endblock %}