{% extends "base.html" %} {% block title %}TIC Log - Admin{% endblock %} {% block content %}

TIC Log

Inbound FidoNet file-echo manifests.

{% for t in pagination.items %} {% else %} {% endfor %}
ReceivedStatusAreaFile SizeFromError
{{ 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.
{% if pagination.pages > 1 %} {% endif %} {% endblock %}