{% extends host_template %} {% load i18n cyclope_utils %} {% block content %} {% include 'collections/hierarchycal_navigation_block.html' %}
{% 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 %} |