2016-02-20 10:12:15 +00:00
|
|
|
Reminder reached (<%= d 'ticket.title' %>)
|
|
|
|
|
2016-05-13 13:53:16 +00:00
|
|
|
<div>Hi <%= d 'recipient.firstname' %>,</div>
|
2016-02-20 10:12:15 +00:00
|
|
|
<br>
|
2016-05-13 13:53:16 +00:00
|
|
|
<div>A ticket needs attention, reminder reached for (<%= d 'ticket.title' %>) with customer "<b><%= d 'ticket.customer.longname' %></b>".</div>
|
2016-02-20 10:12:15 +00:00
|
|
|
<br>
|
|
|
|
<% if @objects[:article] %>
|
2016-05-13 13:53:16 +00:00
|
|
|
<div>
|
2016-02-20 10:12:15 +00:00
|
|
|
<%= t 'Information' %>:
|
|
|
|
<blockquote type="cite">
|
2016-04-15 21:56:10 +00:00
|
|
|
<%= a_html 'article' %>
|
2016-02-20 10:12:15 +00:00
|
|
|
</blockquote>
|
2016-05-13 13:53:16 +00:00
|
|
|
</div>
|
2016-02-20 10:12:15 +00:00
|
|
|
<% end %>
|
|
|
|
<br>
|
2016-05-13 13:53:16 +00:00
|
|
|
<div>
|
2016-02-20 10:12:15 +00:00
|
|
|
<a href="<%= c 'http_type' %>://<%= c 'fqdn' %>/#ticket/zoom/<%= d 'ticket.id' %>" target="zammad_app"><%= t 'View this in Zammad' %></a>
|
2016-05-13 13:53:16 +00:00
|
|
|
</div>
|