{% set has_search = ea.crud is not null and ea.crud.isSearchEnabled %}
{% block content %}
{% block content_header_wrapper %} {% set has_help_message = (ea.crud.helpMessage ?? '') is not empty %}
{% 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 %} {% set content_footer = block('content_footer') is defined ? block('content_footer') : '' %} {% if content_footer is not empty %} {% endif %} {% endblock %}
{% endblock content %}