{# bsicon/templates/bsicon/icon_selector_include.html #} {% load static i18n %}

{% trans "Select Bootstrap Icon" %}

{% trans "Click on an icon to select it. Search by name or keywords." %}

{% for icon in icons %}
{{ icon.name }}
{% empty %}
{% trans "No icons found. Try a different search." %}
{% endfor %}