{% comment %} List all news in a table {% endcomment %} {% load threadedcommentstags %} {% load custom_date %} {% load pagination_tags %}
Title | Published | Comments | Category |
---|---|---|---|
{{ object.title }} | {{ object.publish|custom_date:user }} | {{ ccount }} | {% if object.categories.all %} {{ object.categories.all.0|title }} {% else %} None {% endif %} |