{% extends theme_template %} {% block title %}{{ item.name }} - AppStore - SecuBox WebUI{% endblock %} {% block content %}
← Back to AppStore

{{ item.emoji }} {{ item.name }}

{{ item.category }} · Version {{ item.version }} · by {{ item.author }}

{% if item.installed %} ✓ Installed {% endif %} {% if item.update_available %} Update Available {% endif %}
★ {{ "%.1f"|format(item.rating) }} / 5.0
{{ item.downloads }} downloads
{{ "%.1f"|format(item.size_mb) }} MB
{% if item.license %}
License: {{ item.license }}
{% endif %}

{{ item.summary }}

{% if item.tags %}
{% for tag in item.tags %} #{{ tag }} {% endfor %}
{% endif %} {% if item.description %}

Description

{{ item.description }}
{% endif %} {% if item.screenshots %}

Screenshots

{% for screenshot in item.screenshots %} Screenshot {% endfor %}
{% endif %} {% if item.dependencies %}

Dependencies

{% endif %}

Additional Information

{% if item.repository_url %} 📦 Repository {% endif %} {% if item.documentation_url %} 📚 Documentation {% endif %}
{% if item.installed %}
{% if item.update_available %} {% endif %}
{% else %} {% endif %}
{% if reviews %}

User Reviews

{% for review in reviews %}
{{ review.author }} {{ review.date }}
★ {{ review.rating }}/5

{{ review.comment }}

👍 {{ review.helpful_count }} found this helpful
{% endfor %}
{% endif %}
{% endblock %}