<%= t("dashboard.recommended_actions.title") %>

<%= render 'recommended_actions_by_status', status: 'pending', actions: @pending_actions, toggle: false %> <%= render 'recommended_actions_by_status', status: 'done', actions: @done_actions, toggle: false %>