{%- else %}
{%- if walkup_possible is false %} (ein Aufstieg zu Fuß ist nicht möglich){% endif %}
{%- endif %}
-* '''Beleuchtung''': {{ nightlight_description | default( nightlight_possible | default("''Unbekannt''") ) | trim }}
+* '''Beleuchtung''': {% if nightlight_description -%}
+ {{ nightlight_description }}
+ {%- else %}
+ {%- if nightlight_possible -%}
+ {{ nightlight_possible }}
+ {%- if nightlight_weekdays %} (
+ {%- if nightlight_weekdays|length == 7 -%}
+ täglich
+ {%- else -%}
+ {{ ', '.join(nightlight_weekdays) }}
+ {%- endif -%}
+ ){% endif %}
+ {%- else -%}
+ ''Unbekannt''
+ {%- endif %}
+ {%- endif %}
* '''Rodelverleih''': {% if sled_rental_description -%}
{{ sled_rental_description | trim }}
{%- else -%}