docbow/docbow_project/docbow/templates/docbow/email-notification_new-docu...

16 lines
659 B
HTML

{% with document=notification.document %}<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF">
<p>Un <a href="{{document.url}}">nouveau document</a> de type "{{document.filetype}}" est disponible dans votre
dossier sur la plate-forme sécurisée{% if settings.DOCBOW_ORGANIZATION %} du {{settings.DOCBOW_ORGANIZATION}}{% endif %}.</p>
<p>L'expéditeur décrit comme suit son contenu&nbsp;:</p>
<cite>{{document.comment}}</cite>
<p>Fichier(s) joint(s)&nbsp;: {{document.filenames}}</p>
{% include "docbow/email_signature.html" %}
</body>
</html>{% endwith %}