{% extends layout_template_path %} {% block body_class 'error' %} {% block page_title %}{{ 'errors'|transchoice(1, {}, 'EasyAdminBundle') }}{% endblock %} {% block content %}
{{ block('page_title') }}
{{ exception.publicMessage|trans(exception.translationParameters, 'EasyAdminBundle') }}
{% endblock %}