{# Icons alone: the name of each capability is carried by the tooltip and by screen-reader text, so the column stays narrow however many a model declares. #} {% if model.meta %}
{% for capability in model.meta.capabilities %} {% set badge = capability_badge(capability) %} {{ badge.label }} {% endfor %}
{% endif %}