{% extends "base.html" %} {% load wiki_markup %} {% load survex_markup %} {% block title %}Tunnel files{% endblock %} {% block content %}
File | Size | Paths | Scans folder | Scan files | Frames |
---|---|---|---|---|---|
{{tunnelfile.tunnelpath}} | {{tunnelfile.filesize}} | {{tunnelfile.npaths}} | {% for scansfolder in tunnelfile.manyscansfolders.all %} {{scansfolder.walletname}} {% endfor %} | {% for singlescan in tunnelfile.scans.all %} {{singlescan.name}} {% endfor %} | {% for rtunnelfile in tunnelfile.tunnelcontains.all %} {{rtunnelfile.tunnelpath}} {% endfor %} |