{% if exception.trace|length %} {% for trace in exception.trace %} {% include 'Controller/error/trace.txt.twig' with { 'trace': trace } only %} {% endfor %} {% endif %}
info at phpclasses dot org