{% 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 %}
{% endblock %}