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

All Tunnel and Therion files - in the repository

You can see an up to date list of drawings files by looking at the drawings repository. This is up to date even if the upload has been done after the most recent database reset.

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

This is the list of drawings as at the most recent database reset. {% for dwgfile in dwgfiles %} {% endfor %}
Drawing (Tunnel or Therion) 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 %}