{% for language in languages %}
{% get_translation poi_category language.slug as poi_category_translation %}
{% if poi_category_translation %}
{% else %}
{% endif %}
{% endfor %}
{{ poi_category.pois.count }}
{% if perms.cms.delete_poicategory %}
{% if poi_category.pois.exists %}
{% else %}
{% endif %}
{% endif %}