{% extends "base.html" %} {% block title %}{{ item_name or inner_name or plugin_name }} — {{ config.INSTANCE_NAME }}{% endblock %} {% block content %}
{# v32+ quarantine banner. Owner / admin only when non-approved. #} {% include "_quarantine_banner.html" %} {% if entity and (is_owner or is_admin) %}
Edit (coming soon) {# Same v35 delete UX as the plugin detail page — see comment there. #} {% if is_admin %} {% if entity.visibility_status == 'approved' %} {% elif entity.visibility_status == 'archived' %} {% else %} {% endif %} {% elif entity.visibility_status == 'approved' %} {% elif entity.visibility_status == 'archived' %} {% elif entity.visibility_status == 'pending' %} {% else %} {% endif %}
{% endif %}
Marketplace Loading…
{{ 'SK' if kind == 'skill' else 'AG' }}

{{ inner_name or item_name or plugin_name }}

{{ kind }} {{ 'Curated' if source == 'curated' else 'Flea' }}

Description

Loading…
{% endblock %}