{% extends 'easycms/base.html' %} {% block easycms_title %}Comments{% endblock easycms_title %} {% block easycms_content %}
If you delete a part of someones comment, you should add the text [removed] into the deleted section. This makes it clear to the user how their comment has been altered.
By {% if comment.author_name %}{{ comment.author_name }}{% else %}{{ comment.author.name }}{% endif %} on {{ comment.timestamp | format_datetime }} on {{ comment.post.title }}
{% if comment.original_content %} {{ comment.original_content | safe }} {% else %} {{ comment.content | safe }} {% endif %}