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

SurvexDirectory objects

{% endautoescape %} {% for sd in survexdirs %} {% endfor %}
CaveCaveIDPathPrimary
{{sd.cave}} {{sd.cave.id}} {{sd.path}} {{sd.primarysurvexfile}}.svx MISMATCH {% endif %}
{% endblock %}