{% extends "base.html" %} {% block title %}{{ (entity.title if entity else None) or inner_name or item_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) %}
{% if edit_in_flight %} Edit (review in flight) {% else %} Edit {% endif %} {# 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 %}
{% include "_flea_versions.html" %} {% endif %}
Marketplace Loading…

{{ (entity.title if entity else None) or inner_name or item_name or plugin_name }}

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

Description

Loading…
{% endblock %}