{% extends "base.html" %} {% load markup webdesign comments i18n %} {% block pageContent %}
{% block content %} {% if form.errors %}

{% blocktrans count form.errors|length as counter %}Please correct the error below{% plural %}Please correct the errors below{% endblocktrans %}

{% include "comments/form.html" %} {% else %}

{% trans "Preview your comment" %}

{{ comment|linebreaks }}

{% trans "and" %} {% trans "or make changes" %}:

{% include "comments/form.html" %} {% endif %} {% endblock %}
{% block sidebar %}{% endblock %}
{% block nav %} {% include "includes/nav.html" %} {% endblock %} {% block breadcrumb %} {% include "includes/breadcrumb.html" %} {% endblock %}
{% endblock %} {% block secondaryContent %}{% endblock %}