{% 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 %}
FileFontSizePathsScans folderScan filesFrames
{{tunnelfile.tunnelpath}} {{tunnelfile.bfontcolours}} {{tunnelfile.filesize}} {{tunnelfile.npaths}} {% for survexscansfolder in tunnelfile.survexscansfolders.all %} {{survexscansfolder.walletname}} {% endfor %} {% for survexscansingle in tunnelfile.survexscans.all %} {{survexscansingle.name}} {% endfor %} {% for rtunnelfile in tunnelfile.tunnelcontains.all %} {{rtunnelfile.tunnelpath}} {% endfor %}
{% endblock %}