{{ title }}
{% for message in messages %}| Text | Author | Post | Comment Date | Actions | |||
|---|---|---|---|---|---|---|---|
| {{ comment.body }} | {% if comment.user %}{{ comment.user.username }}{% else %}{{ comment.anonymous_user.name }}{% endif %} | {{ comment.post.title }} | {{ comment.created_at | date:"d.m.Y" }} | Edit Delete | |||