{% extends "base.html" %} {% block title %}Tunnel files{% endblock %} {% block content %}
File | Size | Paths | Wallets | Scan files in the wallets | Frames |
---|---|---|---|---|---|
{{dwgfile.dwgpath}} | {{dwgfile.filesize}} | {{dwgfile.npaths}} | {% for scanswallet in dwgfile.dwgwallets.all %} {{scanswallet.walletname}} {% endfor %} | {% for singlescan in dwgfile.scans.all %} {{singlescan.name}} {% endfor %} | {% for rdwgfile in dwgfile.dwgcontains.all %} {{rdwgfile.dwgpath}} {% endfor %} |