{% extends 'weblog/base.html' %} {% load comments %} {% load markup %} {% block title %}{{ block.super }} » {{ post.title }}{% endblock %} {% block extra_head %}{% endblock %} {% block content %}
{% if forloop.last %}{% endif %} {% if comment.user %}{% endif %} {% if comment.user_url %} {{ comment.name }} {% else %} {{ comment.name }} {% endif %} {% if comment.user %}{% endif %} on {{ comment.submit_date|date:'F j, Y \a\t H:i' }}:
{{ comment_count }} Comment{{ comment_count|pluralize }}
{% get_comment_list for post as comment_list %}{% for comment in comment_list %} {% if comment.is_public %}
{% endif %}
{% endfor %}
{% if forloop.last %}{% endif %} {% if comment.user %}{% endif %} {% if comment.user_url %} {{ comment.name }} {% else %} {{ comment.name }} {% endif %} {% if comment.user %}{% endif %} on {{ comment.submit_date|date:'F j, Y \a\t H:i' }}:
{{ comment.comment|restructuredtext }}