{% extends "base.html" %} {% import "macros/ui.html" as m %} {% block title %}Extensions{% endblock %} {% block nav_extensions %}btn-active{% endblock %} {% block content %}
{{ ext.description }}
{% endif %} {% if ext.version %} v{{ ext.version }} {% endif %}| Capability | Provided by | Required by |
|---|---|---|
| {{ cap.capability | default(value="?") }} | {% if cap.providers %} {% for p in cap.providers %} {{ p }} {% endfor %} {% endif %} | {% if cap.consumers %} {% for c in cap.consumers %} {{ c }} {% endfor %} {% endif %} |