{% extends "chrono/manager_ants_hub_base.html" %} {% load i18n %} {% block appbar %}

{% trans 'ANTS Hub' %}

{% trans 'New city' %} {% endblock %} {% block content %} {% if object_list %} {% for object in object_list %}

{{ object }} {% trans "Remove" %}

{% trans "Add place" %}

{% endfor %} {% else %}
{% blocktrans trimmed %} This site doesn't have any city yet. Click on the "New city" button in the top right of the page to add a first one. {% endblocktrans %}
{% endif %} {% endblock %}