{% 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 %} {% endblock chosen_icon %} {% block chosen_state_view %}
{{ display_title }}
{% endblock %} {% dropdown toggle_icon="dots-horizontal" toggle_aria_label=_("Actions") toggle_describedby=title_id hide_on_click=True %} {% if widget.show_edit_link %} {% block edit_link %} {% icon name="edit" %} {{ widget.link_to_chosen_text }} {% endblock %} {% endif %} {% if not widget.is_required and widget.show_clear_link %} {% endif %} {% enddropdown %}
{{ original_field_html }}