{% extends "bootstrap/base.html" %} {% block content %}
{% include('bootstrap/templates/successerror.html') %}
Confirm Guestbook entry to be deleted.
{% apply spaceless %} {% if commentinfo.website != "" %} {{ commentinfo.fullname }} {% else %} {{ commentinfo.fullname }} {% endif %} {% endapply %}
gravatar
{{ commentinfo.parsedcomments | raw }}
 {{ commentinfo.datetime }}
{% endblock %}