{% 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'] }} |
| Expertise required to use: | {{ resource['expertiseToUse'] }} |
| Expertise required to self-host: | {{ resource['expertiseToHost'] }} |
| Technical dependencies: | {{ resource['dependencies'] }} |
| Import / ingest formats: | {{ resource['ingestFormats'] }} |
| Output formats: | {{ resource['outputFormats'] }} |
| Platform status: | {{ resource['status'] }} |
{{ relationship['description']|truncate(100) }}
{{ relationship['description']|truncate(100) }}