{% load i18n %}
{% trans "Keywords" %}: {{ service_description.keywords|join:", " }}
{% 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 %}