<%= t("dashboard.goal.target_supports",
count: number_with_precision(goal.required_supports,
delimiter: ".", precision: 0)) %>
<%= goal.title %>
<%= t("dashboard.goal.locked_resource") %>
<% if goal.day_offset.positive? %>
<%= t("dashboard.goal.days", count: goal.day_offset) %>
<%= t("dashboard.goal.ideal_time") %>
<% end %>