{% extends 'news/base.html' %} {% block title %} {{pageuser.username}} - Comments - {{block.super}} {% endblock %} {% block contents %}
{% if comments %} {% for comment in comments %} {% include 'news/comment_row_new.html' %} {% endfor %} {% else %} No comments! Aargh. {% endif %}
{% endblock %} {% block sidebar %} {{block.super}}

Actions

{% endblock %}