{% load wagtailadmin_tags i18n %}
{% comment %}
Either the chosen or unchosen div will be shown, depending on the presence
of the 'blank' class on the container.
{% endcomment %}
{% fragment as title_id %}{{ attrs.id }}-title{% endfragment %}
{% block chosen_icon %}
{% if icon %}{% icon name=icon classname="default" %}{% endif %}