{% extends 'base.html' %} {% from 'bootstrap/form.html' import render_form %} {% from 'bootstrap/pagination.html' import render_pagination %} {% block title %}{{ post.title }}{% endblock %} {% block content %}
{{ comment.replied.author }}: {{ comment.replied.body }}
{{ comment.body }}
{{ pagination.total }} 评论 最新 {% if current_user.is_authenticated %}
{% endif %} {% if comments %}{% for comment in comments %}-
{% if comment.replied %}
回复
{% if current_user.is_authenticated %}
邮箱
{% endif %}
{% endfor %}
{% else %}{% if comment.from_admin %} {{ admin.name }} {% else %} {{ comment.author }} {% endif %} {% if comment.from_admin %} Author{% endif %} {% if comment.replied %}Reply{% endif %}
{{ moment(comment.timestamp).fromNow() }}{{ comment.replied.author }}:
{%- endif -%}{{ comment.replied.body }}
{{ comment.body }}
没有评论