<% content_for :header do %>
<%= product_wordmark(:cast_me, class: 'navbar-brand') %>
<% end %>

<%= @casting_submission.performer_name %>

<%= @casting_call.title %>

<%= render partial: 'casting_submissions/video', locals: { casting_submission: @casting_submission } %> <% if @casting_submission.interview_recording.present? %> <%= javascript_tag nonce: true do %> new Clappr.Player({ parentId: '#casting_submission_video', source: "<%= rails_blob_url(@casting_submission.interview_recording, host: AppHost.new.domain_with_port) %>", width: '100%', height: '100%', mute: true, autoPlay: true, hlsMinimumDvrSize: 1 }); <% end %> <% end %>
!params[:active_tab].present?) %>" id="home">
<%= description_list_pair_for @casting_call, :title, append: ":" %> <%= description_list_pair_for @casting_call, :status, append: ":" %> <%= description_list_pair_for @casting_call, :created_at, append: ":" %> <%= description_list_pair_for @casting_call, :description, append: ":" %> <%= description_list_pair_for @casting_call, :project_description, append: ":" %> <%= description_list_pair_for @casting_call, :interview_instructions, append: ":" %> <%= description_list_pair_for @casting_call, :interview_requirements, append: ":" %> <%= description_list_pair_for @casting_call, :questions, append: ":" %>
params[:active_tab] == 'files') %>" id="files">
<%= render partial: 'casting_submissions/files_section', locals: { casting_submission: @casting_submission, files: @files } %>