{% if num_exceptions > 1 %} [{{ num_exceptions - index + 1 }}/{{ num_exceptions }}] {% endif %} {{ exception.class|split('\\')|last }} {{ include('@Twig/images/icon-minus-square-o.svg') }} {{ include('@Twig/images/icon-plus-square-o.svg') }}

{% if exception.trace|length %}
                {%- apply escape('html') -%}
                    {{- include('@Twig/Exception/traces.txt.twig', { exception: exception, format: 'html' }, with_context = false) }}
                {%- endapply -%}
                
{% endif %}