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