<% grouped_by_prj_exp(my_modules).each do |task_group| %>
<% if task_group[:project_archived]%> <%= t('general.archived') %> <% end %> <%= task_group[:project_name] %> / <% if task_group[:experiment_archived] %> <%= t('general.archived') %> <% end %> <%= task_group[:experiment_name] %>
<% task_group[:tasks].each do |task| %>
<%= draw_custom_icon('task-icon') %> <% if task.archived %> <%= t('general.archived') %> <% end %>
<% end %>
<% end %>
<% if my_modules.empty? %> <%= render partial: 'shared/smart_annotation/no_results.html.erb' %> <% end %> <%= render partial: 'shared/smart_annotation/footer.html.erb' %>