{% set location = locations_map[location_id] %} {% set locations_tree = locations_tree[location_id] %} {% set location_permissions = permissions_by_id[location_id] %} {% if current_user.is_admin or not location.is_hidden or not is_full_location_tree_hidden(locations_map, locations_tree) %}
{% if locations_tree and not is_full_location_tree_hidden(locations_map, locations_tree) %} {{_("This location has been hidden from location lists, but will be shown because it contains other locations that have not been hidden.") }} {% else %} {{_("This location has been hidden from location lists.") }} {% endif %}
{% endif %} {% if not config['DISABLE_TOPICS'] and location.topics %}{{ _('Topics') }}: {% for topic in location.topics %} {{ topic.name | get_translated_text }} {% endfor %}
{% endif %} {% include "locations/responsible_users.html" %} {% if location.description %}{{ location.description | get_translated_text }}{% endif %} {% else %} {{ _('Location') }} #{{ location_id }} {% endif %} {% if locations_tree %}