{% load i18n %}

{% trans "Service:" %} {{ service.title }}

{% if layers.count > 0 %}

{% trans "The following layers will soon be added to the data catalog:" %}

{% for layer in layers %} {% endfor %}
{{ layer.0 }}{{ layer.1|default:"" }}
{% else %}

No layers

{% endif %}