summaryrefslogtreecommitdiffstats
path: root/templates/cave_debug.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/cave_debug.html')
-rw-r--r--templates/cave_debug.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/templates/cave_debug.html b/templates/cave_debug.html
index fe6e4cd..0f7364e 100644
--- a/templates/cave_debug.html
+++ b/templates/cave_debug.html
@@ -10,6 +10,24 @@
These are NOT the *entrance data points in the survex files.
<table>
<tr><th>entrance</th>
+<th>ent map</th>
+</tr>
+{% for ent in ents %}
+{% if ent.map_description %}
+<tr>
+ <td>
+ #{{ent.id}} <a href="{{ent.firstcave.url}}">{{ent}}</a>
+ </td>
+ <td>
+ {{ent.map_description}}
+ </td>
+</tr>
+{% endif %}
+{% endfor %}
+</table>
+
+<table>
+<tr><th>entrance</th>
<th>ent slug</th>
<th>Best station </th>
<th>Location</th>