{% extends "zinnia:zinnia/entry_detail_base.html" %} {% load static i18n comments zinnia_tags mptt_tags %} {% block link %} {{ block.super }} {% endblock link %} {% block script %} {{ block.super }} {% if object.comments_are_open %}{% endif %} {% endblock %} {% block entry-comments %}
{% trans "Comments are closed." %}
{% endif %} {% else %} {% if object.comments_are_open %}{% trans "No comments yet." %}
{% else %}{% trans "Comments are closed." %}
{% endif %} {% endif %}
{% if node.url %} {{ node.name }} {% else %} {{ node.name }} {% endif %} {% trans "on" %} {{ node.submit_date|date:"SHORT_DATETIME_FORMAT" }} #
{{ node.comment|linebreaks }} {% if object.comments_are_open %}{% trans "Reply" %}
{% endif %}{{ children }}