{% load i18n static %} {% load check_permissions %}

{% blocktranslate count counter=cities|length trimmed %} City {% plural %} Cities {% endblocktranslate %} {% if user|has_attach_permission %}     {% translate 'Add' %} {% endif %}

{% if user|has_attach_permission %} {% endif %}
{% for city in cities %}

{% for name in city.preferred_names %} {{ name.name }} {{ name.language__code }} {% endfor %} {% if city.can_be_unlinked %}     {% translate 'Remove' %} {% endif %}

{% if city.can_be_unlinked %} {% endif %} {% endfor %}