<%= content_tag_for(:li, category) do %>
<%= category.label %>
    <% if category.forums.blank? %>
  1. no forums
  2. <% else %> <%= render category.forums, :category => category %> <% end %>
<% end %>