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