{% load i18n %} {% load markup %} {% load comments %}

{% trans "Leave a comment" %}

{% if request.user.is_authenticated %}
{% csrf_token %}
{% trans 'You may use Markdown syntax here, but raw HTML will be removed' %}.
{{ form.honeypot }} {{ form.content_type }} {{ form.object_pk }} {{ form.timestamp }} {{ form.security_hash }} {% if next %} {% else %} {% endif %}
{% else %} {% trans "To post a comment, please" %} sign in. {% endif %}