You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div class="comment-level comment-level-{{ comment.indent_levels|length + i }}">
8
+
{% endfor %}
9
+
<div class="comment comment-{{ comment.id }}">
10
+
<div class="comment-header">
11
+
<a name="comment-{{ comment.id }}"></a>
12
+
{%if comment.author is not none %}
13
+
{{ messages("{0} wrote on {1}:", lang).format(
14
+
'<span class="author">' ~ ('<a href="{0}">{1}</a>'.format(comment.author_url|e, comment.author|e) if comment.author_url is not none else (comment.author|e)) ~ '</span>',
0 commit comments