{% extends "_base.html" %} {% load i18n %} {% load static %} {% block content %}

{% translate "Location Categories" %}

{% if perms.cms.change_poicategory %} {% translate "Create location category" %} {% endif %}
{% for poi_category in poicategories %} {% include "poicategories/poicategory_list_row.html" %} {% empty %} {% endfor %}
{% translate "Name" %}
{% for language in languages %} {% endfor %}
{% translate "Map marker" %} {% translate "Number of locations" %} {% translate "Actions" %}
{% translate "No POI categories available yet." %}
{% url "poicategories" as url %} {% include "pagination.html" with chunk=page_obj %} {% include "../generic_confirmation_dialog.html" %} {% endblock content %}