{% extends "news/base_news.html" %} {% load pagination_tags %} {% load threadedcommentstags %} {% load custom_date %} {% block title %} Category: {{ cur_category }} - {{ block.super }}{% endblock %} {% block content %}
Title | Posted at | Comments | {% for post in object_list %} {% get_comment_count for post as ccount %}
---|---|---|
{{ post.title }} | {{ post.publish|custom_date:user }} | {{ ccount }} |