{% extends "blog_base.html" %} {% load markup %} {% load comments %} {% block title %}{{ object.title }} - {{ block.super }}{% endblock %} {% block left-content %}
{{ object.pub_date|date:"l, d M, Y" }}
Σχόλια
{% get_comment_list for object as comment_list %}{% for comment in comment_list %}-
- {{ comment.user_name }}
- {{ comment.submit_date|timesince }}
- {{ comment.comment }}
{% endfor %}