{% load i18n %}

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

{% if service_description.abstract %}{{ service_description.abstract|linebreaks }}{% endif %} {% if service_description.keywords or service_description.provider_name %}
{% if service_description.keywords %}
{% translate "Keywords" %}:
{{ service_description.keywords|join:", " }}
{% endif %} {% if service_description.provider_name %}
{% translate "Provider" %}:
{% if service_description.provider_site %}{% endif %}{{ service_description.provider_name }}{% if service_description.provider_site %}
{% endif %} {% if service_description.contact_person %}
{% translate "Contact" %}:
{{ service_description.contact_person }}
{% endif %} {% endif %}
{% endif %} {% if connect_url %}

{% translate "Using This WFS" %}

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

{{ connect_url }}

{% endif %}