+** {% set space = joiner("; ") %}
+ {%- if rental.name %}{{ space() }}
+ {%- if rental.weblink and not rental.weblink.text %}{{ weblink({"url": rental.weblink.url, "text": rental.name}) }}
+ {%- else %}{{ rental.name }}
+ {%- endif %}
+ {%- endif %}
+ {%- if rental.wr_page %}{{ space() }}{{ wr_page(rental.wr_page) }}{% endif %}
+ {%- if rental.weblink and not (rental.name and not rental.weblink.text) %}
+ {{- space() }}{{ weblink(rental.weblink) }}{% endif %}
+ {%- if rental.phone %}{{ space() }}Tel. {{ rental.phone }}{% endif %}
+ {%- if rental.address %}{{ space() }}{{ address(rental.address) }}{% endif %}
+ {%- if rental.location %}{{ space() }}{{ rental.location }}{% endif %}
+ {%- if rental.opening_hours %}{{ space() }}{{ rental.opening_hours }}{% endif %}
+ {%- if rental.note %}{{ space() }}{{ rental.note }}{% endif %}