@extends('partials.master') @section('title') {{ Contest::title(trans('frontend.menu.inscricao')) }} @stop @section('open-graph') @if ($status === 'teaser') @else @endif @if ($status === 'teaser') @else @endif @stop @section('after-head') @parent

@lang('frontend.participate-form.success')

x

@lang('frontend.participate-form.fail')

@lang('frontend.on_signup_error') x
@stop @section('master')
@if (!Contest::hasBegun())

@lang('frontend.will-open-nodate')


@elseif ($status === 'participate')

@lang('frontend.participate-page-heading')

@lang('frontend.participate-page-text', ['date' => Contest::displayDateEndParticipate()])

{{ Form::model($band, array('url' => route('post-participate'), 'id' => 'formulario_inscricao', 'autocomplete' => 'off', 'files' => true)) }} @if ($adminOverride == true) @endif

@lang('frontend.participate-form.heading')

{{ Form::text('name', null, array('placeholder' => trans('frontend.participate-form.name'))) }} {{ Form::textarea('bio', null, array('placeholder' => trans('frontend.participate-form.bio'))) }} {{ Form::text('city', null, array('placeholder' => trans('frontend.participate-form.city'))) }} @if (Contest::getEdition() === 'pt-BR') {{ Form::text('state', null, array('placeholder' => trans('frontend.participate-form.state'))) }} @endif {{ Form::text('song', null, array('placeholder' => trans('frontend.participate-form.song'))) }} {{ Form::text('video_url', null, array('placeholder' => trans('frontend.participate-form.video_url'))) }}
@lang('frontend.participate-form.photo') @lang('frontend.participate-form.find') {{ Form::file('image') }}

@lang('frontend.participate-form.members')

@lang('frontend.participate-form.contact-info')

@lang('frontend.participate-form.not-visible')

{{ Form::text('email', null, array('placeholder' => trans('frontend.participate-form.email'))) }} {{ Form::text('phone', null, array('placeholder' => trans('frontend.participate-form.phone'))) }} {{ Form::text(null, null, array('placeholder' => trans('frontend.participate-form.residency'), 'disabled' => true)) }}

@lang('frontend.participate-form.contact-alter')

@lang('frontend.participate-form.not-visible')

{{ Form::text('alternative_name', null, array('placeholder' => trans('frontend.participate-form.name-alter'))) }} {{ Form::text('alternative_email', null, array('placeholder' => trans('frontend.participate-form.email-alter'))) }} {{ Form::text('alternative_phone', null, array('placeholder' => trans('frontend.participate-form.phone'))) }}

 

@if (Contest::getEdition() === 'pt-BR')

@lang('frontend.participate-form.discover')

{{ Form::dropdown('contest_discover_method', null, $discoverMethods) }}
@endif
{{ trans('frontend.participate-form.fine-print') }}
{{ trans('frontend.participate-form.agree', ['link' => Contest::rulesUrl()]) }}
{{ trans('frontend.participate-form.agree-data-policy', ['link' => Contest::dataUrl()]) }}
@if (Contest::getEdition()=='es')
{{ trans('frontend.participate-form.agree-accept_video_recording', ['link' => Contest::dataUrl()]) }}
{{ trans('frontend.participate-form.agree-accept_image_usage', ['link' => Contest::dataUrl()]) }}
@endif {{ trans('frontend.participate-form.rules', ['link' => Contest::rulesUrl()]) }}
{{ trans('frontend.participate-form.data_policy_acceptance', ['link' => Contest::dataUrl()]) }}
{{ Form::close() }}
@elseif ($status === 'vote')

@lang('frontend.participate-page-vote-heading')

@lang('frontend.participate-page-vote-text', ['link' => route('vote')])


@else

@lang('frontend.already-closed', ['date' => Contest::displayDateEndParticipate()])


@endif
@include("editions.{$edition}.partners", array('class' => 'inscricao'))
@stop