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

SurvexDirectory objects

{% endautoescape %}

All SurvexDirectories

{% for sd in survexdirs %} {% endfor %}
Dir PathPrimary svx
{{sd.path}} {{sd.primarysurvexfile}}.svx MISMATCH {% endif %}

All SurvexFiles

{% for f in survexfiles %} {% endfor %}
CaveDir Pathsvx
{{f.cave}} {{f.survexdirectory.path}} {{f.path}}.svx
{% endblock %}