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