{% extends 'base.html' %} {% block content %}
| Created: | {{ resource['created'].strftime("%Y-%m-%d %H:%M") }} UTC |
|---|---|
| Description: | {{ resource['description'] }} |
| Developer | {% if resource['developerUrl'] %} {{ resource['developer'] }} {% else %} {{ resource['developer'] }} {% endif %} |
| Software license: | {{ resource['license'] }} |
| Software language(s): | {{ resource['scriptingLanguage'] }} |
| Project page: | {{ resource['projectUrl'] }} |
| Code repository: | {{ resource['repositoryUrl'] }} |
| Import / ingest formats: | {{ resource['ingestFormats'] }} |
| Output formats: | {{ resource['outputFormats'] }} |
| Platform status: | {{ resource['status'] }} |
| Full description | {{ resource['longDescription']|safe }} |
| Experimental uses | {{ resource['experimental']|safe }} |
| Considerations |
{{ resource['considerations']|safe }} |
| References: |
{{ resource['references']|safe }} |
{{ relationship['description']|truncate(100) }}
{{ relationship['description']|truncate(100) }}