{% load i18n %}
{% trans "Keywords" %}: {% for keyword in service_description.keywords %}{{ keyword }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% endif %} {% if service_description.provider_name %} {% trans "Provider" %}: {% if service_description.provider_site %}{% endif %}{{ service_description.provider_name }}{% if service_description.provider_site %}{% endif %} {% if service_description.contact_person %}{% trans "Contact" %}: {{ service_description.contact_person }}
{% endif %} {% endif %} {% if connect_url %}{% trans "Add the following URL to your GIS application:" %}
{{ connect_url }}
{% endif %}