{% extends "passerelle/manage/service_view.html" %} {% load i18n passerelle %} {% block description %} {{ block.super }} {% if object.get_zipcodes and not object.get_streets_queryset.exists %}
{% trans "Street data is not available yet, it should soon be downloaded." %}
{% endif %} {% if object.api_geo_url and not object.cities_exist %}
{% trans "API Géo data is not available yet, it should soon be downloaded." %}
{% endif %} {% endblock %} {% block security %}

{% trans 'Accessing the listings is open.' %}

{% endblock %}