%= content_tag_for(:li, forum, :class => formol_forum_klass(forum, current_formol_user)) do %>
<%= link_to forum.label, forum %>
<%= forum.description %>
<%= forum.topics_count %>
<%= forum.posts_count %>
<% if forum.last_post %>
<%= render 'formol/posts/last_post', :post => forum.last_post, :topic => forum.last_post.topic, :forum => forum %>
<% else %>
-
<% end %>
<% end %>