{{__('Collect applications on JustJobs, or send candidates to your own application link.')}}
@if(count($allowedApplicationMethods) > 1)
@else
{{$defaultApplicationMethod === \App\Model\JobListing::APPLICATION_METHOD_INTERNAL ? __('Collect applications on JustJobs') : __('Use my own application link')}}
{{$defaultApplicationMethod === \App\Model\JobListing::APPLICATION_METHOD_INTERNAL ? __('Candidates will submit their profile and optional CV link.') : __('Candidates will be sent to your application link, email, or phone number.')}}
@endif
{{__('Link to an application page, an email address, or a phone number.')}}