{% extends "zinnia/base.html" %} {% load i18n zinnia_tags comments %} {% block title %}{% trans "Comment preview" %}{% endblock title %} {% block body-class %}comment-preview{% endblock body-class %} {% block content %} {% if form.errors %}
{% if comment.url %} {{ comment.name }} {% else %} {{ comment.name }} {% endif %} {% trans "on" context "on date" %} {{ comment.submit_date|date:"SHORT_DATETIME_FORMAT" }}
{% if comment.url %} {{ comment.name }} {% else %} {{ comment.name }} {% endif %} {% trans "on" context "on date" %} {{ comment.submit_date|date:"SHORT_DATETIME_FORMAT" }}
{{ comment.comment|linebreaks }}