{% extends "base.html" %} {% block title %}{{ survexfile }}{% endblock %} {% block head %} {% endblock %} {% block content %} {% if warning %}

Survex Template - will save as file '{{ survexfile }}.svx'

{% else %}

Survex File: {{ survexfile }}

{% endif %} {% if svxincludes %}

Included files: {% for svxinclude in svxincludes %} {{svxinclude}} {% endfor %}

{% endif %}
{% csrf_token %}
{{form.code}}
{{form.filename}} {{form.dirname}} {{form.datetime}} {{form.outputtype}}
{% for diffline in difflist %}{{diffline}}
{% endfor %}
{% if logmessage %} {% if has_3d %}

Click here to view the 3d file produced as output

{% else %}

No 3d file generated. There was an ERROR
Read the full .log file the .err file and fix this .svx file

{% endif %} {% endif %}
underground survey length: {{svxlength|floatformat:2}} metres
cave primary survexfile {{survexfile.cave.survex_file}}
directory primary survexfile {{survexfile.primary}}
{% for sb in svxblocks %} block {{sb}} has parent block {{sb.parent}} (in file {{sb.parent.survexfile.path}}.svx)
{% empty %} Cannot find any dated survex blocks in this survex file (not looking at *include files).
Report this to a nerd if you think this is incorrect.
{% endfor %} {% for key, value in events.items %} {% with trips=value.0 svxothers=value.1 wallets=value.2 blocks=value.3 %}
{{key|date:"Y"}}{{key|date:"-m-d"}} {{blocks}} {% include 'onthisdate.html' %} {% endwith %}
{% endfor %}
{% endblock %}