{% props label = null, # optional group heading (pass it already translated); null renders an unlabeled group icon = null, # optional icon name displayed before the label %}
{% if label is not null %}
{% if icon %}{% endif %} {{ label|raw }}
{% endif %}