{% extends 'AdminBundle:Admin:adminLayout.html.twig' %} {% block breadcrumb %} {{ backendHelpers.breadcrumb({ ("admin.titles.error_happened"|trans) : '' }) }} {% endblock %} {% block content %} {{ backendHelpers.pageTitle( "admin.titles.error_happened"|trans ) }}
{{ exception.message|trans }}
{% if app.debug %}
{% for trace in exception.getTrace() %} {% if trace.file is defined and trace.file and trace.line is defined and trace.line %} {{ trace.function ? '
' : '' }} in {{ trace.file|format_file(trace.line) }} 
{{ trace.file|file_excerpt(trace.line) }}
{% endif %} {% endfor %}
{% endif %} {% endblock %}