<%=l(:label_information_plural)%>
<%= Redmine::Info.versioned_name %>
<% @checklist.each do |label, result| %>
| <%= l(label) %> |
<%= image_tag((result ? 'true.png' : 'exclamation.png'), :style => "vertical-align:bottom;") %> |
<% end %>
<%=l(:label_environment)%>
<% @infolist.each do |label, info| %>
| <%= label.is_a?(Symbol) ? l(label) : h(label) %> |
<%= h(info) %> |
<% end %>
<% if @pluginlist.any? %>
<%= l(:label_plugins) %>
<%= render :partial => 'admin/plugins', :locals => {:plugins => @pluginlist} %>
<% end %>
<% html_title(l(:label_information_plural)) -%>