{% load i18n %}

{{ service_description.title }} {{ accept_operations|dictsort:0|join:"/" }}

{% if service_description.abstract %}{{ service_description.abstract|linebreaks }}{% endif %} {% if service_description.keywords %}

{% 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 "Using This WFS" %}

{% trans "Add the following URL to your GIS application:" %}

{{ connect_url }}
{% endif %}