{{ comment.user.username|first|upper }}

{{ comment.user.username }}

{{ comment.created_at|date:"Y年m月d日 H:i" }}

{% if comment.user == user %}
{% csrf_token %}
{% endif %}
{% if comment.text %}
{{ comment.text|linebreaks }}
{% endif %} {% if comment.image %}
评论图片
{% endif %}