<fieldset id="filters" class="collapsible">
    <legend onclick="toggleFieldset(this);"><%= l(:label_my_projects) %></legend>
    <% if @user_projects %>  
    <div>
      <%= render_my_project_hierarchy(@user_projects)%>
    </div>
  <% end %>
</fieldset>