<!DOCTYPE html> <!-- Only put one entrance in this file --> <!-- This file is generated by troggle on {{date}} UTC using the form documented at handbook/survey/ententry.html --> <!-- If you edit this file by hand, and manually upload it to the server using git, make sure you update the database by doing a full data import. If you edit it using the online form though, you do not need to do a data import as it happens automatically --> <!-- See http://expo.survex.com/handbook/survey/caveentryfields.html for current details on filling in this form --> <!-- there is 1 required field: slug. The entrance will not appear without that. --> <!-- ALWAYS use ü for u+Umlaut and ö for o+umlaut eg Höhle for Hohle and Glück for Gluck--> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> </head> <body> <b>This file is generated by troggle</b> on {{date}} UTC using the form documented at handbook/survey/ententry.html <br> <entrance> <non_public>{{ entrance.non_public }}</non_public>{% for slug in entrance.entranceslug_set.all %} <slug>{{ slug.slug|default_if_none:""|safe }}</slug>{% endfor %} <name>{{ entrance.name|default_if_none:""|safe }}</name> <entrance_description>{{ entrance.entrance_description|default_if_none:""|safe }}</entrance_description> <explorers>{{ entrance.explorers|default_if_none:""|safe }}</explorers> <map_description>{{ entrance.map_description|default_if_none:""|safe }}</map_description> <location_description>{{ entrance.location_description|default_if_none:""|safe }}</location_description> <lastvisit>{{ entrance.lastvisit|default_if_none:""|safe }}</lastvisit> <approach>{{ entrance.approach|default_if_none:""|safe }}</approach> <underground_description>{{ entrance.underground_description|default_if_none:""|safe }}</underground_description> <photo>{{ entrance.photo|default_if_none:"<img src='/1623/000/000.jpg' />"|safe }}</photo> <!-- marking options: P = Paint, P? = Paint (?), T = Tag, T? = Tag (?), R = Retagged, S = Spit, S? = Spit (?), U = Unmarked, ? = Unknown" --> <marking>{{ entrance.marking|default_if_none:""|safe }}</marking> <marking_comment>{{ entrance.marking_comment|default_if_none:""|safe }}</marking_comment> <!-- findability options: ? = To be confirmed ..., S = Surveyed, L = Lost, R = Refindable" --> <findability>{{ entrance.findability|default_if_none:""|safe }}</findability> <findability_description>{{ entrance.findability_description|default_if_none:""|safe }}</findability_description> <alt>{{ entrance.alt|default_if_none:""|safe }}</alt> <northing>{{ entrance.northing|default_if_none:""|safe }}</northing> <easting>{{ entrance.easting|default_if_none:""|safe }}</easting> <tag_station>{{ entrance.tag_station|default_if_none:""|safe }}</tag_station> <exact_station>{{ entrance.exact_station|default_if_none:""|safe }}</exact_station> <other_station>{{ entrance.other_station|default_if_none:""|safe }}</other_station> <other_description>{{ entrance.other_description|default_if_none:""|safe }}</other_description> <bearings>{{ entrance.bearings|default_if_none:""|safe }}</bearings> <url>{{ entrance.url|default_if_none:""|safe }}</url> </entrance> </body> </html>