{% if notification.encryption_key %}Encrypted message{% else %}{{ notification.body }}{% endif %} {% spaceless %} {% if notification.usernotification %} {% with sender=notification.usernotification.outgoing_notification.sender %}
From: {% if sender.communitymember %} {{ sender }} {% else %} {{ sender }} {% endif %}
{% endwith %} {% endif %} {% endspaceless %}