## -*- coding: utf-8 -*- ## headers we additionally can set for email <%def name="headers()" filter="n,trim"> <%def name="plaintext_footer()"> ${_('This is a notification from RhodeCode. %(instance_url)s') % {'instance_url': instance_url}} <%def name="body_plaintext()" filter="n,trim"> ## this example is not called itself but overridden in each template ## the plaintext_footer should be at the bottom of both html and text emails ${self.plaintext_footer()} ${self.subject()}
${_('RhodeCode')} % if rhodecode_instance_name: - ${rhodecode_instance_name} % endif
${self.body()}

${self.plaintext_footer()}