<%=l(:label_project_plural)%>

<%= sort_header_tag("#{Project.table_name}.name", :caption => l(:label_project)) %> <%= sort_header_tag("#{Project.table_name}.created_on", :caption => l(:field_created_on)) %> <% for project in @projects %> "> <% end %>
<%=l(:field_parent)%>
<%= link_to project.name, {:action => 'show', :id => project}, :class => (User.current.member_of?(project) ? "icon icon-fav" : "") %>
<%= textilizable project.description, :project => project %>
<%= link_to(project.parent.name, :action => 'show', :id => project.parent) unless project.parent.nil? %> <%= format_date(project.created_on) %>
<% if User.current.logged? %>
<%= l(:label_my_projects) %>
<% end %> <%= pagination_links_full @project_pages %> [ <%= @project_pages.current.first_item %> - <%= @project_pages.current.last_item %> / <%= @project_count %> ]