{% load comments %}
{% csrf_token %} {% if next %} {% else %} {% endif %} {% if comment %}

or make changes:

{% endif %} {{ form.content_type }} {{ form.object_pk }} {{ form.timestamp }} {{ form.security_hash }} {% if not user.is_authenticated %} {{ form.name }} Required {% if form.name.errors %}
{{ form.name.errors}} {% endif %}
{{ form.email }} Required, but not displayed {% if form.email.errors %}
{{ form.email.errors}} {% endif %}
{% else %} {% endif %} {{ form.url }} Optional {% if form.url.errors %}
{{ form.url.errors}} {% endif %}
{{ form.comment }} {% if form.comment.errors %}
{{ form.comment.errors}} {% endif %}

Logged in as {{ user }}. Logout ยป

Format using ReStructuredText (Quickref)
  • *emphasis*, **strong**, ``inline code``
  • Blockquotes: indent each line to be quoted
  • Links w/ description: `Description <URL>`_
  • Highlighted code blocks: See here
{{ form.honeypot }}