{% extends "chrono/manager_ants_hub_base.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }} {{ view.place }} {% endblock %} {% block appbar %}

{{ view.place }}

{% trans "Remove" %} {% endblock %} {% block content %}

{% if not view.place.last_sync %}{% trans "Never synchronized" %}{% else %}{% blocktrans with date=view.place.last_sync|date:"SHORT_DATETIME_FORMAT" %}Last synchronization on {{ date }}{% endblocktrans %}{% endif %}.

{% trans "Address" %} {% trans "Edit" %}

{{ view.place.address }}
{{ view.place.zipcode }} {{ view.place.city_name }}

{% trans "Geolocation:" %} {{ view.place.longitude }} {{ view.place.latitude }}

{% trans "URLs" %} {% trans "Edit" %}

{% for label, value in view.place.url_details %} {% endfor %}
{{ label }}{{ value }}

{% trans "Agendas" %} {% trans 'Add' %}

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