{% 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 comments-loop %}
{% if comment.url %} {{ comment.name }} {% else %} {{ comment.name }} {% endif %} {% trans "on" context "on date" %} {{ comment.submit_date|date:"SHORT_DATETIME_FORMAT" }} #
{% endblock comment-info %} {% block comment-content %} {{ comment.comment|linebreaks }} {% endblock comment-content %} {% block comment-reply-link %} {% if object.comments_are_open %}{% trans "Reply" %}
{% endif %} {% endblock comment-reply-link %}{{ children }}