18 lines
504 B
Text
18 lines
504 B
Text
Reminder reached (#{ticket.title})
|
|
|
|
<div>Hi #{recipient.firstname},</div>
|
|
<br>
|
|
<div>A ticket needs attention, reminder reached for (#{ticket.title}) with customer "<b>#{ticket.customer.longname}</b>".</div>
|
|
<br>
|
|
<% if @objects[:article] %>
|
|
<div>
|
|
#{t('Information')}:
|
|
<blockquote type="cite">
|
|
#{article.body_as_html}
|
|
</blockquote>
|
|
</div>
|
|
<% end %>
|
|
<br>
|
|
<div>
|
|
<a href="#{config.http_type}://#{config.fqdn}/#ticket/zoom/#{ticket.id}" target="zammad_app">#{t('View this in Zammad')}</a>
|
|
</div>
|