diff --git a/templates/eastings.html b/templates/eastings.html
index 4459365..235db76 100644
--- a/templates/eastings.html
+++ b/templates/eastings.html
@@ -18,6 +18,11 @@ Coordinate systems in Austria are explained in:
Basic Coordinate Systems.
The data in the table immediately below has been hand-entered and is sometimes very wrong. +
For the Cave column, if there is an official cave name, then it is shown. +Otherwise whatever other name we can find for it is shown in italics. +For the Entrance column, if the entrance has a name (e.g. Grüner Eingang in Schwarzmooskogeleishöhle) then it is shown. + Otherwise it says "Anon:" followed by whatever other name we can find for it, usually the entrance id slug, in italics. +
Cave | Entrance | Easting | Northing | tag | tag exact | tag other | slug | {% if ent.name %} {{ent.name|safe}} {% else %} - Unnamed: {{ent|safe}} + Anon: {{ent|safe}} {% endif %} | {{ent.easting|floatformat:2}} |
---|