{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %}

{% if project %} {% blocktrans %}New whiteboard message has been added to {{ project }} at {{ site_title }}.{% endblocktrans %} {% else %} {% blocktrans %}New whiteboard message has been added at {{ site_title }}.{% endblocktrans %} {% endif %}

{% trans "Message" %}

{{ whiteboard.render }}

{% endblock %}