Project

General

Profile

Download (220 Bytes) Statistics
| Branch: | Tag: | Revision:

root / corbo / templates / corbo / announce.html @ d0bd7a5a

1
{% load i18n %}
2
<div class="content">
3
  {{ content|safe }}
4
</div>
5
<div class="footer">
6
  {% blocktrans %}
7
  <a href='{{ unsubscribe_link_placeholder }}'>Unsubscribe</a> from this newsletter.
8
  {% endblocktrans %}
9
</div>
(1-1/14)