{% extends "lifeflow/editor/base.html" %} {% block body %}
{{ comment.name }} ({{ comment.email }}) at {{ comment.date }} on {{ comment.entry }}.
{{ comment.html|safe }}
{% for comment in page.object_list.all %}-
delete
{% endfor %}
{{ comment.name }} ({{ comment.email }}) at {{ comment.date }} on {{ comment.entry }}.
{% ifequal comment.body "" %}{{ comment.html|safe }}
{% else %} {% endifequal %}