<%= @status %>

<% if @message.present? %>

<%= @message %>

<% end %> <% if @archived_project && User.current.admin? %>

<%= link_to l(:button_unarchive), unarchive_project_path(@archived_project), :method => :post, :class => 'icon icon-unlock' %>

<% end %>

<%= l(:button_back) %>

<% html_title @status %>