{% 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 }}
{% autoescape off %}{% trans "Resource harvesting in progress..." %}
{% trans "No resources have been imported yet." %}
{% else %}{% trans "Title" %} | {% trans "Description" %} | {% for dataset in datasets %}
---|---|
{{dataset.title|striptags}} |
{{dataset.abstract|striptags}}
|