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

3d file

{% else %}

No 3d file

{% endif %}
    LOGMESSAGES
    {{logmessage}}
    
{% endif %}
{% endblock %}