{% 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 %}