{% if numbered %}ol{% else %}ul{% endif %} id="{{ id }}" class="list-group{% if flush %} list-group-flush{% endif %}{% if numbered %} list-group-numbered{% endif %}{% if horizontal %} list-group-horizontal-{{ horizontal }}{% endif %}"> {% for item in items %} <{% if item.href %}a href="{{ item.href }}"{% else %}li{% endif %} class="list-group-item{% if item.active %} active{% endif %}{% if item.disabled %} disabled{% endif %}{% if item.variant %} list-group-item-{{ item.variant }}{% endif %}{% if item.href %} list-group-item-action{% endif %}"{% if item.disabled %} aria-disabled="true"{% endif %}>