{# @var ea \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext #} {% extends ea.templatePath('layout') %} {% trans_default_domain ea.i18n.translationDomain %} {% block body_class 'page-content page-content-with-padding' %} {% block content %} {% set has_page_title = block('page_title') is defined and block('page_title')|trim is not empty %} {% set has_page_actions = block('page_actions') is defined and block('page_actions')|trim is not empty %} {% set has_page_footer = block('page_footer') is defined and block('page_footer')|trim is not empty %}
{% block content_header_wrapper %} {% if has_page_title or has_page_actions %}
{% block content_header %}
{% if has_page_title %}

{% block page_title %}{% endblock %}

{% endif %}
{% block page_actions_wrapper %}
{% block page_actions %}{% endblock %}
{% endblock %}
{% endblock content_header %}
{% endif %} {% endblock content_header_wrapper %}
{% block main %}
{% if has_page_footer %} {% endif %}
{% endblock %}
{% endblock content %}