{% if comment.replied %} Reply {{ comment.replied.author.name }}: {% endif %} {{ comment.body }}
无评论
无权限
登陆 or 注册 写下评论
评论失败
{{ comment.author.name }} {% if comment.author == photo.author %} Author {% endif %} {{ moment(comment.timestamp).fromNow(refresh=True) }} {% if current_user.is_authenticated %} {% if current_user != comment.author %} 回复 {% endif %} {% if current_user == comment.author or current_user == photo.author or current_user.can('MODERATE') %} 删除 {% endif %} {% if current_user != comment.author %} {% endif %} {% endif %}
{% if comment.replied %} Reply {{ comment.replied.author.name }}: {% endif %} {{ comment.body }}