{% extends host_template %} {% load i18n cyclope_utils %} {% block content %} {% include 'collections/hierarchycal_navigation_block.html' %}

{{ category }}

{% for categorization in categorizations %} {% alias categorization.content_object as 'obj' %} {% endfor %}
{% trans 'Subject' %} {% trans 'Replies'%} {% trans 'Created' %} {% trans 'Last comment' %}

{{ obj.name }}

{{ obj.comments_count }} {{ obj.creation_date|date:'DATETIME_FORMAT' }} {% if obj.author %} {% trans 'by' %} {{ obj.author }} {% endif %} {% if obj.last_comment_date %}{{ obj.last_comment_date|date:'DATETIME_FORMAT' }} {% trans 'by' %} {{ obj.last_comment_author }} {% endif %}
{% if page %} {% include 'cyclope/pagination_block.html' %} {% endif %} {% endblock %}