{% extends "zinnia/base.html" %} {% load i18n zinnia comments %} {% block title %}{% trans "Comment preview" %}{% endblock title %} {% block body-class %}comment-preview{% endblock body-class %} {% block content %} {% if form.errors %}
{% blocktrans with comment_url=comment.url|default:"#" comment_name=comment.name comment_human_date=comment.submit_date|date:"SHORT_DATETIME_FORMAT" comment_technical_date=comment.submit_date|date:"c" trimmed %} {{ comment_name }} on {{ comment_human_date }} {% endblocktrans %}
{% blocktrans with comment_url=comment.url|default:"#" comment_name=comment.name comment_human_date=comment.submit_date|date:"SHORT_DATETIME_FORMAT" comment_technical_date=comment.submit_date|date:"c" trimmed %} {{ comment_name }} on {% endblocktrans %}
{{ comment.comment|linebreaks }}