{% 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

All SurvexFiles

{% for f in survexfiles %} {% endfor %}
Cavef.survexdirectory.pathf.primary.path.parent()f.primaryf.path
{{f.cave}} {{f.survexdirectory.path}} {{f.pathparent}} {{f.primary}} {{f.path}}.svx
{% endblock %}