<% if policy(CastingCall).new? %> <%= link_to fa_icon("plus", text: t(".actions.new")), [:new, :admin, :casting_call_interview], class: "btn btn-primary mb-3" %> <% end %>
<% if @casting_call_interviews.any? %> <%= render @casting_call_interviews %> <% else %> <% end %>
Account Name Casting Call Request Perfomer's Name Interview Date
<%= t(".empty") %>
<%= will_paginate @casting_call_interviews %>