{% extends "base.html" %} {% block title %}List of survex directories{% endblock %} {% block content %} {% autoescape off %}

Survex Primary files: per Cave and per directory

{% endautoescape %}

All SurvexFiles

{% for f in survexfiles %} {% endfor %}
CaveCave primaryf.primaryf.path
{{f.cave}} {{f.cave.areacode}}{% if f.cave.subarea %}-{{f.cave.subarea}}{% endif %} {{f.cave.survex_file}} {{f.primary}}.svx {{f.path}}.svx
{% endblock %}