{{ editform.csrf_token }} {{ editform.id() }} {%if user_link%}{%endif-%} {{ comment.user.username or "Deleted account" }} {%-if user_link%}{%endif%} Posted {{ comment.natural_created() }}{%if comment.created!=comment.updated%}, edited {{ comment.natural_updated() }}{%endif%} {% if current_user.is_moderator %} {% if not comment.deleted %} ban{{ editform.ban() }} {% else %} unban{{ editform.unban() }} {% endif %} {% endif %} {% if comment.is_author %} delete{{ editform.delete() }} submit{{ editform.edit() }} edit cancel {% endif %} {% if not comment.deleted or comment.is_author or current_user.is_moderator %} {%if comment_link%}{%endif-%} {{ comment.content }} {%-if comment_link%}{%endif%} {% endif %} {% if comment.is_author %} {{ editform.content(class="jsoff-show edit") }} {% endif %} {% if comment.deleted %} [Comment banned] {% endif %}