{% extends "notification/notice_template.html" %} {% block comments_book %} cover image for {{ comment.content_object.title }} {% endblock %} {% block comments_graphical %} {{ comment.user.username }} has made an official comment on {{ comment.content_object.title }} {% endblock %} {% block comments_textual %} {{ comment.comment|linebreaksbr }} {% endblock %}