{% load static cache %}
{% cache 86400 icon_library_choices widget.icon_library %} {% for choice in widget.choices %}
{{choice.label}}
{{choice.label}}
{% endfor %} {% endcache %}