{% load wagtailadmin_tags %}
{% block content %}
{% icon name=icon_name classname='w-w-4 w-h-4 w-text-text-label w-flex-shrink-0 w-mt-0.5' %}

{{ screen_reader_title_prefix }} {{ title }}

{% if help_text %}
{{ help_text }}
{% endif %}
{% block action %} {% if not hide_action %} {{ action_text }} {% endif %} {% endblock %}
{% endblock %} {% block bottom %} {% endblock %}