RCS requires your attention!
Some errors were reported by the following components:
<% @failed.each do |hash| %>
-
<%= hash[:name] %>
<% if hash[:message] %>
<%= hash[:message] %>
<% end %>
<% if hash[:time] %>
Last seen at <%= Time.at(hash[:time]).utc %>
<% end %>
<% end %>
Server time: <%= Time.now.utc %>