diff --git a/templates/controlPanel.html b/templates/controlPanel.html
index 0c48fd0..ac83873 100644
--- a/templates/controlPanel.html
+++ b/templates/controlPanel.html
@@ -7,6 +7,7 @@
Delete logbook entry -Online logbook suffers duplicate entries {{error}}
Folder paths used -folders settings used by this troggle installation
Entrances -tag station/other station, *fix 'p' station for each entrance
+Entrances: Lost -where there is no lat./long. for the entrance (only for 1623)
Entrance *fix stations -lat./long. and UTM and altitudes of stations
Edit cave aliases -edit historical cave aliases to current names
Expoer name aliases -short names recognised by troggle
diff --git a/templates/entrancetags.html b/templates/entrancetags.html
index 06d726e..e868f01 100644
--- a/templates/entrancetags.html
+++ b/templates/entrancetags.html
@@ -47,6 +47,11 @@ This list excludes those entrances with valid lat./long. coordinates, irrespecti
{% if entrance.marking_comment%}{{ entrance.marking_comment|safe }}
{% endif %}
{{ entrance.location_description|safe }}
+ {{ entrance.entrance_description|safe }}
+ {{ entrance.underground_description|safe }}
+ {{ entrance.other_description|safe }}
+ {{ entrance.approach|safe }}
+