{% 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['project_url'] }}
Code repository: {{ tool['repository_url'] }}
Stand-alone or platform?: {{ tool['platform_status'] }}
Expertise required: {{ tool['expertise'] }}
Expertise required to self-host: {{ tool['self_host_expertise'] }}
Import / ingest: {{ tool['ingest'] }}
Output formats: {{ tool['output'] }}
SAAS?: {{ tool['saas'] }}
Community-hosted examples:
Technical dependencies: {{ tool['dependencies'] }}
{% endblock %}