{% extends "admin/layout.html" %} {% from "admin/_form_helpers.html" import render_formbox %} {% block title %}{{ _("Edit Comment") }}{% endblock %} {% block contents %}
This comment was submitted as pingback. If you will change the URL of the comment the blog software that submitted this pingback will probably submit a new pingback after some time.
{% endif %} {% call form() %} {% if form.comment.anonymous %} {{ render_formbox(form.author, toggleable=false) }} {{ render_formbox(form.email, toggleable=false) }} {{ render_formbox(form.www, toggleable=false) }} {% else %}
{{ form.blocked_msg.label() }}: {{ form.blocked_msg() }}