<%= @data['reply'].to_s.gsub(/[(\n)(\r)]/, "\n" => "
", "\r" => "" ).html_safe %>

<% attachment = @data['attachment'] if attachment.present? %> <% filename = File.basename(attachment) %>

<%= t('ask.attachment') %>: <%= filename %>

<% end %>

<%= t('ask.email_automation_hint') %>