{% extends "chrono/manager_ants_hub_base.html" %} {% load i18n %} {% block appbar %}
{% if not object.last_sync %}{% trans "Never synchronized" %}{% else %}{% blocktrans with date=object.last_sync|date:"SHORT_DATETIME_FORMAT" %}Last synchronization on {{ date }}{% endblocktrans %}{% endif %}.
{% for label, value in object.details %}{{ label }}: {{ value }}
{% endfor %} {% for place in object.places.all %}