{% extends 'Frontend/layout.html.twig' %}
{% block seo %}
{% if oneSection is defined and oneSection is not empty %}
{{ include('Frontend/common/seoTags.html.twig') }}
{% else %}
{{ parent() }}
{% endif %}
{% endblock %}
{% block content %}
<section id="stagefrontstadium" class="btf">
<article>
<figure id="header">
<img src="{{asset('images/backtothefront/20231002_back_tothe_front_1980x640.jpg')}}" alt="BACK TO THE FRONT" title="BACK TO THE FRONT" />
</figure>
<aside id="dark">
<div class="row">
<div class="large-12">
<div class="small-12 large-12">
<header>
<h1>{% trans %}Back to the front{% endtrans %}</h1>
</header>
{% if app.request.locale == 'es' %}
<p><strong>‘Back to the Front’</strong>, es una nueva miniserie documental en formato inside que sigue al primer equipo del RCD Espanyol durante la temporada 2023/2024. Un curso clave para el Club donde la llegada de Stage Front como 'Title Partner' del Estadio ha significado un impulso fundamental.<p>
<p>Este intenso camino de la plantilla a lo largo de la temporada podrá verse en la serie documental de 8 episodios. Las alegrías, las frustraciones, los buenos y no tan buenos momentos, la emoción y las historias desde dentro, formarán parte de una serie en la cual también tendrá un destacado protagonismo la afición perica.</p>
{% elseif app.request.locale == 'ca' %}
<p><strong>‘Back to the Front’</strong>, és una nova minisèrie documental en format inside que segueix al primer equip del RCD Espanyol durant la temporada 2023/2024. Un curs clau per al Club on l'arribada de Stage Front com a 'Title Partner' de l'Estadi ha significat un impuls fonamental.</p>
<p>Aquest intens camí de la plantilla al llarg de la temporada es podrà veure a la sèrie documental de 8 episodis. Les alegries, les frustracions, els bons i no tan bons moments, l’emoció i les històries des de dins, formaran part de la sèrie on l’afició perica també tindrà un protagonisme destacat.</p>
{% else %}
<p><strong>'Back to the Front'</strong> is a new documentary miniseries in inside format that follows the RCD Espanyol first team during the 2023/2024 season. A key year for the Club where the arrival of Stage Front as 'Title Partner' of the Stadium has meant a fundamental boost.</p>
<p>The intense journey of the squad throughout the season can be watched in the 8-episode documentary series. The joys, the frustrations, the good and not so good moments, the emotion and the stories from the inside, will take part of a series in which the Pericos fans will also have a prominent role.</p>
{% endif %}
</div>
<div id="episodes">
<div class="small-12 medium-6 large-6 left">
<div id="kaltura_player_787171262" style="width:100%; height:395px;"></div>
<script type="text/javascript" src=https://cdnapisec.kaltura.com/p/4626453/embedPlaykitJs/uiconf_id/53051542></script>
<script type="text/javascript">
try {
var kalturaPlayer = KalturaPlayer.setup({
targetId: "kaltura_player_787171262",
provider: {
partnerId: 4626453,
uiConfId: 53051542
}
});
kalturaPlayer.loadMedia({entryId: '1_svuo2am5'});
} catch (e) {
console.error(e.message)
}
</script>
<header>
<h3>Always believing</h3>
</header>
</div>
<!--div class="responsive-embed">
<iframe type="text/javascript" src='https://cdnapisec.kaltura.com/p/4626453/embedPlaykitJs/uiconf_id/51927862?iframeembed=true&entry_id=1_svuo2am5autoplay=0' autoplay="false" style="width: 100%; height: 100%;" allowfullscreen webkitallowfullscreen mozAllowFullScreen allow="fullscreen *; encrypted-media *" frameborder="0"></iframe>
</div>-->
<div class="small-12 medium-6 large-6 right">
<div id="kaltura_player_924214132" style="width: 100%; height: 395px;"></div>
<script type="text/javascript" src=https://cdnapisec.kaltura.com/p/4626453/embedPlaykitJs/uiconf_id/53051542></script>
<script type="text/javascript">
try {
var kalturaPlayer = KalturaPlayer.setup({
targetId: "kaltura_player_924214132",
provider: {
partnerId: 4626453,
uiConfId: 53051542
}
});
kalturaPlayer.loadMedia({entryId: '1_1u9ek0v3'});
} catch (e) {
console.error(e.message)
}
</script>
<header>
<h3>Welcome to the mud</h3>
</header>
</div>
<div class="small-12 medium-6 large-6 left"><br/><br/>
<div id="kaltura_player_942853190" style="width: 100%; height: 395px;"></div>
<script type="text/javascript" src=https://cdnapisec.kaltura.com/p/4626453/embedPlaykitJs/uiconf_id/50311432></script>
<script type="text/javascript">
try {
var kalturaPlayer = KalturaPlayer.setup({
targetId: "kaltura_player_942853190",
provider: {
partnerId: 4626453,
uiConfId: 50311432
}
});
kalturaPlayer.loadMedia({entryId: '1_wej7hp3k'});
} catch (e) {
console.error(e.message)
}
</script>
<header>
<h3>The young hope</h3>
</header>
</div>
<div class="small-12 medium-6 large-6 right"><br/><br/>
<div id="kaltura_player_901824753" style="width: 100%; height: 395px"></div>
<script type="text/javascript" src=https://cdnapisec.kaltura.com/p/4626453/embedPlaykitJs/uiconf_id/50311432></script>
<script type="text/javascript">
try {
var kalturaPlayer = KalturaPlayer.setup({
targetId: "kaltura_player_901824753",
provider: {
partnerId: 4626453,
uiConfId: 50311432
}
});
kalturaPlayer.loadMedia({entryId: '1_cr3zmrti'});
} catch (e) {
console.error(e.message)
}
</script>
<header>
<h3>Meravellosa Minoria</h3>
</header>
</div>
</div>
</div>
</aside>
{{ include('Frontend/contact/comollegar.html.twig') }}
</div>
</article>
</section>
{% endblock %}