{% extends "base.html" %} {% block title %}Caller Log{% endblock %} {% block content %}
Recent connections across all protocols.
| When | User | Service | IP | Duration |
|---|---|---|---|---|
{{ c.started_at.strftime('%Y-%m-%d %H:%M:%S') }} |
{{ c.username or '?' }} | {{ c.service }} | {{ c.ip_address or '' }} |
{% if c.duration_seconds %}{{ c.duration_seconds }}s{% else %}—{% endif %} |