<% if !@user_projects.empty? %>
<% if @myproj_status=="true" %>
<fieldset id="my_projects_fieldset" class="collapsible">
    <legend onclick="toggleFieldsetWithState(this);"><h2><%= l(:label_my_project_plural) %></h2></legend>
<% else %>
<fieldset id="my_projects_fieldset" class="collapsible collapsed">
    <legend onclick="toggleFieldsetWithState(this);"><h2><%= l(:label_my_project_plural) %></h2></legend>
    <div style="display: none;">    
<% end %>
    <div>
      <%= render_my_project_hierarchy_with_tags(@user_projects)%>
    </div>
  <% unless @myproj_status=="true" %>
    </div>
  <%- end -%>
</fieldset>
<% end %>
