{% load wagtailadmin_tags %}
{% block content %}
{% icon name=icon_name classname='w-w-5 w-h-5 w-text-primary w-flex-shrink-0' %}

{{ 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 %}