{% extends "public_base.html" %} {% import "marketplace/_macros.html" as mk %} {% block title %}{{ feature.short }} · {{ _("Marketplace") }}{% endblock %} {% block content %}
{{ feature.org }}/{{ feature.repo }}
{{ feature.description or _("No description yet.") }}
{{ _("This feature declares no public contract surface.") }}
{% endif %}{{ _("No hard dependencies.") }}
{% endif %}{{ mk.icon("alert-triangle") }}{{ _("Collisions") }}
{{ c.item }} ({{ c.kind }}) {{ _("also provided by") }}
{% for other in c.features if other != feature.short %}{{ mk.feature_chip(other) }}{% endfor %}