<%=l(:label_information_plural)%>

<%= Redmine::Info.versioned_name %>

<% @checklist.each do |label, result| %> <% end %>
<%= l(label) %> <%= image_tag((result ? 'true.png' : 'exclamation.png'), :style => "vertical-align:bottom;") %>

<%=l(:label_environment)%>

<% @infolist.each do |label, info| %> <% end %>
<%= label.is_a?(Symbol) ? l(label) : h(label) %> <%= h(info) %>
<% if @pluginlist.any? %>

<%= l(:label_plugins) %>

<%= render :partial => 'admin/plugins', :locals => {:plugins => @pluginlist} %> <% end %> <% html_title(l(:label_information_plural)) -%>