<%= render 'tabs' if current_page?(hyrax.dashboard_works_path(locale: nil)) || @managed_works_count > 0 %>
<% if current_page?(hyrax.my_works_path(locale: nil)) %>
<%= I18n.t('hyrax.my.count.works.you_own', total_count: @response.total_count).html_safe %>
<% elsif current_page?(hyrax.dashboard_works_path(locale: nil)) && !current_ability.admin? %>
<%= I18n.t('hyrax.my.count.works.you_manage', total_count: @response.total_count).html_safe %>
<% else %>
<%= I18n.t('hyrax.my.count.works.in_repo', total_count: @response.total_count).html_safe %>
<% end %>
<%= render 'search_header' %>
<%= t('hyrax.my.count.works.works_listing') %>
<%= render 'document_list' %>
<%= render 'results_pagination' %>