{{ $modal_title }}

{{ $submission->title }}

@if(!is_null($submission->subtitle))

@endif

{{ __('labels.authors') }}

@foreach($authors as $author)

{{ $author->name() }} {{ $author->last_affiliation_string() ? ', ' . $author->last_affiliation_string() : '' }}

@foreach($author->tags as $tag) {{ $tag->name }} @endforeach

@endforeach

{{ __('labels.reviewers') }}

@include($form_view, $view_params)
{{ $modal_button_copy }}