{% load i18n %} {% load static %} {% load content_filters %} {{ poi_category.name }}
{% for language in languages %} {% get_translation poi_category language.slug as poi_category_translation %} {% if poi_category_translation %} {% else %} {% endif %} {% endfor %}
{% if poi_category.icon %}
{{ poi_category.get_icon_display }}
{% endif %} {{ poi_category.pois.count }} {% if perms.cms.delete_poicategory %} {% if poi_category.pois.exists %} {% else %} {% endif %} {% endif %}