mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-03-30 08:29:51 +01:00
ent and cave templates
This commit is contained in:
@@ -28,7 +28,7 @@ though, you do not need to do a data import as it happens automatically -->
|
||||
<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>
|
||||
<photo>{{ entrance.photo|default_if_none:"<img src='/1623/others/t/82jont.jpg' />"|safe }}</photo>
|
||||
<!-- marking options: P = Paint,
|
||||
P? = Paint (?),
|
||||
T = Tag,
|
||||
@@ -38,13 +38,13 @@ though, you do not need to do a data import as it happens automatically -->
|
||||
S? = Spit (?),
|
||||
U = Unmarked,
|
||||
? = Unknown" -->
|
||||
<marking>{{ entrance.marking|default_if_none:""|safe }}</marking>
|
||||
<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>{{ 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>
|
||||
<lat_wgs84>{{ entrance.lat_wgs84|default_if_none:""|safe }}</lat_wgs84>
|
||||
@@ -53,7 +53,6 @@ though, you do not need to do a data import as it happens automatically -->
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user