{% extends "base.html" %} {% load survex_markup %} {% block title %}{{ title }}{% endblock %} {% block head %} {% endblock %} {% block content %}

Survex File: {{ title }}

{% if svxincludes %}

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

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