<% if email.organisations.present? %> <% end %> <% if email.servers.present? %> <% end %> <% if email.issues.present? %> <% end %> <% email.headers.each do |header| %> <% end %>
<% if email.plain_body.present? %>
<%= email.plain_body %>
<% else %> Empty body <% end %>