<% unless presenter.messages.empty? %>

<%= presenter.messages.to_s %>

<% end %>
<% if presenter.url %>

The application you just logged out of has provided a link it would like you to follow. Please click here to access <%= presenter.url %>.

<% end %>