<% if next_goal.present? %>

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

<%= render 'goal', goal: next_goal %> <% if course.count > 1 %> <% end %>
<% if course.count > 1 %>
<%= render partial: 'goal', collection: course %>
<% end %>
<% end %>