customer_timeout.eco 541 B

1234567891011
  1. <div class="zammad-chat-modal">
  2. <div class="zammad-chat-modal-text">
  3. <% if @agent: %>
  4. <%- @T('Since you didn\'t respond in the last %s minutes your conversation with <strong>%s</strong> got closed.', @delay, @agent) %>
  5. <% else: %>
  6. <%- @T('Since you didn\'t respond in the last %s minutes your conversation got closed.', @delay) %>
  7. <% end %>
  8. <br>
  9. <div class="zammad-chat-button js-restart"<%= " style='background: #{ @background }'" if @background %>><%- @T('Start new conversation') %></div>
  10. </div>
  11. </div>