{% extends "base.html" %} {% block title %}Drawings files{% endblock %} {% block content %}

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

{% for dwgfile in dwgfiles %} {% endfor %}
FileSizePathsWalletsScan files in the walletsFrames
{{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 %}
{% endblock %}