<%=l(:label_overview)%>

<%= simple_format(auto_link(h(@project.description))) %>
<%= render :partial => 'issues/add_shortcut', :locals => {:trackers => @trackers } %>

<%=l(:label_tracker_plural)%>

<%= link_to l(:label_issue_view_all), :controller => 'projects', :action => 'list_issues', :id => @project, :set_filter => 1 %>

<%=l(:label_member_plural)%>

<% for member in @members %> <%= link_to_user member.user %> (<%= member.role.name %>)
<% end %>
<% unless @mailing_lists.empty? %>

<%=l(:label_mailing_list_plural)%>

<% for list in @mailing_lists %> <%= link_to list.name, :controller => 'mailing_lists', :action => 'messages', :id => list %>: <%=h list.description %>
<% end %>
<% end %> <% if @subprojects %>

<%=l(:label_subproject_plural)%>

<% for subproject in @subprojects %> <%= link_to subproject.name, :action => 'show', :id => subproject %>
<% end %>
<% end %>

<%=l(:label_news_latest)%>

<%= render :partial => 'news/news', :collection => @news %>

<%= link_to l(:label_news_view_all), :controller => 'projects', :action => 'list_news', :id => @project %>