{% extends "base.html" %} {% block title %}File Areas{% endblock %} {% block content %}

File Areas

FidoNet file echos and local file libraries.

Smart Upload (auto-route by tag)
{% if rows %} {% for r in rows %} {% endfor %}
TagNameFilesTotal Size Description
{{ r.area.tag }} {{ r.area.name or '' }} {{ r.count }} {{ '%.1f'|format(r.total_size / 1024) }} KB {{ r.area.description or '' }}
{% else %}
No file areas yet — they'll appear after the first inbound TIC arrives.
{% endif %}
{% endblock %}