<% extend CommunityTrackPlugin::TrackHelper %>

<%= link_to track.name, track.url %>

<%= track.lead %>

<%= _("Steps") %>

<% track.steps.each do |step| %>
<%= step.position %>
<%= link_to step.name, step.url %>
<% end %>