Stacktrace for thread {{threadid}} %for frame in stack:
{{frame[1]}} {{frame[2]}} {{frame[3]}} %if frame[4]: %context = frame[4]
%highlight = len(context) / 2 %for idx, line in enumerate(frame[4]): %hl = (idx == highlight) and "highlighted" or "" %if line.strip():
{{line.strip()}}
%end %end
%end
%end %if not stack: Cannot retrieve stacktrace for thread {{threadid}}. %end