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

All Tunnel and Therion files - linked to wallets, survey scans, frames and scraps

{% for dwgfile in dwgfiles %} {% endfor %}
FileSizePathsScans folderScan filesFrames
{{dwgfile.dwgpath}} {{dwgfile.filesize}} {{dwgfile.npaths}} {% for scansfolder in dwgfile.manyscansfolders.all %} {{scansfolder.walletname}} {% endfor %} {% for singlescan in dwgfile.scans.all %} {{singlescan.name}} {% endfor %} {% for rdwgfile in dwgfile.tunnelcontains.all %} {{rdwgfile.dwgpath}} {% endfor %}
{% endblock %}