{% set has_search = ea.crud is not null and ea.crud.isSearchEnabled %}
{% block content %}
{% block content_header_wrapper %} {% set crud_help_message = ea.crud.helpMessage ?? null %} {# don't use 'crud_help_message is not empty' here; it'll trigger deprecation messages: Method TranslatableMessage::__toString() is deprecated #} {% set has_help_message = crud_help_message is not same as(false) and crud_help_message is not null and crud_help_message is not same as('') %}
{% block content_header %}

{% block content_title %}{% endblock %} {% block content_help %} {% if has_help_message %} {% endif %} {% endblock %}

{% block page_actions_wrapper %}
{% block page_actions %}{% endblock %}
{% endblock %} {% endblock content_header %}
{% endblock content_header_wrapper %}
{% block main %}{% endblock %}
{% block content_footer_wrapper %} {% if block('content_footer') is not empty %} {% endif %} {% endblock %}
{% endblock content %}