{% extends "_base.html" %} {% load i18n %} {% load rules %} {% load static %} {% load sort_tags %} {% load content_filters %} {% block content %} {% get_current_language as LANGUAGE_CODE %} {% get_language LANGUAGE_CODE as backend_language %}
| {% if perms.cms.change_poi %} {% endif %} | {% sort_link title_label "_sort_title" %} | {% if backend_language and backend_language != language %}{% translate "Title in" %} {{ backend_language.translated_name }} | {% endif %}{% sort_link publication_status_label "_sort_status" %} | {% sort_link street_label "address" %} | {% sort_link postcode_label "postcode" %} | {% sort_link city_label "city" %} | {% sort_link country_label "country" %} | {% sort_link category_label "_sort_category_name" %} | {% translate "Options" %} | |
|---|---|---|---|---|---|---|---|---|---|---|
| {% if search_query %} {% if not is_archive %} {% translate "No locations found with these filters." %} {% else %} {% translate "No archived locations found with these filters." %} {% endif %} {% else %} {% if not is_archive %} {% translate "No locations available yet." %} {% else %} {% translate "No archived locations available yet." %} {% endif %} {% endif %} | ||||||||||