We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Got a UnicodeEncodeError at line 66 of comments.html. Had to change it a bit:
<th>${comment.formatted_date().decode('utf-8')}</th>
Now it works fine.