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

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

{% else %}

Survex File: {{ title }}

{% 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 %}
{% for sb in svxblocks %}
{{sb.date|date:"Y-m-d"}} {{sb.title}} '{{sb.name}}' List of Logbook entries, wallets and other survex files on {{sb.date|date:"Y-m-d"}}.
[Work in progress, Feb. 2023...]
{% include 'onthisdate.html' %}
{% empty %} Cannot find any survex blocks in this survex file.
Report this to a nerd if you think this is incorrect. {% endfor %}
{% endblock %}