{{ model.label }}
{% if model.model_id == default_model %}
-
default
+
default
{% endif %}
{% if model.pinned %}
pinned{% endif %}
{% if not model.enabled %}
disabled{% endif %}
{% if not model.public %}
restricted{% endif %}
{% for name, on in (model.capabilities_json or {}).items() %}
- {% if on %}
{{ name }}{% endif %}
+ {% if on %}
{{ name }}{% endif %}
{% endfor %}