|
@ -47,6 +47,9 @@ feature: |
|
|
<dt>{{ keyTrans('Fee') }}</dt> |
|
|
<dt>{{ keyTrans('Fee') }}</dt> |
|
|
<dd>{{ attribute(tags, 'fee') ? tagTrans('fee', attribute(tags, 'fee')) : '' }}</dd> |
|
|
<dd>{{ attribute(tags, 'fee') ? tagTrans('fee', attribute(tags, 'fee')) : '' }}</dd> |
|
|
|
|
|
|
|
|
|
|
|
<dt>{{ keyTrans('Wheelchair') }}</dt> |
|
|
|
|
|
<dd>{{ attribute(tags, 'wheelchair') ? tagTrans('wheelchair', attribute(tags, 'wheelchair')) : '' }}</dd> |
|
|
|
|
|
|
|
|
<dt>{{ trans('Photos') }}</dt> |
|
|
<dt>{{ trans('Photos') }}</dt> |
|
|
<dd> |
|
|
<dd> |
|
|
{% if attribute(tags, 'mapillary') %} |
|
|
{% if attribute(tags, 'mapillary') %} |
|
|