{% extends "base.html" %} {% load static %} {% block title %}{{ object.title }}{% endblock %} {% block header %} {% endblock %} {% block content %}
{{ comment.user.name }}
{{ comment.updated_at }}
{% if comment.user.id == request.user.id %} Delete {% endif %}You need to log in first before commenting on this page!
Login {% endif %}