<div style="margin-left: {{ comment.depth }}em;" class="comment">
{{ comment.user }} said:<br/>
{% auto_transform_markup comment %}
- <p style="display:none;" id="replyLink{{comment.id}}"><a href="javascript:showReply('{{comment.id}}');">Reply to this comment</a></p>
+ <p style="display:none;" id="replyLink{{comment.id}}">
+ <a href="javascript:showReply('{{comment.id}}');">{% trans "Reply to this comment" %}</a>
+ </p>
<div id="replyForm{{comment.id}}" class="commentReplyForm">
<script>hideReply('{{comment.id}}');</script>
<form method="POST" action="{% get_comment_url object comment %}">
- <p><a href="javascript:hideReply('{{comment.id}}');">Cancel reply</a></p>
+ <p><a href="javascript:hideReply('{{comment.id}}');">{% trans "Cancel reply" %}</a></p>
<ul>
<table>
{{ comment.get_reply_form.as_table }}