<% if recordings.present? %>

Click below to download the recordings of the live stream.

<%= will_paginate(recordings, params: {controller: "broadcasts", action: "show", project_id: broadcast.project_id, id: broadcast.id, page: params[:page], active_tab: 'recordings'}) %>
<% else %>

Recording of the live stream will appear here.

<% end %>