{% extends "base.html" %} {% block title %}Caller Log{% endblock %} {% block content %}
| When | User | Service | IP | Country | Duration |
|---|---|---|---|---|---|
| {{ 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. | |||||