{% if trace.function %}
    at
    
        {{ trace.short_class }}
        {{ trace.type ~ trace.function }}
    
    ({{ trace.args|format_args }})
{% endif %}
{% 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) }} 
    {% spaceless %}
    
        
        
    
    {% endspaceless %}