{% extends '@!EasyAdmin/layout.html.twig' %}
{% block content_header_wrapper %}
{{ parent() }}
{% if seo_report is defined and seo_report is not null and ea.crud.currentPage in ['edit', 'new'] %}
{% include 'admin/field/seo_report_panel.html.twig' %}
{% endif %}
{% endblock %}
{% block body_javascript %}
{{ parent() }}
{% include 'admin/_help_panel.html.twig' %}
{% endblock %}