{% extends "base.html" %} {% block title %}{{ entity.name }} — Store{% endblock %} {% block content %}
{% if is_owner or is_admin %} {% endif %} {% if entity.photo_path %} {% else %}
{{ entity.type[:2] | upper }}
{% endif %}
{{ entity.type }} v{{ entity.version }} {% if entity.category %}· {{ entity.category }}{% endif %}

{{ entity.name }}

by {{ owner_display }} · {{ entity.install_count }} installed · {{ entity.file_size | humanbytes }}
{{ invocation_name }}
{% if is_installed %} {% else %} {% endif %} {% if entity.video_url %} ▶ Watch video {% endif %}
{% if entity.description %}

Description

{{ entity.description }}
{% endif %} {% if entity.doc_paths %}

Documentation

{{ entity.doc_paths | length }}
{% for d in entity.doc_paths %} {% set fname = d.split('/')[-1] %} {% endfor %}
{% endif %}

Files

{{ files | length }}
{% for f in files %}
{{ f.path }}{{ f.size | humanbytes }}
{% else %}
No files on disk.
{% endfor %}
{% endblock %}