{% extends 'blog/partials/base.html' %} {% block content %} {% load static %}

{{ title }}

{% for message in messages %}

{{ message }}

{% endfor %} {% for comment in comments %} {% endfor %}
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
{% if num_pages and page %} {% endif %} {% endblock %}