{% extends 'base.html' %} {% block content %}

{% block title %} {{ tool['name'] }} {% endblock %}

{% if current_user.is_authenticated %}
Edit
{% endif %}
Created: {{ tool['created'].strftime("%Y-%m-%d %H:%M") }} UTC
Description: {{ tool['description'] }}
Project page: {{ tool['projectUrl'] }}
Code repository: {{ tool['repositoryUrl'] }}
Expertise required to use: {{ tool['expertiseToUse'] }}
Expertise required to self-host: {{ tool['expertiseToHost'] }}
Technical dependencies: {{ tool['dependencies'] }}
Import / ingest formats: {{ tool['ingestFormats'] }}
Output formats: {{ tool['outputFormats'] }}
Platform status: {{ tool['status'] }}
{% endblock %}