@extends('partials.master')
@section('title')
{{ Contest::title(trans('frontend.menu.concurso')) }}
@stop
@section('open-graph')
@if ($status === 'teaser')
@else
@endif
@if ($status === 'teaser')
@else
@endif
@stop
@section('master')
@if ($edition === 'pt')
@include("partials.past-editions.{$year}")
@elseif ($edition === 'pt-BR')
@include("partials.past-editions.{$year}-br")
@elseif ($edition === 'es')
@include("partials.past-editions.{$year}-es")
@else
@include("partials.past-editions.{$year}")
@endif
@include("editions.{$edition}.partners")
@stop