{% extends "base.html" %} {% load survex_markup %} {% block title %}{{ title }}{% endblock %} {% block head %} {% endblock %} {% block content %}
Included files: {% for svxinclude in svxincludes %} {{svxinclude}} {% endfor %}
{% endif %}
{% for diffline in difflist %}{{diffline}}
{% endfor %}
{% if logmessage %}
{% if has_3d %}
{% else %}
No 3d file
{% endif %}
LOGMESSAGES
{{logmessage}}
{% endif %}