{% extends "services/services_base.html" %} {% load i18n %} {% load guardian_tags %} {% block body %}
{% trans "Type" %}: {{service.service_type}}
{% trans "URL" %}: {{service.base_url}}
{% trans "Abstract" %}: {{service.abstract}}
{% trans "Keywords" %}: {{ service.keywords.all|join:", " }}
{% trans "Contact" %}: {{ service.owner }}
{% if service.type == 'WMS' and service.needs_authentication %}SERVICE NOTES: The service is accessed by Basic auth via the user {{service.username}}
{% endif %} {% autoescape off %}{% trans "No resources have been imported yet." %}
{% endif %}