{% extends 'notification/notice_template.html' %} {% block comments_book %} cover image for {{ work.title }} {% endblock %} {% block comments_graphical %} Avatar for {{ sender }} Message from {{ sender.username }} {% if sender.is_staff %} (Unglue.it staff) {% endif %} on {{ work.title }} {% endblock %} {% block comments_textual %} {{ msg }} {% endblock %}