{% extends "notifications/notification_mail.html" %} {% block body %} {% spaceless %} {% with comment=notification.comment sender=notification.comment.user %}

{% if sender.communitymember %} {{ sender }} {% else %} {{ sender }} {% endif %} {% if comment.comment_type == "channel" %} started a new channel {% else %} wrote in {{ comment.parent_channel }} {% endif %} on {{ comment.date_created|date:"SHORT_DATETIME_FORMAT" }}:

{% endwith %} {% endspaceless %}
{{ block.super }}
{% endblock body %} {% block footer %}

View this comment in the chat.

{{ block.super }} {% endblock footer %}