{% extends "base.html" %} {% load wiki_markup %} {% load survex_markup %} {% block title %}Tunnel files{% endblock %} {% block content %}
File | Font | Size | Paths | Scans folder | Scan files | Frames |
---|---|---|---|---|---|---|
{{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 %} |