source: products/qPloneComments/tags/2.2.0/skins/qplonecomments/reply_notify_template.pt @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 819 bytes
Line 
1<div i18n:domain="plone"
2     tal:omit-tag=""
3     tal:define="charset here/portal_properties/site_properties/default_charset|string:utf-8;
4                 dummy python:request.RESPONSE.setHeader('Content-Type', 'text/html;;charset=%s' % charset);
5                 organization_name options/organization_name;
6                 obj nocall:options/obj"
7>To: <tal:x replace="options/mto"/>
8From: <tal:x replace="options/mfrom"/>
9Subject: Someone replied to your comment on '<tal:x replace="obj/Title"/>'
10
11<tal:x replace="options/name"/>,
12Someone replied to your comment '<tal:x replace="obj/absolute_url" />'
13on '<tal:x replace="here/absolute_url" />'. To read the response, go to
14'<tal:x replace="obj/absolute_url"/>'.
15
16--
17<tal:x condition="organization_name" replace="string:$organization_name "/>Support Team.
18
19</div>
Note: See TracBrowser for help on using the repository browser.