{% extends "base.html" %} {% block title %}TIC Log - Admin{% endblock %} {% block content %}
Inbound FidoNet file-echo manifests.
| Received | Status | Area | File | Size | From | Error |
|---|---|---|---|---|---|---|
{{ t.received_at.strftime('%Y-%m-%d %H:%M') }} |
{% if t.status == 'filed' %}filed {% elif t.status == 'error' %}error {% elif t.status == 'pending' %}pending {% else %}{{ t.status }}{% endif %} | {{ t.area_tag or '?' }} |
{{ t.filename or '?' }} | {{ t.size_bytes or 0 }} | {{ t.from_address or '' }} |
{{ t.error_message or '' }} |
| No TICs received yet. | ||||||