Back   ${filename}

% for comment in reversed(sorted(file.comments, key=lambda x: x.date)):

${comment.date} ${comment.client.username}  on  ${'%.3f' % comment.time} s

${comment.text}
% endfor