Themes: add question wether climbing ropes can be hired

This commit is contained in:
Pieter Vander Vennet 2023-06-08 19:56:00 +02:00
parent 23370336e8
commit 6425ad67e6

View file

@ -138,6 +138,29 @@
}
]
},
{
"id": "rope_rental",
"question": {
"en": "Can one rent a climbing rope here?",
"nl": "Kan een klimtouw hier gehuurd worden?"
},
"mappings": [
{
"if": "service:rental:climbing_rope=yes",
"then": {
"en": "A climbing rope can be rented here",
"nl": "Een klimtouw kan hier gehuurd worden"
}
},
{
"if": "service:rental:climbing_rope=no",
"then": {
"en": "A climbing rope can <b>not</b> be rented here",
"nl": "Hier kunnen <b>geen</b> klimtouwen gehuurd worden"
}
}
]
},
"climbing.toprope",
{
"builtin": "climbing.average_length",