{{ mk.icon("layers", 22) }}
{% if spl.configure_url %}
{{ mk.icon("sliders") }}{{ _("Configure this line") }}
{% endif %}
{{ spl.name }}
{% if spl.description %}{{ spl.description }}
{% endif %}{{ mk.icon("check-circle") }} {{ _("Always included") }} {{ spl.mandatory | length }} {{ mk.icon("chevron-down") }}
{% for entry in spl.mandatory %}{{ mk.feature_chip(entry.short, external=entry.external) }}{% endfor %}
{{ mk.icon("git-branch") }} {{ group_name }} {% if group.kind == "alternative" %}{{ _("choose exactly one") }}{% else %}{{ group.kind }}{% endif %} {{ group.options | length }} {{ mk.icon("chevron-down") }}
{% for entry in group.options %}{{ mk.feature_chip(entry.short, external=entry.external) }}{% endfor %}
{{ mk.icon("plus") }} {{ _("Optional") }} {{ spl.optional | length }} {{ mk.icon("chevron-down") }}
{% for entry in spl.optional %}{{ mk.feature_chip(entry.short, external=entry.external) }}{% endfor %}