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

{{ title }}

Download svx file
{% if has_3d %}
Download 3d file
Download err file
{% else %}
Processing failed
{% endif %}
Download log file
{{ text|survex_to_html }} {% endblock %}