{% extends "services/services_base.html" %} {% load i18n %} {% load guardian_tags %} {% block head %} {% include "geonode/ext_header.html" %} {% include "geonode/app_header.html" %} {% include "geonode/geo_header.html" %} {{ block.super }} {% endblock %} {% block body %}
{% trans "Name:" %} {{service.name}}
{% trans "URL:" %} {{service.base_url}}
{% trans "Abstract:" %} {{service.abstract}}
{% trans "Keywords:" %} {{ service.keywords.all|join:", " }}
{% trans "Contact:" %} {{ service.owner }}
{% autoescape off %} {% if services %}{% trans "This CSW server contains the following services" %}
Title | Description |
---|---|
{{service.title}} | {{service.abstract}} |
{% trans "This Service contains the following layers" %}
Title | Description |
---|---|
{{layer.title}} | {{layer.abstract}} |