{% extends "base.html" %} {% block title %}Drawings files{% endblock %} {% block content %}
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.
This is the list of drawings as at the most recent database reset.
Drawing (Tunnel or Therion) 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 %} |