{% extends "base.html" %} {% load wiki_markup %} {% load survex_markup %} {% block title %}Tunnel files{% endblock %} {% block content %}

All Tunnel files - references to wallets and survey scans

{% for tunnelfile in tunnelfiles %} {% endfor %}
FileSizePathsScans folderScan filesFrames
{{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 %}
{% endblock %}