Deprecated : Constant E_STRICT is deprecated in /home/normanv/www/annuairepro/vendor/symfony/error-handler/ErrorHandler.php on line 58
Deprecated : Constant E_STRICT is deprecated in /home/normanv/www/annuairepro/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler
<?php
use Twig\Environment ;
use Twig\Error\LoaderError ;
use Twig\Error\RuntimeError ;
use Twig\Extension\SandboxExtension ;
use Twig\Markup ;
use Twig\Sandbox\SecurityError ;
use Twig\Sandbox\SecurityNotAllowedTagError ;
use Twig\Sandbox\SecurityNotAllowedFilterError ;
use Twig\Sandbox\SecurityNotAllowedFunctionError ;
use Twig\Source ;
use Twig\Template ;
/* catalogue/fiche.html.twig */
class __TwigTemplate_f30cae37846dc8f867409dc71fc460eb extends Template
{
private $source ;
private $macros = [];
public function __construct ( Environment $env )
{
parent :: __construct ( $env );
$this -> source = $this -> getSourceContext ();
$this -> parent = false ;
$this -> blocks = [
'stylesheets' => [ $this , 'block_stylesheets' ],
'body' => [ $this , 'block_body' ],
'javascripts' => [ $this , 'block_javascripts' ],
];
}
protected function doDisplay (array $context , array $blocks = [])
{
$macros = $this -> macros ;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this -> extensions [ "Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension" ];
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> enter ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "template" , "catalogue/fiche.html.twig" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this -> extensions [ "Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension" ];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> enter ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "template" , "catalogue/fiche.html.twig" ));
// line 1
$this -> env -> getRuntime ( "Symfony\\Component\\Form\\FormRenderer" )-> setTheme ((isset( $context [ "form" ]) || array_key_exists ( "form" , $context ) ? $context [ "form" ] : (function () { throw new RuntimeError ( 'Variable "form" does not exist.' , 1 , $this -> source ); })()), [ "bootstrap_4_layout.html.twig" , "catalogue/_structure.html.twig" ], true );
// line 7
echo "
";
// line 8
$this -> displayBlock ( 'stylesheets' , $context , $blocks );
// line 24
echo "
";
// line 25
$this -> displayBlock ( 'body' , $context , $blocks );
// line 2413
echo "
";
// line 2414
$this -> displayBlock ( 'javascripts' , $context , $blocks );
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> leave ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof );
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> leave ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof );
}
// line 8
public function block_stylesheets ( $context , array $blocks = [])
{
$macros = $this -> macros ;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this -> extensions [ "Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension" ];
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> enter ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "block" , "stylesheets" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this -> extensions [ "Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension" ];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> enter ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "block" , "stylesheets" ));
// line 9
echo " <style>
.table th, .table td {
padding: 0.2rem;
vertical-align: top;
border: 1px solid #dee2e6;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-tabs .nav-link {
border: 1px solid #f5f5f5;
}
</style>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> leave ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof );
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> leave ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof );
}
// line 25
public function block_body ( $context , array $blocks = [])
{
$macros = $this -> macros ;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this -> extensions [ "Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension" ];
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> enter ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "block" , "body" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this -> extensions [ "Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension" ];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> enter ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "block" , "body" ));
// line 26
echo " <div class=\"container-fluid \">
";
// line 28
$context [ "validation_date" ] = "" ;
// line 29
echo " " ;
if (((isset($context [ "type" ]) || array_key_exists ( "type" , $context ) ? $context [ "type" ] : (function () { throw new RuntimeError ( 'Variable "type" does not exist.' , 29 , $this -> source ); })()) == "prestamoyenstech" )) {
// line 30
echo " " ;
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "user" ]) || array_key_exists ( "user" , $context ) ? $context [ "user" ] : (function () { throw new RuntimeError ( 'Variable "user" does not exist.' , 30 , $this -> source ); })()), "prestatairesTechniques" , [], "any" , false , false , false , 30 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "prestamoyenstech" ]) {
// line 31
echo " " ;
$context [ "validation_date" ] = twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "statutDate" , [], "any" , false , false , false , 31 );
// line 32
echo " " ;
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'prestamoyenstech' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 33
echo " " ;
}
// line 34
echo " " ;
if (((isset($context [ "type" ]) || array_key_exists ( "type" , $context ) ? $context [ "type" ] : (function () { throw new RuntimeError ( 'Variable "type" does not exist.' , 34 , $this -> source ); })()) == "prestataireservices" )) {
// line 35
echo " " ;
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "user" ]) || array_key_exists ( "user" , $context ) ? $context [ "user" ] : (function () { throw new RuntimeError ( 'Variable "user" does not exist.' , 35 , $this -> source ); })()), "prestatairesLogistiques" , [], "any" , false , false , false , 35 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "prestaservices" ]) {
// line 36
echo " " ;
$context [ "validation_date" ] = twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "statutDate" , [], "any" , false , false , false , 36 );
// line 37
echo " " ;
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'prestaservices' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 38
echo " " ;
}
// line 39
echo " " ;
if (((isset($context [ "type" ]) || array_key_exists ( "type" , $context ) ? $context [ "type" ] : (function () { throw new RuntimeError ( 'Variable "type" does not exist.' , 39 , $this -> source ); })()) == "prodoeuvres" )) {
// line 40
echo " " ;
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "user" ]) || array_key_exists ( "user" , $context ) ? $context [ "user" ] : (function () { throw new RuntimeError ( 'Variable "user" does not exist.' , 40 , $this -> source ); })()), "productionsCineAudio" , [], "any" , false , false , false , 40 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "prodoeuvre" ]) {
// line 41
echo " " ;
$context [ "validation_date" ] = twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "statutDate" , [], "any" , false , false , false , 41 );
// line 42
echo " " ;
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'prodoeuvre' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 43
echo " " ;
}
// line 44
echo " " ;
if (((isset($context [ "type" ]) || array_key_exists ( "type" , $context ) ? $context [ "type" ] : (function () { throw new RuntimeError ( 'Variable "type" does not exist.' , 44 , $this -> source ); })()) == "prodfilmscom" )) {
// line 45
echo " " ;
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "user" ]) || array_key_exists ( "user" , $context ) ? $context [ "user" ] : (function () { throw new RuntimeError ( 'Variable "user" does not exist.' , 45 , $this -> source ); })()), "productionsCom" , [], "any" , false , false , false , 45 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "prodfilmcom" ]) {
// line 46
echo " " ;
$context [ "validation_date" ] = twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "statutDate" , [], "any" , false , false , false , 46 );
// line 47
echo " " ;
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'prodfilmcom' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 48
echo " " ;
}
// line 49
echo "
<div class=\"row col-12\">
<div class=\"form-group font-weight-bold text-left col-6\" style=\"color: #000000;\">
Profil validé le ";
// line 52
echo twig_escape_filter ( $this -> env , twig_date_format_filter ( $this -> env , (isset( $context [ "validation_date" ]) || array_key_exists ( "validation_date" , $context ) ? $context [ "validation_date" ] : (function () { throw new RuntimeError ( 'Variable "validation_date" does not exist.' , 52 , $this -> source ); })()), "d/m/Y" ), "html" , null , true );
echo "
</div>
<div class=\"form-group font-weight-bold text-right col-6\" style=\"color: #000000;\">
<a href=\"";
// line 55
echo twig_escape_filter ( $this -> env , $this -> extensions [ 'Symfony\Bridge\Twig\Extension\RoutingExtension' ]-> getPath ( "catalogue_pdf" , [ "id" => twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "user" ]) || array_key_exists ( "user" , $context ) ? $context [ "user" ] : (function () { throw new RuntimeError ( 'Variable "user" does not exist.' , 55 , $this -> source ); })()), "id" , [], "any" , false , false , false , 55 ), "type" => (isset( $context [ "type" ]) || array_key_exists ( "type" , $context ) ? $context [ "type" ] : (function () { throw new RuntimeError ( 'Variable "type" does not exist.' , 55 , $this -> source ); })())]), "html" , null , true );
echo " \"target=\"_blank\" class=\"\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Télécharger\" data-content=\"Fiche de la structure\" style=\"cursor: pointer\">
<i class=\"fas fa-file-pdf\" style=\"color: red; font-size: 1.5rem\"></i>
</a>
</div>
</div>
";
// line 62
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "user" ]) || array_key_exists ( "user" , $context ) ? $context [ "user" ] : (function () { throw new RuntimeError ( 'Variable "user" does not exist.' , 62 , $this -> source ); })()), "structures" , [], "any" , false , false , false , 62 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "structure" ]) {
// line 63
echo " <div class=\"form-group p-4 text-center mb-0\" style=\"background-color: #07628D; color: #FFFFFF; font-size: 2rem; line-height: 2rem; border: solid 1px #dddddd\">
";
// line 64
echo twig_escape_filter ( $this -> env , twig_upper_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "nom" , [], "any" , false , false , false , 64 )), "html" , null , true );
echo "
</div>
<div class=\"form-group mx-3\">
<div class=\"row\">
<div class=\"form-group p-2 col-12\" style=\"background-image: linear-gradient(#016C93, #01A7AB); color: #FFFFFF; line-height: 0.6rem\">
<div class=\"form-group row col-12 pt-2 mb-0\">
<div class=\"form-group col-5\">
";
// line 71
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "adresseType" , [], "any" , false , false , false , 71 )) {
// line 72
echo " <b><u>" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "adresseType" , [], "any" , false , false , false , 72 ), "html" , null , true );
echo "</u></b><br><br>
";
}
// line 74
echo " " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "adresse" , [], "any" , false , false , false , 74 ), "html" , null , true );
echo "<br><br>
";
// line 75
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "codePostal" , [], "any" , false , false , false , 75 ), "html" , null , true );
echo " " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "ville" , [], "any" , false , false , false , 75 ), "html" , null , true );
echo "<br><br>
";
// line 76
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "formeJuridique" , [], "any" , false , false , false , 76 )) {
// line 77
echo " <strong><u>Forme juridique</u></strong><br/><br/>
";
// line 78
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "formeJuridique" , [], "any" , false , false , false , 78 ), "html" , null , true );
echo "<br/><br/>
";
}
// line 80
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "dateCreation" , [], "any" , false , false , false , 80 )) {
// line 81
echo " <strong><u>Création de la structure</u></strong><br/><br/>
";
// line 82
echo twig_escape_filter ( $this -> env , twig_date_format_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "dateCreation" , [], "any" , false , false , false , 82 ), "d/m/Y" ), "html" , null , true );
echo "<br/><br/>
";
}
// line 84
echo " </div>
";
// line 85
if (( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "user" ]) || array_key_exists ( "user" , $context ) ? $context [ "user" ] : (function () { throw new RuntimeError ( 'Variable "user" does not exist.' , 85 , $this -> source ); })()), "type" , [], "any" , false , false , false , 85 ) == "structure" )) {
// line 86
echo " <div class=\"form-group col-4\">
<strong><u>Contact</u></strong><br><br>
";
// line 88
if ((( twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "referent" , [], "any" , false , false , false , 88 ) != "dirigeant" ) && ( twig_length_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "contacts" , [], "any" , false , false , false , 88 )) > 0 ))) {
// line 89
echo " " ;
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "contacts" , [], "any" , false , false , false , 89 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "contact" ]) {
// line 90
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "contact" ], "referent" , [], "any" , false , false , false , 90 ) == true )) {
// line 91
echo " " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "contact" ], "prenom" , [], "any" , false , false , false , 91 ), "html" , null , true );
echo " " ;
echo twig_escape_filter ( $this -> env , twig_upper_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "contact" ], "nom" , [], "any" , false , false , false , 91 )), "html" , null , true );
echo "<br/><br/>
";
// line 92
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "contact" ], "fonction" , [], "any" , false , false , false , 92 ), "html" , null , true );
echo "<br/><br/>
";
// line 93
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "contact" ], "telephoneFixe" , [], "any" , false , false , false , 93 )) {
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "contact" ], "telephoneFixe" , [], "any" , false , false , false , 93 ), "html" , null , true );
}
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "contact" ], "telephoneMobile" , [], "any" , false , false , false , 93 )) {
echo " | " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "contact" ], "telephoneMobile" , [], "any" , false , false , false , 93 ), "html" , null , true );
}
echo "<br/><br/>
<a style=\"color: #fff;\" href=\"mailto:";
// line 94
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "contact" ], "mail" , [], "any" , false , false , false , 94 ), "html" , null , true );
echo "\">" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "contact" ], "mail" , [], "any" , false , false , false , 94 ), "html" , null , true );
echo "</a>
";
}
// line 96
echo " " ;
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'contact' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 97
echo " " ;
} else {
// line 98
echo " " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "dirigeantPrenom" , [], "any" , false , false , false , 98 ), "html" , null , true );
echo " " ;
echo twig_escape_filter ( $this -> env , twig_upper_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "dirigeantNom" , [], "any" , false , false , false , 98 )), "html" , null , true );
echo "<br/><br/>
";
// line 99
if ((( twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "dirigeantTelephoneFixe" , [], "any" , false , false , false , 99 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "dirigeantTelephoneMobile" , [], "any" , false , false , false , 99 ) == true ))) {
// line 100
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "dirigeantTelephoneFixe" , [], "any" , false , false , false , 100 ) == true )) {
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "dirigeantTelephoneFixe" , [], "any" , false , false , false , 100 ), "html" , null , true );
}
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "dirigeantTelephoneMobile" , [], "any" , false , false , false , 100 ) == true )) {
echo " | " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "dirigeantTelephoneMobile" , [], "any" , false , false , false , 100 ), "html" , null , true );
}
echo "<br/><br/>
";
}
// line 102
echo " <a style=\"color: #fff;\" href=\"mailto:" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "dirigeantMail" , [], "any" , false , false , false , 102 ), "html" , null , true );
echo "\">" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "dirigeantMail" , [], "any" , false , false , false , 102 ), "html" , null , true );
echo "</a>
";
}
// line 104
echo " </div>
<div class=\"form-group col-3\">
";
// line 106
$context [ "test_url" ] = twig_slice ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "site" , [], "any" , false , false , false , 106 ), 0 , 4 );
// line 107
echo " " ;
if (((isset($context [ "test_url" ]) || array_key_exists ( "test_url" , $context ) ? $context [ "test_url" ] : (function () { throw new RuntimeError ( 'Variable "test_url" does not exist.' , 107 , $this -> source ); })()) != "http" )) {
// line 108
echo " <a style=\"color: #fff;\" href=\"http://" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "site" , [], "any" , false , false , false , 108 ), "html" , null , true );
echo "\" target=\"_blank\">" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "site" , [], "any" , false , false , false , 108 ), "html" , null , true );
echo "</a><br/><br/>
";
} else {
// line 110
echo " <a style=\"color: #fff;\" href=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "site" , [], "any" , false , false , false , 110 ), "html" , null , true );
echo "\" target=\"_blank\">" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "site" , [], "any" , false , false , false , 110 ), "html" , null , true );
echo "</a><br/><br/>
";
}
// line 112
echo " " ;
if ((twig_length_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "reseauxSociaux" , [], "any" , false , false , false , 112 )) > 0 )) {
// line 113
echo " <strong><u>Réseaux sociaux</u></strong><br/><br/>
<div class=\"form-group mb-0\" style=\"line-height: normal\">
";
// line 116
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "structure" ], "reseauxSociaux" , [], "any" , false , false , false , 116 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "reseau" ]) {
// line 117
echo " " ;
$context [ "enteteurl" ] = "" ;
// line 118
echo " " ;
if ( !(is_string ( $__internal_compile_0 = twig_get_attribute ( $this -> env , $this -> source , $context [ "reseau" ], "url" , [], "any" , false , false , false , 118 )) && is_string ( $__internal_compile_1 = "http" ) && ( '' === $__internal_compile_1 || 0 === strpos ( $__internal_compile_0 , $__internal_compile_1 )))) {
// line 119
echo " " ;
$context [ "enteteurl" ] = "http://" ;
// line 120
echo " " ;
}
// line 121
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "reseau" ], "nom" , [], "any" , false , false , false , 121 ) == "Facebook" )) {
// line 122
echo " <a href=\"" ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "enteteurl" ]) || array_key_exists ( "enteteurl" , $context ) ? $context [ "enteteurl" ] : (function () { throw new RuntimeError ( 'Variable "enteteurl" does not exist.' , 122 , $this -> source ); })()), "html" , null , true );
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "reseau" ], "url" , [], "any" , false , false , false , 122 ), "html" , null , true );
echo "\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Facebook\" class=\"pr-1\">
<img src=\"/images/facebook.png\" alt=\"Facebook\" width=\"20px\">
</a>
";
} elseif ((twig_get_attribute ( $this -> env , $this -> source , // line 125
$context [ "reseau" ], "nom" , [], "any" , false , false , false , 125 ) == "Flickr" )) {
// line 126
echo " <a href=\"" ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "enteteurl" ]) || array_key_exists ( "enteteurl" , $context ) ? $context [ "enteteurl" ] : (function () { throw new RuntimeError ( 'Variable "enteteurl" does not exist.' , 126 , $this -> source ); })()), "html" , null , true );
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "reseau" ], "url" , [], "any" , false , false , false , 126 ), "html" , null , true );
echo "\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Flickr\" class=\"pr-1\">
<img src=\"/images/flickr.png\" alt=\"Flickr\" width=\"20px\">
</a>
";
} elseif ((twig_get_attribute ( $this -> env , $this -> source , // line 129
$context [ "reseau" ], "nom" , [], "any" , false , false , false , 129 ) == "Instagram" )) {
// line 130
echo " <a href=\"" ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "enteteurl" ]) || array_key_exists ( "enteteurl" , $context ) ? $context [ "enteteurl" ] : (function () { throw new RuntimeError ( 'Variable "enteteurl" does not exist.' , 130 , $this -> source ); })()), "html" , null , true );
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "reseau" ], "url" , [], "any" , false , false , false , 130 ), "html" , null , true );
echo "\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Instagram\" class=\"pr-1\">
<img src=\"/images/instagram.png\" alt=\"Instagram\" width=\"20px\">
</a>
";
} elseif ((twig_get_attribute ( $this -> env , $this -> source , // line 133
$context [ "reseau" ], "nom" , [], "any" , false , false , false , 133 ) == "LinkedIn" )) {
// line 134
echo " <a href=\"" ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "enteteurl" ]) || array_key_exists ( "enteteurl" , $context ) ? $context [ "enteteurl" ] : (function () { throw new RuntimeError ( 'Variable "enteteurl" does not exist.' , 134 , $this -> source ); })()), "html" , null , true );
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "reseau" ], "url" , [], "any" , false , false , false , 134 ), "html" , null , true );
echo "\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"LinkedIn\" class=\"pr-1\">
<img src=\"/images/linkdin.png\" alt=\"LinkedIn\" width=\"20px\">
</a>
";
} elseif ((twig_get_attribute ( $this -> env , $this -> source , // line 137
$context [ "reseau" ], "nom" , [], "any" , false , false , false , 137 ) == "Tumblr" )) {
// line 138
echo " <a href=\"" ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "enteteurl" ]) || array_key_exists ( "enteteurl" , $context ) ? $context [ "enteteurl" ] : (function () { throw new RuntimeError ( 'Variable "enteteurl" does not exist.' , 138 , $this -> source ); })()), "html" , null , true );
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "reseau" ], "url" , [], "any" , false , false , false , 138 ), "html" , null , true );
echo "\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Tumblr\" class=\"pr-1\">
<img src=\"/images/tumblr.png\" alt=\"Tumblr\" width=\"20px\">
</a>
";
} elseif ((twig_get_attribute ( $this -> env , $this -> source , // line 141
$context [ "reseau" ], "nom" , [], "any" , false , false , false , 141 ) == "Twitter" )) {
// line 142
echo " <a href=\"" ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "enteteurl" ]) || array_key_exists ( "enteteurl" , $context ) ? $context [ "enteteurl" ] : (function () { throw new RuntimeError ( 'Variable "enteteurl" does not exist.' , 142 , $this -> source ); })()), "html" , null , true );
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "reseau" ], "url" , [], "any" , false , false , false , 142 ), "html" , null , true );
echo "\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Twitter\" class=\"pr-1\">
<img src=\"/images/twitter.png\" alt=\"Twitter\" width=\"20px\">
</a>
";
} elseif ((twig_get_attribute ( $this -> env , $this -> source , // line 145
$context [ "reseau" ], "nom" , [], "any" , false , false , false , 145 ) == "Vimeo" )) {
// line 146
echo " <a href=\"" ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "enteteurl" ]) || array_key_exists ( "enteteurl" , $context ) ? $context [ "enteteurl" ] : (function () { throw new RuntimeError ( 'Variable "enteteurl" does not exist.' , 146 , $this -> source ); })()), "html" , null , true );
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "reseau" ], "url" , [], "any" , false , false , false , 146 ), "html" , null , true );
echo "\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Vimeo\" class=\"pr-1\">
<img src=\"/images/vimeo.png\" alt=\"Vimeo\" width=\"20px\">
</a>
";
} elseif ((twig_get_attribute ( $this -> env , $this -> source , // line 149
$context [ "reseau" ], "nom" , [], "any" , false , false , false , 149 ) == "Youtube" )) {
// line 150
echo " <a href=\"" ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "enteteurl" ]) || array_key_exists ( "enteteurl" , $context ) ? $context [ "enteteurl" ] : (function () { throw new RuntimeError ( 'Variable "enteteurl" does not exist.' , 150 , $this -> source ); })()), "html" , null , true );
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "reseau" ], "url" , [], "any" , false , false , false , 150 ), "html" , null , true );
echo "\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Youtube\">
<img src=\"/images/youtube.png\" alt=\"Youtube\" width=\"20px\">
</a>
";
}
// line 154
echo " " ;
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'reseau' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 155
echo " </div>
";
}
// line 157
echo " </div>
";
}
// line 160
echo " </div>
</div>
</div>
</div>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'structure' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 165
echo "
";
// line 166
if (((isset( $context [ "type" ]) || array_key_exists ( "type" , $context ) ? $context [ "type" ] : (function () { throw new RuntimeError ( 'Variable "type" does not exist.' , 166 , $this -> source ); })()) == "prestamoyenstech" )) {
// line 167
echo "
";
// line 168
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "user" ]) || array_key_exists ( "user" , $context ) ? $context [ "user" ] : (function () { throw new RuntimeError ( 'Variable "user" does not exist.' , 168 , $this -> source ); })()), "prestatairesTechniques" , [], "any" , false , false , false , 168 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "prestamoyenstech" ]) {
// line 169
echo " <div class=\"form-group col-12\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l’activité
</div>
";
// line 174
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "presentation" , [], "any" , false , false , false , 174 ) != "" )) {
// line 175
echo " <div class=\"form-group\">
";
// line 176
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "presentation" , [], "any" , false , false , false , 176 ), "html" , null , true );
echo "
</div>
";
}
// line 179
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "activiteSecond" , [], "any" , false , false , false , 179 ) != "" )) {
// line 180
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
activité secondaire
</div>
<div class=\"form-group\">
";
// line 184
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "activiteSecond" , [], "any" , false , false , false , 184 ), "html" , null , true );
echo "
</div>
";
}
// line 187
echo " " ;
if ((((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "serviceVente" , [], "any" , false , false , false , 187 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "serviceLocAvecOp" , [], "any" , false , false , false , 187 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "serviceLocSansOp" , [], "any" , false , false , false , 187 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "serviceSav" , [], "any" , false , false , false , 187 ))) {
// line 188
echo " <div class=\"form-group\">
<b>Type(s) de service(s) :</b>
<ul>
";
// line 191
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "serviceVente" , [], "any" , false , false , false , 191 )) {
echo "<li>Vente</li>" ;
}
// line 192
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "serviceLocSansOp" , [], "any" , false , false , false , 192 )) {
echo "<li>Location sans opérateur</li>" ;
}
// line 193
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "serviceLocAvecOp" , [], "any" , false , false , false , 193 )) {
echo "<li>Location avec opérateur</li>" ;
}
// line 194
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "serviceSav" , [], "any" , false , false , false , 194 )) {
echo "<li>SAV</li>" ;
}
// line 195
echo " </ul>
</div>
";
}
// line 198
echo "
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
matériel et services proposés
</div>
";
// line 203
if ((((((((((((((((((((((((((( twig_get_attribute ( $this -> env , $this -> source , // line 204
$context [ "prestamoyenstech" ], "tournageCameraVideo" , [], "any" , false , false , false , 204 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , // line 205
$context [ "prestamoyenstech" ], "tournageCameraCinema" , [], "any" , false , false , false , 205 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 206
$context [ "prestamoyenstech" ], "tournageCameraCommentaires" , [], "any" , false , false , false , 206 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 207
$context [ "prestamoyenstech" ], "tournageEquipementSpeVideo" , [], "any" , false , false , false , 207 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 208
$context [ "prestamoyenstech" ], "tournageEquipementSpeCinema" , [], "any" , false , false , false , 208 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 209
$context [ "prestamoyenstech" ], "tournageEquipementSpeCommentaires" , [], "any" , false , false , false , 209 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 210
$context [ "prestamoyenstech" ], "tournageImageAutreVideo" , [], "any" , false , false , false , 210 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 211
$context [ "prestamoyenstech" ], "tournageImageAutreCinema" , [], "any" , false , false , false , 211 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 212
$context [ "prestamoyenstech" ], "tournageImageAutreDescriptif" , [], "any" , false , false , false , 212 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 213
$context [ "prestamoyenstech" ], "tournageLumiereVideo" , [], "any" , false , false , false , 213 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 214
$context [ "prestamoyenstech" ], "tournageLumiereCinema" , [], "any" , false , false , false , 214 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 215
$context [ "prestamoyenstech" ], "tournageLumiereCommentaires" , [], "any" , false , false , false , 215 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 216
$context [ "prestamoyenstech" ], "tournageMachineVideo" , [], "any" , false , false , false , 216 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 217
$context [ "prestamoyenstech" ], "tournageMachineCinema" , [], "any" , false , false , false , 217 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 218
$context [ "prestamoyenstech" ], "tournageMachineCommentaires" , [], "any" , false , false , false , 218 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 219
$context [ "prestamoyenstech" ], "tournageSonVideo" , [], "any" , false , false , false , 219 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 220
$context [ "prestamoyenstech" ], "tournageSonCinema" , [], "any" , false , false , false , 220 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 221
$context [ "prestamoyenstech" ], "tournageSonCommentaires" , [], "any" , false , false , false , 221 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 222
$context [ "prestamoyenstech" ], "tournageStudioSimpleSurface" , [], "any" , false , false , false , 222 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 223
$context [ "prestamoyenstech" ], "tournageStudioSimpleCommentaires" , [], "any" , false , false , false , 223 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 224
$context [ "prestamoyenstech" ], "tournageStudioVirtuelSurface" , [], "any" , false , false , false , 224 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 225
$context [ "prestamoyenstech" ], "tournageStudioVirtuelCommentaires" , [], "any" , false , false , false , 225 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 226
$context [ "prestamoyenstech" ], "tournagePlateauTvSurface" , [], "any" , false , false , false , 226 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 227
$context [ "prestamoyenstech" ], "tournagePlateauTvCommentaires" , [], "any" , false , false , false , 227 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 228
$context [ "prestamoyenstech" ], "tournageLocauxAutreSurface" , [], "any" , false , false , false , 228 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 229
$context [ "prestamoyenstech" ], "tournageLocauxAutreDescriptif" , [], "any" , false , false , false , 229 ) != "" ))) {
// line 231
echo " <div class=\"form-group\">
<b>Tournage :</b>
<ul>
";
// line 234
if ((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageCameraVideo" , [], "any" , false , false , false , 234 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageCameraCinema" , [], "any" , false , false , false , 234 ) == true ))) {
// line 235
echo " " ;
$context [ "camera" ] = "" ;
// line 236
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageCameraVideo" , [], "any" , false , false , false , 236 ) == true )) {
echo " " ;
$context [ "camera" ] = "pour la vidéo et " ;
echo " " ;
}
// line 237
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageCameraCinema" , [], "any" , false , false , false , 237 ) == true )) {
echo " " ;
$context [ "camera" ] = ((isset( $context [ "camera" ]) || array_key_exists ( "camera" , $context ) ? $context [ "camera" ] : (function () { throw new RuntimeError ( 'Variable "camera" does not exist.' , 237 , $this -> source ); })()) . "pour le cinéma et " );
echo " " ;
}
// line 238
echo " <li>
Caméra ";
// line 239
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "camera" ]) || array_key_exists ( "camera" , $context ) ? $context [ "camera" ] : (function () { throw new RuntimeError ( 'Variable "camera" does not exist.' , 239 , $this -> source ); })()), 0 , - 4 ), "html" , null , true );
echo "
";
// line 240
if ((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageCameraCinema" , [], "any" , false , false , false , 240 ) == true ) && ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageCameraCommentaires" , [], "any" , false , false , false , 240 ) != "" ))) {
// line 241
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageCameraCommentaires" , [], "any" , false , false , false , 241 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 245
echo " </li>
";
}
// line 247
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageEquipementSpeVideo" , [], "any" , false , false , false , 247 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageEquipementSpeCinema" , [], "any" , false , false , false , 247 ) == true ))) {
// line 248
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageEquipementSpeVideo" , [], "any" , false , false , false , 248 ) == true )) {
echo " " ;
$context [ "equipementspe" ] = "pour la vidéo et " ;
echo " " ;
}
// line 249
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageEquipementSpeCinema" , [], "any" , false , false , false , 249 ) == true )) {
echo " " ;
$context [ "equipementspe" ] = ((isset( $context [ "equipementspe" ]) || array_key_exists ( "equipementspe" , $context ) ? $context [ "equipementspe" ] : (function () { throw new RuntimeError ( 'Variable "equipementspe" does not exist.' , 249 , $this -> source ); })()) . "pour le cinéma et " );
echo " " ;
}
// line 250
echo " <li>
Equipement spécialisé ";
// line 251
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "equipementspe" ]) || array_key_exists ( "equipementspe" , $context ) ? $context [ "equipementspe" ] : (function () { throw new RuntimeError ( 'Variable "equipementspe" does not exist.' , 251 , $this -> source ); })()), 0 , - 4 ), "html" , null , true );
echo "
";
// line 252
if ((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageEquipementSpeCinema" , [], "any" , false , false , false , 252 ) == true ) && ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageEquipementSpeCommentaires" , [], "any" , false , false , false , 252 ) != "" ))) {
// line 253
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageEquipementSpeCommentaires" , [], "any" , false , false , false , 253 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 257
echo " </li>
";
}
// line 259
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageImageAutreVideo" , [], "any" , false , false , false , 259 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageImageAutreCinema" , [], "any" , false , false , false , 259 ) == true ))) {
// line 260
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageImageAutreVideo" , [], "any" , false , false , false , 260 ) == true )) {
echo " " ;
$context [ "imageautre" ] = "pour la vidéo et " ;
echo " " ;
}
// line 261
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageImageAutreCinema" , [], "any" , false , false , false , 261 ) == true )) {
echo " " ;
$context [ "imageautre" ] = ((isset( $context [ "imageautre" ]) || array_key_exists ( "imageautre" , $context ) ? $context [ "imageautre" ] : (function () { throw new RuntimeError ( 'Variable "imageautre" does not exist.' , 261 , $this -> source ); })()) . "pour le cinéma et " );
echo " " ;
}
// line 262
echo " <li>
Autre ";
// line 263
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "imageautre" ]) || array_key_exists ( "imageautre" , $context ) ? $context [ "imageautre" ] : (function () { throw new RuntimeError ( 'Variable "imageautre" does not exist.' , 263 , $this -> source ); })()), 0 , - 4 ), "html" , null , true );
echo "
";
// line 264
if ((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageImageAutreCinema" , [], "any" , false , false , false , 264 ) == true ) && ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageImageAutreDescriptif" , [], "any" , false , false , false , 264 ) != "" ))) {
// line 265
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageImageAutreDescriptif" , [], "any" , false , false , false , 265 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 269
echo " </li>
";
}
// line 271
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageLumiereVideo" , [], "any" , false , false , false , 271 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageLumiereCinema" , [], "any" , false , false , false , 271 ) == true ))) {
// line 272
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageLumiereVideo" , [], "any" , false , false , false , 272 ) == true )) {
echo " " ;
$context [ "lumiere" ] = "pour la vidéo et " ;
echo " " ;
}
// line 273
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageLumiereCinema" , [], "any" , false , false , false , 273 ) == true )) {
echo " " ;
$context [ "lumiere" ] = ((isset( $context [ "lumiere" ]) || array_key_exists ( "lumiere" , $context ) ? $context [ "lumiere" ] : (function () { throw new RuntimeError ( 'Variable "lumiere" does not exist.' , 273 , $this -> source ); })()) . "pour le cinéma et " );
echo " " ;
}
// line 274
echo " <li>
Lumière et accessoires ";
// line 275
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "lumiere" ]) || array_key_exists ( "lumiere" , $context ) ? $context [ "lumiere" ] : (function () { throw new RuntimeError ( 'Variable "lumiere" does not exist.' , 275 , $this -> source ); })()), 0 , - 4 ), "html" , null , true );
echo "
";
// line 276
if ((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageLumiereCinema" , [], "any" , false , false , false , 276 ) == true ) && ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageLumiereCommentaires" , [], "any" , false , false , false , 276 ) != "" ))) {
// line 277
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageLumiereCommentaires" , [], "any" , false , false , false , 277 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 281
echo " </li>
";
}
// line 283
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageMachineVideo" , [], "any" , false , false , false , 283 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageMachineCommentaires" , [], "any" , false , false , false , 283 ) == true ))) {
// line 284
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageMachineVideo" , [], "any" , false , false , false , 284 ) == true )) {
echo " " ;
$context [ "machine" ] = "pour la vidéo et " ;
echo " " ;
}
// line 285
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageMachineCinema" , [], "any" , false , false , false , 285 ) == true )) {
echo " " ;
$context [ "machine" ] = ((isset( $context [ "machine" ]) || array_key_exists ( "machine" , $context ) ? $context [ "machine" ] : (function () { throw new RuntimeError ( 'Variable "machine" does not exist.' , 285 , $this -> source ); })()) . "pour le cinéma et " );
echo " " ;
}
// line 286
echo " <li>
Machinerie et accessoires ";
// line 287
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "machine" ]) || array_key_exists ( "machine" , $context ) ? $context [ "machine" ] : (function () { throw new RuntimeError ( 'Variable "machine" does not exist.' , 287 , $this -> source ); })()), 0 , - 4 ), "html" , null , true );
echo "
";
// line 288
if ((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageMachineCinema" , [], "any" , false , false , false , 288 ) == true ) && ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageLumiereCommentaires" , [], "any" , false , false , false , 288 ) != "" ))) {
// line 289
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageMachineCommentaires" , [], "any" , false , false , false , 289 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 293
echo " </li>
";
}
// line 295
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageSonVideo" , [], "any" , false , false , false , 295 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageSonCinema" , [], "any" , false , false , false , 295 ) == true ))) {
// line 296
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageSonVideo" , [], "any" , false , false , false , 296 ) == true )) {
echo " " ;
$context [ "son" ] = "pour la vidéo et " ;
echo " " ;
}
// line 297
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageSonCinema" , [], "any" , false , false , false , 297 ) == true )) {
echo " " ;
$context [ "son" ] = ((isset( $context [ "son" ]) || array_key_exists ( "son" , $context ) ? $context [ "son" ] : (function () { throw new RuntimeError ( 'Variable "son" does not exist.' , 297 , $this -> source ); })()) . "pour le cinéma et " );
echo " " ;
}
// line 298
echo " <li>
Son et accessoires ";
// line 299
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "son" ]) || array_key_exists ( "son" , $context ) ? $context [ "son" ] : (function () { throw new RuntimeError ( 'Variable "son" does not exist.' , 299 , $this -> source ); })()), 0 , - 4 ), "html" , null , true );
echo "
";
// line 300
if ((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageSonCinema" , [], "any" , false , false , false , 300 ) == true ) && ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageSonCommentaires" , [], "any" , false , false , false , 300 ) != "" ))) {
// line 301
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageSonCommentaires" , [], "any" , false , false , false , 301 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 305
echo " </li>
";
}
// line 307
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageStudioSimpleSurface" , [], "any" , false , false , false , 307 ) != "" ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageStudioSimpleCommentaires" , [], "any" , false , false , false , 307 ) != "" ))) {
// line 308
echo " <li>
Studio simple ";
// line 309
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageStudioSimpleSurface" , [], "any" , false , false , false , 309 ) != "" )) {
echo " " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageStudioSimpleSurface" , [], "any" , false , false , false , 309 ), "html" , null , true );
echo " m² " ;
}
// line 310
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageStudioSimpleCommentaires" , [], "any" , false , false , false , 310 ) != "" )) {
// line 311
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageStudioSimpleCommentaires" , [], "any" , false , false , false , 311 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 315
echo " </li>
";
}
// line 317
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageStudioVirtuelSurface" , [], "any" , false , false , false , 317 ) != "" ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageStudioVirtuelCommentaires" , [], "any" , false , false , false , 317 ) != "" ))) {
// line 318
echo " <li>
Studio virtuel ";
// line 319
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageStudioVirtuelSurface" , [], "any" , false , false , false , 319 ) != "" )) {
echo " " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageStudioVirtuelSurface" , [], "any" , false , false , false , 319 ), "html" , null , true );
echo " m² " ;
}
// line 320
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageStudioVirtuelCommentaires" , [], "any" , false , false , false , 320 ) != "" )) {
// line 321
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageStudioVirtuelCommentaires" , [], "any" , false , false , false , 321 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 325
echo " </li>
";
}
// line 327
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournagePlateauTvSurface" , [], "any" , false , false , false , 327 ) != "" ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournagePlateauTvCommentaires" , [], "any" , false , false , false , 327 ) != "" ))) {
// line 328
echo " <li>
Plateau type TV ";
// line 329
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournagePlateauTvSurface" , [], "any" , false , false , false , 329 ) != "" )) {
echo " " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournagePlateauTvSurface" , [], "any" , false , false , false , 329 ), "html" , null , true );
echo " m² " ;
}
// line 330
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournagePlateauTvCommentaires" , [], "any" , false , false , false , 330 ) != "" )) {
// line 331
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournagePlateauTvCommentaires" , [], "any" , false , false , false , 331 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 335
echo " </li>
";
}
// line 337
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageLocauxAutreSurface" , [], "any" , false , false , false , 337 ) != "" ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageStudioSimpleCommentaires" , [], "any" , false , false , false , 337 ) != "" ))) {
// line 338
echo " <li>
Autres locaux de tournage ";
// line 339
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageLocauxAutreSurface" , [], "any" , false , false , false , 339 ) != "" )) {
echo " " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageLocauxAutreSurface" , [], "any" , false , false , false , 339 ), "html" , null , true );
echo " m² " ;
}
// line 340
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageLocauxAutreDescriptif" , [], "any" , false , false , false , 340 ) != "" )) {
// line 341
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageLocauxAutreDescriptif" , [], "any" , false , false , false , 341 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 345
echo " </li>
";
}
// line 347
echo " </ul>
</div>
";
}
// line 351
echo "
";
// line 352
if (((((((((((((((((((((((((((( twig_get_attribute ( $this -> env , $this -> source , // line 353
$context [ "prestamoyenstech" ], "postprodImageMontage" , [], "any" , false , false , false , 353 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , // line 354
$context [ "prestamoyenstech" ], "postprodImageMontageLocaux" , [], "any" , false , false , false , 354 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 355
$context [ "prestamoyenstech" ], "postprodImageMontageDescriptif" , [], "any" , false , false , false , 355 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 356
$context [ "prestamoyenstech" ], "postprodImageTrucage" , [], "any" , false , false , false , 356 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 357
$context [ "prestamoyenstech" ], "postprodImageTrucageLocaux" , [], "any" , false , false , false , 357 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 358
$context [ "prestamoyenstech" ], "postprodImageTrucageDescriptif" , [], "any" , false , false , false , 358 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 359
$context [ "prestamoyenstech" ], "postprodImageTitrage" , [], "any" , false , false , false , 359 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 360
$context [ "prestamoyenstech" ], "postprodImageTitrageLocaux" , [], "any" , false , false , false , 360 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 361
$context [ "prestamoyenstech" ], "postprodImageTitrageDescriptif" , [], "any" , false , false , false , 361 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 362
$context [ "prestamoyenstech" ], "postprodImageAnim" , [], "any" , false , false , false , 362 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 363
$context [ "prestamoyenstech" ], "postprodImageAnimLocaux" , [], "any" , false , false , false , 363 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 364
$context [ "prestamoyenstech" ], "postprodImageAnimDescriptif" , [], "any" , false , false , false , 364 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 365
$context [ "prestamoyenstech" ], "postprodImageEtalon" , [], "any" , false , false , false , 365 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 366
$context [ "prestamoyenstech" ], "postprodImageEtalonLocaux" , [], "any" , false , false , false , 366 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 367
$context [ "prestamoyenstech" ], "postprodImageEtalonDescriptif" , [], "any" , false , false , false , 367 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 368
$context [ "prestamoyenstech" ], "postprodSonMusique" , [], "any" , false , false , false , 368 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 369
$context [ "prestamoyenstech" ], "postprodSonMusiqueLocaux" , [], "any" , false , false , false , 369 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 370
$context [ "prestamoyenstech" ], "postprodSonMusiqueDescriptif" , [], "any" , false , false , false , 370 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 371
$context [ "prestamoyenstech" ], "postprodSonVoixoff" , [], "any" , false , false , false , 371 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 372
$context [ "prestamoyenstech" ], "postprodSonVoixoffLocaux" , [], "any" , false , false , false , 372 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 373
$context [ "prestamoyenstech" ], "postprodSonVoixoffDescriptif" , [], "any" , false , false , false , 373 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 374
$context [ "prestamoyenstech" ], "postprodSonBruitage" , [], "any" , false , false , false , 374 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 375
$context [ "prestamoyenstech" ], "postprodSonBruitageLocaux" , [], "any" , false , false , false , 375 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 376
$context [ "prestamoyenstech" ], "postprodSonBruitageDescriptif" , [], "any" , false , false , false , 376 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 377
$context [ "prestamoyenstech" ], "postprodSonMixage" , [], "any" , false , false , false , 377 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 378
$context [ "prestamoyenstech" ], "postprodSonMixageLocaux" , [], "any" , false , false , false , 378 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 379
$context [ "prestamoyenstech" ], "postprodSonMixageDescriptif" , [], "any" , false , false , false , 379 ) != "" ))) {
// line 381
echo " <div class=\"form-group\">
<b>Post-production :</b>
<ul>
";
// line 384
if ((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageMontage" , [], "any" , false , false , false , 384 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageMontageLocaux" , [], "any" , false , false , false , 384 ) == true ))) {
// line 385
echo " <li>
Station de montage ";
// line 386
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "tournageLocauxAutreSurface" , [], "any" , false , false , false , 386 ) != "" )) {
echo " (locaux à disposition) " ;
}
// line 387
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageMontageDescriptif" , [], "any" , false , false , false , 387 ) != "" )) {
// line 388
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageMontageDescriptif" , [], "any" , false , false , false , 388 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 392
echo " </li>
";
}
// line 394
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageTrucage" , [], "any" , false , false , false , 394 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageTrucageLocaux" , [], "any" , false , false , false , 394 ) == true ))) {
// line 395
echo " <li>
Trucage & effets spéciaux ";
// line 396
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageTrucageLocaux" , [], "any" , false , false , false , 396 ) != "" )) {
echo " (locaux à disposition) " ;
}
// line 397
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageTrucageDescriptif" , [], "any" , false , false , false , 397 ) != "" )) {
// line 398
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageMontageDescriptif" , [], "any" , false , false , false , 398 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 402
echo " </li>
";
}
// line 404
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageTitrage" , [], "any" , false , false , false , 404 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageTitrageLocaux" , [], "any" , false , false , false , 404 ) == true ))) {
// line 405
echo " <li>
Titrage ";
// line 406
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageTitrageLocaux" , [], "any" , false , false , false , 406 ) != "" )) {
echo " (locaux à disposition) " ;
}
// line 407
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageTitrageDescriptif" , [], "any" , false , false , false , 407 ) != "" )) {
// line 408
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageTitrageDescriptif" , [], "any" , false , false , false , 408 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 412
echo " </li>
";
}
// line 414
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageAnim" , [], "any" , false , false , false , 414 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageAnimLocaux" , [], "any" , false , false , false , 414 ) == true ))) {
// line 415
echo " <li>
Animation/motion design ";
// line 416
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageAnimLocaux" , [], "any" , false , false , false , 416 ) != "" )) {
echo " (locaux à disposition) " ;
}
// line 417
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageAnimDescriptif" , [], "any" , false , false , false , 417 ) != "" )) {
// line 418
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageAnimDescriptif" , [], "any" , false , false , false , 418 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 422
echo " </li>
";
}
// line 424
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageEtalon" , [], "any" , false , false , false , 424 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageEtalonLocaux" , [], "any" , false , false , false , 424 ) == true ))) {
// line 425
echo " <li>
Station d'étalonnage ";
// line 426
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageEtalonLocaux" , [], "any" , false , false , false , 426 ) != "" )) {
echo " (locaux à disposition) " ;
}
// line 427
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageEtalonDescriptif" , [], "any" , false , false , false , 427 ) != "" )) {
// line 428
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodImageEtalonDescriptif" , [], "any" , false , false , false , 428 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 432
echo " </li>
";
}
// line 434
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonMusique" , [], "any" , false , false , false , 434 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonMusiqueLocaux" , [], "any" , false , false , false , 434 ) == true ))) {
// line 435
echo " <li>
Studio d'enregistrement musique ";
// line 436
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonMusiqueLocaux" , [], "any" , false , false , false , 436 ) != "" )) {
echo " (locaux à disposition) " ;
}
// line 437
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonMusiqueDescriptif" , [], "any" , false , false , false , 437 ) != "" )) {
// line 438
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonMusiqueDescriptif" , [], "any" , false , false , false , 438 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 442
echo " </li>
";
}
// line 444
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonVoixoff" , [], "any" , false , false , false , 444 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonVoixoffLocaux" , [], "any" , false , false , false , 444 ) == true ))) {
// line 445
echo " <li>
Studio d'enregistrement voix-off/doublage ";
// line 446
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonVoixoffLocaux" , [], "any" , false , false , false , 446 ) != "" )) {
echo " (locaux à disposition) " ;
}
// line 447
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonVoixoffDescriptif" , [], "any" , false , false , false , 447 ) != "" )) {
// line 448
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonVoixoffDescriptif" , [], "any" , false , false , false , 448 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 452
echo " </li>
";
}
// line 454
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonBruitage" , [], "any" , false , false , false , 454 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonBruitageLocaux" , [], "any" , false , false , false , 454 ) == true ))) {
// line 455
echo " <li>
Studio d'enregistrement de bruitage ";
// line 456
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonBruitageLocaux" , [], "any" , false , false , false , 456 ) != "" )) {
echo " (locaux à disposition) " ;
}
// line 457
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonBruitageDescriptif" , [], "any" , false , false , false , 457 ) != "" )) {
// line 458
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonBruitageDescriptif" , [], "any" , false , false , false , 458 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 462
echo " </li>
";
}
// line 464
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonMixage" , [], "any" , false , false , false , 464 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonMixageLocaux" , [], "any" , false , false , false , 464 ) == true ))) {
// line 465
echo " <li>
Studio de mixage ";
// line 466
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonMixageLocaux" , [], "any" , false , false , false , 466 ) != "" )) {
echo " (locaux à disposition) " ;
}
// line 467
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonMixageDescriptif" , [], "any" , false , false , false , 467 ) != "" )) {
// line 468
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "postprodSonMixageDescriptif" , [], "any" , false , false , false , 468 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 472
echo " </li>
";
}
// line 474
echo " </ul>
</div>
";
}
// line 477
echo "
";
// line 478
if ((((((((((( twig_get_attribute ( $this -> env , $this -> source , // line 479
$context [ "prestamoyenstech" ], "diffTechLabo" , [], "any" , false , false , false , 479 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , // line 480
$context [ "prestamoyenstech" ], "diffTechMaster" , [], "any" , false , false , false , 480 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 481
$context [ "prestamoyenstech" ], "diffTechAuthor" , [], "any" , false , false , false , 481 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 482
$context [ "prestamoyenstech" ], "diffOutilsEcran" , [], "any" , false , false , false , 482 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 483
$context [ "prestamoyenstech" ], "diffOutilsEcranLocaux" , [], "any" , false , false , false , 483 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 484
$context [ "prestamoyenstech" ], "diffOutilsEcranCommentaires" , [], "any" , false , false , false , 484 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 485
$context [ "prestamoyenstech" ], "diffOutilsCasque" , [], "any" , false , false , false , 485 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 486
$context [ "prestamoyenstech" ], "diffOutilsCasqueCommentaires" , [], "any" , false , false , false , 486 ) != "" )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 487
$context [ "prestamoyenstech" ], "diffOutilsAutre" , [], "any" , false , false , false , 487 ) == true )) || ( twig_get_attribute ( $this -> env , $this -> source , // line 488
$context [ "prestamoyenstech" ], "diffOutilsAutreDescriptif" , [], "any" , false , false , false , 488 ) != "" ))) {
// line 490
echo " <div class=\"form-group\">
<b>Diffusion :</b>
<ul>
";
// line 493
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffTechLabo" , [], "any" , false , false , false , 493 ) == true )) {
// line 494
echo " <li>
Laboratoire cinéma
";
// line 496
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffTechLaboCommentaires" , [], "any" , false , false , false , 496 ) != "" )) {
// line 497
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffTechLaboCommentaires" , [], "any" , false , false , false , 497 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 501
echo " </li>
";
}
// line 503
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffTechMaster" , [], "any" , false , false , false , 503 ) == true )) {
// line 504
echo " <li>
Mastering et encodage
";
// line 506
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffTechMasterCommentaires" , [], "any" , false , false , false , 506 ) != "" )) {
// line 507
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffTechMasterCommentaires" , [], "any" , false , false , false , 507 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 511
echo " </li>
";
}
// line 513
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffTechAuthor" , [], "any" , false , false , false , 513 ) == true )) {
// line 514
echo " <li>
Authoring et duplication
";
// line 516
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffTechAuthorCommentaires" , [], "any" , false , false , false , 516 ) != "" )) {
// line 517
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffTechAuthorCommentaires" , [], "any" , false , false , false , 517 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 521
echo " </li>
";
}
// line 523
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffOutilsEcran" , [], "any" , false , false , false , 523 ) == true ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffOutilsEcranLocaux" , [], "any" , false , false , false , 523 ) == true ))) {
// line 524
echo " <li>
Ecran & projection ";
// line 525
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffOutilsEcranLocaux" , [], "any" , false , false , false , 525 ) != "" )) {
echo " (locaux à disposition) " ;
}
// line 526
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffOutilsEcranCommentaires" , [], "any" , false , false , false , 526 ) != "" )) {
// line 527
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffOutilsEcranCommentaires" , [], "any" , false , false , false , 527 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 531
echo " </li>
";
}
// line 533
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffOutilsCasque" , [], "any" , false , false , false , 533 ) == true )) {
// line 534
echo " <li>
Casque de réalité virtuelle
";
// line 536
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffOutilsCasqueCommentaires" , [], "any" , false , false , false , 536 ) != "" )) {
// line 537
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffOutilsCasqueCommentaires" , [], "any" , false , false , false , 537 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 541
echo " </li>
";
}
// line 543
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffOutilsAutre" , [], "any" , false , false , false , 543 ) == true )) {
// line 544
echo " <li>
Autre équipement
";
// line 546
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffOutilsAutreDescriptif" , [], "any" , false , false , false , 546 ) != "" )) {
// line 547
echo " <a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "diffOutilsAutreDescriptif" , [], "any" , false , false , false , 547 ), "html" , null , true );
echo "\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
";
}
// line 551
echo " </li>
";
}
// line 553
echo " </ul>
</div>
";
}
// line 556
echo "
";
// line 557
if (( twig_length_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "prestataireTechniqueExperiences" , [], "any" , false , false , false , 557 )) > 0 )) {
// line 558
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
";
// line 574
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "prestataireTechniqueExperiences" , [], "any" , false , false , false , 574 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "experience" ]) {
// line 575
echo " <tr>
<td>";
// line 576
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "annee" , [], "any" , false , false , false , 576 ), "html" , null , true );
echo "</td>
<td>";
// line 577
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "titre" , [], "any" , false , false , false , 577 ), "html" , null , true );
echo "</td>
<td>";
// line 578
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "realisation" , [], "any" , false , false , false , 578 ), "html" , null , true );
echo "</td>
<td>";
// line 579
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "format" , [], "any" , false , false , false , 579 ), "html" , null , true );
echo "</td>
<td>";
// line 580
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "categorie" , [], "any" , false , false , false , 580 ), "html" , null , true );
echo "</td>
<td>";
// line 581
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "production" , [], "any" , false , false , false , 581 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'experience' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 584
echo " </tbody>
</table>
</div>
";
}
// line 588
echo "
";
// line 589
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "langues" , [], "any" , false , false , false , 589 ) != "" )) {
// line 590
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
";
// line 594
if (((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "rayonCalvados" , [], "any" , false , false , false , 594 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "rayonEure" , [], "any" , false , false , false , 594 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "rayonManche" , [], "any" , false , false , false , 594 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "rayonOrne" , [], "any" , false , false , false , 594 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "rayonSeineMaritime" , [], "any" , false , false , false , 594 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "rayonHorsNormandie" , [], "any" , false , false , false , 594 ))) {
// line 595
echo " <div class=\"form-group\">
Rayon d'intervention :
<ul>
";
// line 598
if ((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "rayonCalvados" , [], "any" , false , false , false , 598 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "rayonEure" , [], "any" , false , false , false , 598 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "rayonManche" , [], "any" , false , false , false , 598 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "rayonOrne" , [], "any" , false , false , false , 598 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "rayonSeineMaritime" , [], "any" , false , false , false , 598 ))) {
// line 599
echo " " ;
$context [ "rayon_normandie" ] = " " ;
// line 600
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "rayonCalvados" , [], "any" , false , false , false , 600 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 600 , $this -> source ); })()) . "Calvados, " );
}
// line 601
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "rayonEure" , [], "any" , false , false , false , 601 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 601 , $this -> source ); })()) . "Eure, " );
echo " " ;
}
// line 602
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "rayonManche" , [], "any" , false , false , false , 602 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 602 , $this -> source ); })()) . "Manche, " );
echo " " ;
}
// line 603
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "rayonOrne" , [], "any" , false , false , false , 603 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 603 , $this -> source ); })()) . "Orne, " );
echo " " ;
}
// line 604
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "rayonSeineMaritime" , [], "any" , false , false , false , 604 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 604 , $this -> source ); })()) . "Seine-Maritime, " );
echo " " ;
}
// line 605
echo " <li>
En Normandie : ";
// line 606
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 606 , $this -> source ); })()), 0 , - 2 ), "html" , null , true );
echo "
</li>
";
}
// line 609
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "rayonHorsNormandie" , [], "any" , false , false , false , 609 )) {
// line 610
echo " <li>Hors Normandie : " ;
echo twig_escape_filter ( $this -> env , twig_capitalize_string_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "rayonHorsNormandie" , [], "any" , false , false , false , 610 )), "html" , null , true );
echo "</li>
";
}
// line 612
echo " </ul>
</div>
";
}
// line 615
echo "
";
// line 616
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "langues" , [], "any" , false , false , false , 616 ) != "" )) {
// line 617
echo " <div class=\"form-group\">
Langue(s) pratiquée(s) : ";
// line 618
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestamoyenstech" ], "langues" , [], "any" , false , false , false , 618 ), "html" , null , true );
echo "
</div>
";
}
// line 621
echo "
";
}
// line 623
echo "
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'prestamoyenstech' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 625
echo "
";
}
// line 627
echo "
";
// line 628
if (((isset( $context [ "type" ]) || array_key_exists ( "type" , $context ) ? $context [ "type" ] : (function () { throw new RuntimeError ( 'Variable "type" does not exist.' , 628 , $this -> source ); })()) == "prestataireservices" )) {
// line 629
echo "
";
// line 630
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "user" ]) || array_key_exists ( "user" , $context ) ? $context [ "user" ] : (function () { throw new RuntimeError ( 'Variable "user" does not exist.' , 630 , $this -> source ); })()), "prestatairesLogistiques" , [], "any" , false , false , false , 630 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "prestaservices" ]) {
// line 631
echo "
";
// line 632
$context [ "cantineongletactif" ] = "" ;
// line 633
echo " " ;
$context [ "droneongletactif" ] = "" ;
// line 634
echo " " ;
$context [ "costumeongletactif" ] = "" ;
// line 635
echo " " ;
$context [ "accessoireongletactif" ] = "" ;
// line 636
echo " " ;
$context [ "decorongletactif" ] = "" ;
// line 637
echo " " ;
$context [ "dresseurongletactif" ] = "" ;
// line 638
echo " " ;
$context [ "effetsSpeciauxongletactif" ] = "" ;
// line 639
echo " " ;
$context [ "securiteongletactif" ] = "" ;
// line 640
echo " " ;
$context [ "vehiculeJeuongletactif" ] = "" ;
// line 641
echo " " ;
$context [ "ressourcerieongletactif" ] = "" ;
// line 642
echo " " ;
$context [ "vehiculeTransportongletactif" ] = "" ;
// line 643
echo " " ;
$context [ "vehiculeTechniqueongletactif" ] = "" ;
// line 644
echo "
";
// line 645
$context [ "cantinecontenuactif" ] = "" ;
// line 646
echo " " ;
$context [ "dronecontenuactif" ] = "" ;
// line 647
echo " " ;
$context [ "costumecontenuactif" ] = "" ;
// line 648
echo " " ;
$context [ "accessoirecontenuactif" ] = "" ;
// line 649
echo " " ;
$context [ "decorcontenuactif" ] = "" ;
// line 650
echo " " ;
$context [ "dresseurcontenuactif" ] = "" ;
// line 651
echo " " ;
$context [ "effetsSpeciauxcontenuactif" ] = "" ;
// line 652
echo " " ;
$context [ "securitecontenuactif" ] = "" ;
// line 653
echo " " ;
$context [ "vehiculeJeucontenuactif" ] = "" ;
// line 654
echo " " ;
$context [ "ressourceriecontenuactif" ] = "" ;
// line 655
echo " " ;
$context [ "vehiculeTransportcontenuactif" ] = "" ;
// line 656
echo " " ;
$context [ "vehiculeTechniquecontenuactif" ] = "" ;
// line 657
echo "
";
// line 658
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "catering" , [], "any" , false , false , false , 658 )) {
// line 659
echo " " ;
$context [ "cantineongletactif" ] = "active" ;
// line 660
echo " " ;
$context [ "cantinecontenuactif" ] = "show active" ;
// line 661
echo " " ;
} elseif (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "costume" , [], "any" , false , false , false , 661 )) {
// line 662
echo " " ;
$context [ "costumeongletactif" ] = "active" ;
// line 663
echo " " ;
$context [ "costumecontenuactif" ] = "show active" ;
// line 664
echo " " ;
} elseif (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "accessoire" , [], "any" , false , false , false , 664 )) {
// line 665
echo " " ;
$context [ "accessoireongletactif" ] = "active" ;
// line 666
echo " " ;
$context [ "accessoirecontenuactif" ] = "show active" ;
// line 667
echo " " ;
} elseif (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decor" , [], "any" , false , false , false , 667 )) {
// line 668
echo " " ;
$context [ "decorongletactif" ] = "active" ;
// line 669
echo " " ;
$context [ "decorcontenuactif" ] = "show active" ;
// line 670
echo " " ;
} elseif (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "dresseur" , [], "any" , false , false , false , 670 )) {
// line 671
echo " " ;
$context [ "dresseurongletactif" ] = "active" ;
// line 672
echo " " ;
$context [ "dresseurcontenuactif" ] = "show active" ;
// line 673
echo " " ;
} elseif (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetsSpeciaux" , [], "any" , false , false , false , 673 )) {
// line 674
echo " " ;
$context [ "effetsSpeciauxongletactif" ] = "active" ;
// line 675
echo " " ;
$context [ "effetsSpeciauxcontenuactif" ] = "show active" ;
// line 676
echo " " ;
} elseif (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechnique" , [], "any" , false , false , false , 676 )) {
// line 677
echo " " ;
$context [ "vehiculeTechniqueongletactif" ] = "active" ;
// line 678
echo " " ;
$context [ "vehiculeTechniquecontenuactif" ] = "show active" ;
// line 679
echo " " ;
} elseif (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securite" , [], "any" , false , false , false , 679 )) {
// line 680
echo " " ;
$context [ "securiteongletactif" ] = "active" ;
// line 681
echo " " ;
$context [ "securitecontenuactif" ] = "show active" ;
// line 682
echo " " ;
} elseif (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeJeu" , [], "any" , false , false , false , 682 )) {
// line 683
echo " " ;
$context [ "vehiculeJeuongletactif" ] = "active" ;
// line 684
echo " " ;
$context [ "vehiculeJeucontenuactif" ] = "show active" ;
// line 685
echo " " ;
} elseif (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "ressourcerie" , [], "any" , false , false , false , 685 )) {
// line 686
echo " " ;
$context [ "ressourcerieongletactif" ] = "active" ;
// line 687
echo " " ;
$context [ "ressourceriecontenuactif" ] = "show active" ;
// line 688
echo " " ;
} elseif (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTransport" , [], "any" , false , false , false , 688 )) {
// line 689
echo " " ;
$context [ "vehiculeTransportongletactif" ] = "active" ;
// line 690
echo " " ;
$context [ "vehiculeTransportcontenuactif" ] = "show active" ;
// line 691
echo " " ;
} elseif (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "drone" , [], "any" , false , false , false , 691 )) {
// line 692
echo " " ;
$context [ "droneongletactif" ] = "active" ;
// line 693
echo " " ;
$context [ "dronecontenuactif" ] = "show active" ;
// line 694
echo " " ;
}
// line 695
echo "
<div class=\"form-group col-12\">
<div class=\"form-group text-uppercase mb-2\" style=\"color: #01A7AB; font-size: 1.2rem\">
prestation(s) proposée(s)
</div>
<ul class=\"nav nav-tabs\">
";
// line 703
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "catering" , [], "any" , false , false , false , 703 )) {
// line 704
echo " <li class=\"nav-item\">
<a class=\"nav-link ";
// line 705
echo twig_escape_filter ( $this -> env , (isset( $context [ "cantineongletactif" ]) || array_key_exists ( "cantineongletactif" , $context ) ? $context [ "cantineongletactif" ] : (function () { throw new RuntimeError ( 'Variable "cantineongletactif" does not exist.' , 705 , $this -> source ); })()), "html" , null , true );
echo "\" data-toggle=\"tab\" href=\"#cantine\">Cantine et catering</a>
</li>
";
}
// line 708
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "costume" , [], "any" , false , false , false , 708 )) {
// line 709
echo " <li class=\"nav-item\">
<a class=\"nav-link ";
// line 710
echo twig_escape_filter ( $this -> env , (isset( $context [ "costumeongletactif" ]) || array_key_exists ( "costumeongletactif" , $context ) ? $context [ "costumeongletactif" ] : (function () { throw new RuntimeError ( 'Variable "costumeongletactif" does not exist.' , 710 , $this -> source ); })()), "html" , null , true );
echo "\" data-toggle=\"tab\" href=\"#costume\">Costume : atelier et stockage</a>
</li>
";
}
// line 713
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "accessoire" , [], "any" , false , false , false , 713 )) {
// line 714
echo " <li class=\"nav-item\">
<a class=\"nav-link ";
// line 715
echo twig_escape_filter ( $this -> env , (isset( $context [ "accessoireongletactif" ]) || array_key_exists ( "accessoireongletactif" , $context ) ? $context [ "accessoireongletactif" ] : (function () { throw new RuntimeError ( 'Variable "accessoireongletactif" does not exist.' , 715 , $this -> source ); })()), "html" , null , true );
echo "\" data-toggle=\"tab\" href=\"#accessoire\">Décoration : accessoire de collection</a>
</li>
";
}
// line 718
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decor" , [], "any" , false , false , false , 718 )) {
// line 719
echo " <li class=\"nav-item\">
<a class=\"nav-link ";
// line 720
echo twig_escape_filter ( $this -> env , (isset( $context [ "decorongletactif" ]) || array_key_exists ( "decorongletactif" , $context ) ? $context [ "decorongletactif" ] : (function () { throw new RuntimeError ( 'Variable "decorongletactif" does not exist.' , 720 , $this -> source ); })()), "html" , null , true );
echo "\" data-toggle=\"tab\" href=\"#decor\">Décoration : atelier et stockage</a>
</li>
";
}
// line 723
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "dresseur" , [], "any" , false , false , false , 723 )) {
// line 724
echo " <li class=\"nav-item\">
<a class=\"nav-link ";
// line 725
echo twig_escape_filter ( $this -> env , (isset( $context [ "dresseurongletactif" ]) || array_key_exists ( "dresseurongletactif" , $context ) ? $context [ "dresseurongletactif" ] : (function () { throw new RuntimeError ( 'Variable "dresseurongletactif" does not exist.' , 725 , $this -> source ); })()), "html" , null , true );
echo "\" data-toggle=\"tab\" href=\"#dresseur\">Dressage animalier</a>
</li>
";
}
// line 728
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetsSpeciaux" , [], "any" , false , false , false , 728 )) {
// line 729
echo " <li class=\"nav-item\">
<a class=\"nav-link ";
// line 730
echo twig_escape_filter ( $this -> env , (isset( $context [ "effetsSpeciauxongletactif" ]) || array_key_exists ( "effetsSpeciauxongletactif" , $context ) ? $context [ "effetsSpeciauxongletactif" ] : (function () { throw new RuntimeError ( 'Variable "effetsSpeciauxongletactif" does not exist.' , 730 , $this -> source ); })()), "html" , null , true );
echo "\" data-toggle=\"tab\" href=\"#effetsSpeciaux\">Effets spéciaux mécaniques</a>
</li>
";
}
// line 733
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securite" , [], "any" , false , false , false , 733 )) {
// line 734
echo " <li class=\"nav-item\">
<a class=\"nav-link ";
// line 735
echo twig_escape_filter ( $this -> env , (isset( $context [ "securiteongletactif" ]) || array_key_exists ( "securiteongletactif" , $context ) ? $context [ "securiteongletactif" ] : (function () { throw new RuntimeError ( 'Variable "securiteongletactif" does not exist.' , 735 , $this -> source ); })()), "html" , null , true );
echo "\" data-toggle=\"tab\" href=\"#securite\">Gardiennage, ventousage et convoyage</a>
</li>
";
}
// line 738
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechnique" , [], "any" , false , false , false , 738 )) {
// line 739
echo " <li class=\"nav-item\">
<a class=\"nav-link ";
// line 740
echo twig_escape_filter ( $this -> env , (isset( $context [ "vehiculeTechniqueongletactif" ]) || array_key_exists ( "vehiculeTechniqueongletactif" , $context ) ? $context [ "vehiculeTechniqueongletactif" ] : (function () { throw new RuntimeError ( 'Variable "vehiculeTechniqueongletactif" does not exist.' , 740 , $this -> source ); })()), "html" , null , true );
echo "\" data-toggle=\"tab\" href=\"#vehiculeTechnique\">Régie : matériel et véhicule</a>
</li>
";
}
// line 743
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeJeu" , [], "any" , false , false , false , 743 )) {
// line 744
echo " <li class=\"nav-item\">
<a class=\"nav-link ";
// line 745
echo twig_escape_filter ( $this -> env , (isset( $context [ "vehiculeJeuongletactif" ]) || array_key_exists ( "vehiculeJeuongletactif" , $context ) ? $context [ "vehiculeJeuongletactif" ] : (function () { throw new RuntimeError ( 'Variable "vehiculeJeuongletactif" does not exist.' , 745 , $this -> source ); })()), "html" , null , true );
echo "\" data-toggle=\"tab\" href=\"#vehiculeJeu\">Véhicule de jeu</a>
</li>
";
}
// line 748
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "ressourcerie" , [], "any" , false , false , false , 748 )) {
// line 749
echo " <li class=\"nav-item\">
<a class=\"nav-link ";
// line 750
echo twig_escape_filter ( $this -> env , (isset( $context [ "ressourcerieongletactif" ]) || array_key_exists ( "ressourcerieongletactif" , $context ) ? $context [ "ressourcerieongletactif" ] : (function () { throw new RuntimeError ( 'Variable "ressourcerieongletactif" does not exist.' , 750 , $this -> source ); })()), "html" , null , true );
echo "\" data-toggle=\"tab\" href=\"#ressourcerie\">Ressourcerie/Recyclerie</a>
</li>
";
}
// line 753
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTransport" , [], "any" , false , false , false , 753 )) {
// line 754
echo " <li class=\"nav-item\">
<a class=\"nav-link ";
// line 755
echo twig_escape_filter ( $this -> env , (isset( $context [ "vehiculeTransportongletactif" ]) || array_key_exists ( "vehiculeTransportongletactif" , $context ) ? $context [ "vehiculeTransportongletactif" ] : (function () { throw new RuntimeError ( 'Variable "vehiculeTransportongletactif" does not exist.' , 755 , $this -> source ); })()), "html" , null , true );
echo "\" data-toggle=\"tab\" href=\"#vehiculeTransport\">Véhicule de transport de personnes</a>
</li>
";
}
// line 758
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "drone" , [], "any" , false , false , false , 758 )) {
// line 759
echo " <li class=\"nav-item\">
<a class=\"nav-link ";
// line 760
echo twig_escape_filter ( $this -> env , (isset( $context [ "droneongletactif" ]) || array_key_exists ( "droneongletactif" , $context ) ? $context [ "droneongletactif" ] : (function () { throw new RuntimeError ( 'Variable "droneongletactif" does not exist.' , 760 , $this -> source ); })()), "html" , null , true );
echo "\" data-toggle=\"tab\" href=\"#drone\">Vues aériennes / Drone</a>
</li>
";
}
// line 763
echo " </ul>
<div id=\"myTabContent\" class=\"tab-content\">
";
// line 768
echo " <div class=\"tab-pane fade " ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "cantinecontenuactif" ]) || array_key_exists ( "cantinecontenuactif" , $context ) ? $context [ "cantinecontenuactif" ] : (function () { throw new RuntimeError ( 'Variable "cantinecontenuactif" does not exist.' , 768 , $this -> source ); })()), "html" , null , true );
echo " p-2\" id=\"cantine\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
";
// line 773
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "cateringDescriptif" , [], "any" , false , false , false , 773 ), "html" , null , true );
echo "
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
spécialité(s) culinaire(s) ou approche spécifique
</div>
<div class=\"form-group\">
";
// line 780
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "cateringSpecialiteCulinaire" , [], "any" , false , false , false , 780 ), "html" , null , true );
echo "
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Capacité de couverts par service
</div>
<div class=\"form-group\">
";
// line 787
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "cateringCapaciteCouverts" , [], "any" , false , false , false , 787 ), "html" , null , true );
echo "
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Infrastructure et capacité d’accueil
</div>
<div class=\"form-group\">
";
// line 794
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "cateringInfrastructure" , [], "any" , false , false , false , 794 ), "html" , null , true );
echo "
</div>
";
// line 797
if (( twig_length_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "cateringExperiences" , [], "any" , false , false , false , 797 )) > 0 )) {
// line 798
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
";
// line 814
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "cateringExperiences" , [], "any" , false , false , false , 814 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "experience" ]) {
// line 815
echo " <tr>
<td>";
// line 816
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "annee" , [], "any" , false , false , false , 816 ), "html" , null , true );
echo "</td>
<td>";
// line 817
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "titre" , [], "any" , false , false , false , 817 ), "html" , null , true );
echo "</td>
<td>";
// line 818
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "realisation" , [], "any" , false , false , false , 818 ), "html" , null , true );
echo "</td>
<td>";
// line 819
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "format" , [], "any" , false , false , false , 819 ), "html" , null , true );
echo "</td>
<td>";
// line 820
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "categorie" , [], "any" , false , false , false , 820 ), "html" , null , true );
echo "</td>
<td>";
// line 821
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "production" , [], "any" , false , false , false , 821 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'experience' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 824
echo " </tbody>
</table>
</div>
";
}
// line 828
echo "
";
// line 829
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "cateringExperienceAutre" , [], "any" , false , false , false , 829 )) {
// line 830
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
";
// line 834
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "cateringExperienceAutre" , [], "any" , false , false , false , 834 ), "html" , null , true );
echo "
</div>
";
}
// line 837
echo "
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
";
// line 841
if (((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 841 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 841 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 841 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 841 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 841 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 841 ))) {
// line 842
echo " <div class=\"form-group\">
Rayon d'intervention :
<ul>
";
// line 845
if ((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 845 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 845 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 845 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 845 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 845 ))) {
// line 846
echo " " ;
$context [ "rayon_normandie" ] = " " ;
// line 847
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 847 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 847 , $this -> source ); })()) . "Calvados, " );
}
// line 848
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 848 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 848 , $this -> source ); })()) . "Eure, " );
echo " " ;
}
// line 849
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 849 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 849 , $this -> source ); })()) . "Manche, " );
echo " " ;
}
// line 850
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 850 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 850 , $this -> source ); })()) . "Orne, " );
echo " " ;
}
// line 851
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 851 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 851 , $this -> source ); })()) . "Seine-Maritime, " );
echo " " ;
}
// line 852
echo " <li>
En Normandie : ";
// line 853
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 853 , $this -> source ); })()), 0 , - 2 ), "html" , null , true );
echo "
</li>
";
}
// line 856
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 856 )) {
// line 857
echo " <li>Hors Normandie : " ;
echo twig_escape_filter ( $this -> env , twig_capitalize_string_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 857 )), "html" , null , true );
echo "</li>
";
}
// line 859
echo " </ul>
</div>
";
}
// line 862
echo "
";
// line 863
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 863 ) != "" )) {
// line 864
echo " <div class=\"form-group\">
Langue(s) pratiquée(s) : ";
// line 865
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 865 ), "html" , null , true );
echo "
</div>
";
}
// line 868
echo "
</div>
";
// line 872
echo " <div class=\"tab-pane fade " ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "costumecontenuactif" ]) || array_key_exists ( "costumecontenuactif" , $context ) ? $context [ "costumecontenuactif" ] : (function () { throw new RuntimeError ( 'Variable "costumecontenuactif" does not exist.' , 872 , $this -> source ); })()), "html" , null , true );
echo " p-2\" id=\"costume\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
";
// line 877
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "costumeDescriptif" , [], "any" , false , false , false , 877 ), "html" , null , true );
echo "
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
costumes et accessoires d’habillage en possession
</div>
<div class=\"form-group\">
";
// line 884
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "costumeQuantite" , [], "any" , false , false , false , 884 ), "html" , null , true );
echo "
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
<ul>
";
// line 892
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "costumeLocationCostume" , [], "any" , false , false , false , 892 )) {
echo "<li>Location de costumes/accessoires d’habillage</li>" ;
}
// line 893
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "costumeCreation" , [], "any" , false , false , false , 893 )) {
echo "<li>Création de costumes/accessoires d’habillage</li>" ;
}
// line 894
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "costumeRetouche" , [], "any" , false , false , false , 894 )) {
echo "<li>Retouches de costumes/accessoires d’habillage</li>" ;
}
// line 895
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "costumeLieuFabrication" , [], "any" , false , false , false , 895 )) {
echo "<li>Mise à disposition d’un lieu de fabrication</li>" ;
}
// line 896
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "costumeLieuHabillage" , [], "any" , false , false , false , 896 )) {
echo "<li>Mise à disposition d’un lieu d’habillage</li>" ;
}
// line 897
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "costumeLocationMaterielConception" , [], "any" , false , false , false , 897 )) {
echo "<li>Location matériel de conception/retouche</li>" ;
}
// line 898
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "costumeLocationMaterielEntretien" , [], "any" , false , false , false , 898 )) {
echo "<li>Location matériel d’entretien</li>" ;
}
// line 899
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "costumeLivraison" , [], "any" , false , false , false , 899 )) {
echo "<li>Livraison sur site</li>" ;
}
// line 900
echo " </ul>
</div>
";
// line 903
if (( twig_length_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "costumeExperiences" , [], "any" , false , false , false , 903 )) > 0 )) {
// line 904
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
";
// line 920
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "costumeExperiences" , [], "any" , false , false , false , 920 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "experience" ]) {
// line 921
echo " <tr>
<td>";
// line 922
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "annee" , [], "any" , false , false , false , 922 ), "html" , null , true );
echo "</td>
<td>";
// line 923
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "titre" , [], "any" , false , false , false , 923 ), "html" , null , true );
echo "</td>
<td>";
// line 924
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "realisation" , [], "any" , false , false , false , 924 ), "html" , null , true );
echo "</td>
<td>";
// line 925
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "format" , [], "any" , false , false , false , 925 ), "html" , null , true );
echo "</td>
<td>";
// line 926
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "categorie" , [], "any" , false , false , false , 926 ), "html" , null , true );
echo "</td>
<td>";
// line 927
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "production" , [], "any" , false , false , false , 927 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'experience' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 930
echo " </tbody>
</table>
</div>
";
}
// line 934
echo "
";
// line 935
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "costumeExperienceAutre" , [], "any" , false , false , false , 935 )) {
// line 936
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
";
// line 940
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "costumeExperienceAutre" , [], "any" , false , false , false , 940 ), "html" , null , true );
echo "
</div>
";
}
// line 943
echo "
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
";
// line 947
if (((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 947 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 947 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 947 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 947 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 947 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 947 ))) {
// line 948
echo " <div class=\"form-group\">
Rayon d'intervention :
<ul>
";
// line 951
if ((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 951 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 951 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 951 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 951 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 951 ))) {
// line 952
echo " " ;
$context [ "rayon_normandie" ] = " " ;
// line 953
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 953 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 953 , $this -> source ); })()) . "Calvados, " );
}
// line 954
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 954 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 954 , $this -> source ); })()) . "Eure, " );
echo " " ;
}
// line 955
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 955 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 955 , $this -> source ); })()) . "Manche, " );
echo " " ;
}
// line 956
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 956 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 956 , $this -> source ); })()) . "Orne, " );
echo " " ;
}
// line 957
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 957 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 957 , $this -> source ); })()) . "Seine-Maritime, " );
echo " " ;
}
// line 958
echo " <li>
En Normandie : ";
// line 959
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 959 , $this -> source ); })()), 0 , - 2 ), "html" , null , true );
echo "
</li>
";
}
// line 962
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 962 )) {
// line 963
echo " <li>Hors Normandie : " ;
echo twig_escape_filter ( $this -> env , twig_capitalize_string_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 963 )), "html" , null , true );
echo "</li>
";
}
// line 965
echo " </ul>
</div>
";
}
// line 968
echo "
";
// line 969
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 969 ) != "" )) {
// line 970
echo " <div class=\"form-group\">
Langue(s) pratiquée(s) : ";
// line 971
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 971 ), "html" , null , true );
echo "
</div>
";
}
// line 974
echo " </div>
";
// line 977
echo " <div class=\"tab-pane fade " ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "accessoirecontenuactif" ]) || array_key_exists ( "accessoirecontenuactif" , $context ) ? $context [ "accessoirecontenuactif" ] : (function () { throw new RuntimeError ( 'Variable "accessoirecontenuactif" does not exist.' , 977 , $this -> source ); })()), "html" , null , true );
echo " p-2\" id=\"accessoire\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
";
// line 982
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "accessoireDescriptif" , [], "any" , false , false , false , 982 ), "html" , null , true );
echo "
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
éléments de décors et/ou d’accessoires en possession
</div>
<div class=\"form-group\">
";
// line 989
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "accessoireQuantite" , [], "any" , false , false , false , 989 ), "html" , null , true );
echo "
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
<ul>
";
// line 997
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "accessoireLocation" , [], "any" , false , false , false , 997 )) {
echo "<li>Location d’accessoires de collection</li>" ;
}
// line 998
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "accessoireLivraison" , [], "any" , false , false , false , 998 )) {
echo "<li>Livraison sur site</li>" ;
}
// line 999
echo " </ul>
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Descriptif détaillé des accessoires
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Type</th>
<th scope=\"col\">Nombre</th>
<th scope=\"col\">Année</th>
<th scope=\"col\">Caracteristiques</th>
</tr>
</thead>
<tbody>
";
// line 1016
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "accessoireListes" , [], "any" , false , false , false , 1016 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "accessoire" ]) {
// line 1017
echo " <tr>
<td>";
// line 1018
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "accessoire" ], "type" , [], "any" , false , false , false , 1018 ), "html" , null , true );
echo "</td>
<td>";
// line 1019
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "accessoire" ], "nombre" , [], "any" , false , false , false , 1019 ), "html" , null , true );
echo "</td>
<td>";
// line 1020
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "accessoire" ], "annee" , [], "any" , false , false , false , 1020 ), "html" , null , true );
echo "</td>
<td>";
// line 1021
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "accessoire" ], "caracteristiques" , [], "any" , false , false , false , 1021 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'accessoire' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 1024
echo " </tbody>
</table>
</div>
";
// line 1028
if (( twig_length_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "accessoireExperiences" , [], "any" , false , false , false , 1028 )) > 0 )) {
// line 1029
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
";
// line 1044
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "accessoireExperiences" , [], "any" , false , false , false , 1044 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "experience" ]) {
// line 1045
echo " <tr>
<td>";
// line 1046
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "annee" , [], "any" , false , false , false , 1046 ), "html" , null , true );
echo "</td>
<td>";
// line 1047
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "titre" , [], "any" , false , false , false , 1047 ), "html" , null , true );
echo "</td>
<td>";
// line 1048
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "realisation" , [], "any" , false , false , false , 1048 ), "html" , null , true );
echo "</td>
<td>";
// line 1049
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "format" , [], "any" , false , false , false , 1049 ), "html" , null , true );
echo "</td>
<td>";
// line 1050
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "categorie" , [], "any" , false , false , false , 1050 ), "html" , null , true );
echo "</td>
<td>";
// line 1051
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "production" , [], "any" , false , false , false , 1051 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'experience' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 1054
echo " </tbody>
</table>
</div>
";
}
// line 1058
echo "
";
// line 1059
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "accessoireExperienceAutre" , [], "any" , false , false , false , 1059 )) {
// line 1060
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
";
// line 1064
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "accessoireExperienceAutre" , [], "any" , false , false , false , 1064 ), "html" , null , true );
echo "
</div>
";
}
// line 1067
echo "
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
";
// line 1071
if (((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1071 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1071 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1071 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1071 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1071 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1071 ))) {
// line 1072
echo " <div class=\"form-group\">
Rayon d'intervention :
<ul>
";
// line 1075
if ((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1075 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1075 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1075 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1075 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1075 ))) {
// line 1076
echo " " ;
$context [ "rayon_normandie" ] = " " ;
// line 1077
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1077 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1077 , $this -> source ); })()) . "Calvados, " );
}
// line 1078
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1078 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1078 , $this -> source ); })()) . "Eure, " );
echo " " ;
}
// line 1079
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1079 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1079 , $this -> source ); })()) . "Manche, " );
echo " " ;
}
// line 1080
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1080 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1080 , $this -> source ); })()) . "Orne, " );
echo " " ;
}
// line 1081
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1081 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1081 , $this -> source ); })()) . "Seine-Maritime, " );
echo " " ;
}
// line 1082
echo " <li>
En Normandie : ";
// line 1083
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1083 , $this -> source ); })()), 0 , - 2 ), "html" , null , true );
echo "
</li>
";
}
// line 1086
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1086 )) {
// line 1087
echo " <li>Hors Normandie : " ;
echo twig_escape_filter ( $this -> env , twig_capitalize_string_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1087 )), "html" , null , true );
echo "</li>
";
}
// line 1089
echo " </ul>
</div>
";
}
// line 1092
echo "
";
// line 1093
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 1093 ) != "" )) {
// line 1094
echo " <div class=\"form-group\">
Langue(s) pratiquée(s) : ";
// line 1095
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 1095 ), "html" , null , true );
echo "
</div>
";
}
// line 1098
echo " </div>
";
// line 1101
echo " <div class=\"tab-pane fade " ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "decorcontenuactif" ]) || array_key_exists ( "decorcontenuactif" , $context ) ? $context [ "decorcontenuactif" ] : (function () { throw new RuntimeError ( 'Variable "decorcontenuactif" does not exist.' , 1101 , $this -> source ); })()), "html" , null , true );
echo " p-2\" id=\"decor\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
";
// line 1106
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorDescriptif" , [], "any" , false , false , false , 1106 ), "html" , null , true );
echo "
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
éléments de décors et/ou d’accessoires en possession
</div>
<div class=\"form-group\">
";
// line 1113
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorQuantite" , [], "any" , false , false , false , 1113 ), "html" , null , true );
echo "
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
<ul>
";
// line 1121
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorCreationDecors" , [], "any" , false , false , false , 1121 )) {
// line 1122
echo " <li>Création d’éléments de décors ou d'accessoires</li>
<ul>
";
// line 1124
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorConceptionDecors" , [], "any" , false , false , false , 1124 )) {
echo "<li>Conception</li>" ;
}
// line 1125
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorModelisationDecors" , [], "any" , false , false , false , 1125 )) {
echo "<li>Modélisation</li>" ;
}
// line 1126
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorAtelierFabricationDecors" , [], "any" , false , false , false , 1126 )) {
// line 1127
echo " <li>Atelier de fabrication</li>
<ul>
";
// line 1129
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorCreationMoule" , [], "any" , false , false , false , 1129 )) {
echo "<li>Création de moules et prototypes</li>" ;
}
// line 1130
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorDecoupe" , [], "any" , false , false , false , 1130 )) {
echo "<li>Découpe et/ou usinage de polystyrène, mousse PU, bois, pvc,...</li>" ;
}
// line 1131
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorProjectionResine" , [], "any" , false , false , false , 1131 )) {
echo "<li>Projection de résine et/ou stratification</li>" ;
}
// line 1132
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorCreationStructure" , [], "any" , false , false , false , 1132 )) {
echo "<li>Création de structures bois ou métalliques</li>" ;
}
// line 1133
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorMisePeinture" , [], "any" , false , false , false , 1133 )) {
echo "<li>Mise en peinture et/ou vernis</li>" ;
}
// line 1134
echo " </ul>
";
}
// line 1136
echo " </ul>
";
}
// line 1138
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorCreationAccessoire" , [], "any" , false , false , false , 1138 )) {
// line 1139
echo " <li>Création d’accessoires de décors</li>
<ul>
";
// line 1141
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorAccessoireConception" , [], "any" , false , false , false , 1141 )) {
echo "<li>Conception</li>" ;
}
// line 1142
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorAccessoireModelisation" , [], "any" , false , false , false , 1142 )) {
echo "<li>Modélisation</li>" ;
}
// line 1143
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorAccessoireAtelier" , [], "any" , false , false , false , 1143 )) {
echo "<li>Atelier de fabrication : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorAccessoireAtelierPrecision" , [], "any" , false , false , false , 1143 ), "html" , null , true );
echo "</li>" ;
}
// line 1144
echo " </ul>
";
}
// line 1146
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorLocationDecors" , [], "any" , false , false , false , 1146 )) {
echo "<li>Location d’éléments de décors ou d'accessoires</li>" ;
}
// line 1147
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorLivraison" , [], "any" , false , false , false , 1147 )) {
echo "<li>Livraison sur site</li>" ;
}
// line 1148
echo " </ul>
</div>
";
// line 1151
if (( twig_length_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorExperiences" , [], "any" , false , false , false , 1151 )) > 0 )) {
// line 1152
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
";
// line 1168
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorExperiences" , [], "any" , false , false , false , 1168 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "experience" ]) {
// line 1169
echo " <tr>
<td>";
// line 1170
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "annee" , [], "any" , false , false , false , 1170 ), "html" , null , true );
echo "</td>
<td>";
// line 1171
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "titre" , [], "any" , false , false , false , 1171 ), "html" , null , true );
echo "</td>
<td>";
// line 1172
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "realisation" , [], "any" , false , false , false , 1172 ), "html" , null , true );
echo "</td>
<td>";
// line 1173
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "format" , [], "any" , false , false , false , 1173 ), "html" , null , true );
echo "</td>
<td>";
// line 1174
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "categorie" , [], "any" , false , false , false , 1174 ), "html" , null , true );
echo "</td>
<td>";
// line 1175
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "production" , [], "any" , false , false , false , 1175 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'experience' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 1178
echo " </tbody>
</table>
</div>
";
}
// line 1182
echo "
";
// line 1183
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorExperienceAutre" , [], "any" , false , false , false , 1183 )) {
// line 1184
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
";
// line 1188
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "decorExperienceAutre" , [], "any" , false , false , false , 1188 ), "html" , null , true );
echo "
</div>
";
}
// line 1191
echo "
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
";
// line 1195
if (((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1195 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1195 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1195 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1195 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1195 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1195 ))) {
// line 1196
echo " <div class=\"form-group\">
Rayon d'intervention :
<ul>
";
// line 1199
if ((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1199 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1199 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1199 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1199 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1199 ))) {
// line 1200
echo " " ;
$context [ "rayon_normandie" ] = " " ;
// line 1201
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1201 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1201 , $this -> source ); })()) . "Calvados, " );
}
// line 1202
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1202 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1202 , $this -> source ); })()) . "Eure, " );
echo " " ;
}
// line 1203
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1203 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1203 , $this -> source ); })()) . "Manche, " );
echo " " ;
}
// line 1204
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1204 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1204 , $this -> source ); })()) . "Orne, " );
echo " " ;
}
// line 1205
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1205 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1205 , $this -> source ); })()) . "Seine-Maritime, " );
echo " " ;
}
// line 1206
echo " <li>
En Normandie : ";
// line 1207
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1207 , $this -> source ); })()), 0 , - 2 ), "html" , null , true );
echo "
</li>
";
}
// line 1210
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1210 )) {
// line 1211
echo " <li>Hors Normandie : " ;
echo twig_escape_filter ( $this -> env , twig_capitalize_string_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1211 )), "html" , null , true );
echo "</li>
";
}
// line 1213
echo " </ul>
</div>
";
}
// line 1216
echo "
";
// line 1217
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 1217 ) != "" )) {
// line 1218
echo " <div class=\"form-group\">
Langue(s) pratiquée(s) : ";
// line 1219
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 1219 ), "html" , null , true );
echo "
</div>
";
}
// line 1222
echo " </div>
";
// line 1225
echo " <div class=\"tab-pane fade " ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "dresseurcontenuactif" ]) || array_key_exists ( "dresseurcontenuactif" , $context ) ? $context [ "dresseurcontenuactif" ] : (function () { throw new RuntimeError ( 'Variable "dresseurcontenuactif" does not exist.' , 1225 , $this -> source ); })()), "html" , null , true );
echo " p-2\" id=\"dresseur\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
";
// line 1230
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "dresseurDescriptif" , [], "any" , false , false , false , 1230 ), "html" , null , true );
echo "
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
<ul>
";
// line 1238
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "dresseurAnimal" , [], "any" , false , false , false , 1238 )) {
echo "<li>Dresseur animal</li>" ;
}
// line 1239
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "dresseurConseiller" , [], "any" , false , false , false , 1239 )) {
echo "<li>Conseiller mise en scène</li>" ;
}
// line 1240
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "dresseurCascade" , [], "any" , false , false , false , 1240 )) {
echo "<li>Animaux pratiquant la cascade</li>" ;
}
// line 1241
echo " </ul>
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Liste d'animaux
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Type d'animal</th>
<th scope=\"col\">Nombre</th>
<th scope=\"col\">Commentaire</th>
</tr>
</thead>
<tbody>
";
// line 1257
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "dresseurListes" , [], "any" , false , false , false , 1257 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "animal" ]) {
// line 1258
echo " <tr>
<td>";
// line 1259
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "animal" ], "type" , [], "any" , false , false , false , 1259 ), "html" , null , true );
echo "</td>
<td>";
// line 1260
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "animal" ], "nombre" , [], "any" , false , false , false , 1260 ), "html" , null , true );
echo "</td>
<td>";
// line 1261
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "animal" ], "commentaire" , [], "any" , false , false , false , 1261 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'animal' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 1264
echo " </tbody>
</table>
</div>
";
// line 1268
if (( twig_length_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "dresseurExperiences" , [], "any" , false , false , false , 1268 )) > 0 )) {
// line 1269
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
";
// line 1285
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "dresseurExperiences" , [], "any" , false , false , false , 1285 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "experience" ]) {
// line 1286
echo " <tr>
<td>";
// line 1287
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "annee" , [], "any" , false , false , false , 1287 ), "html" , null , true );
echo "</td>
<td>";
// line 1288
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "titre" , [], "any" , false , false , false , 1288 ), "html" , null , true );
echo "</td>
<td>";
// line 1289
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "realisation" , [], "any" , false , false , false , 1289 ), "html" , null , true );
echo "</td>
<td>";
// line 1290
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "format" , [], "any" , false , false , false , 1290 ), "html" , null , true );
echo "</td>
<td>";
// line 1291
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "categorie" , [], "any" , false , false , false , 1291 ), "html" , null , true );
echo "</td>
<td>";
// line 1292
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "production" , [], "any" , false , false , false , 1292 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'experience' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 1295
echo " </tbody>
</table>
</div>
";
}
// line 1299
echo "
";
// line 1300
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "dresseurExperienceAutre" , [], "any" , false , false , false , 1300 )) {
// line 1301
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
";
// line 1305
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "dresseurExperienceAutre" , [], "any" , false , false , false , 1305 ), "html" , null , true );
echo "
</div>
";
}
// line 1308
echo "
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
";
// line 1312
if (((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1312 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1312 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1312 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1312 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1312 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1312 ))) {
// line 1313
echo " <div class=\"form-group\">
Rayon d'intervention :
<ul>
";
// line 1316
if ((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1316 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1316 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1316 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1316 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1316 ))) {
// line 1317
echo " " ;
$context [ "rayon_normandie" ] = " " ;
// line 1318
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1318 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1318 , $this -> source ); })()) . "Calvados, " );
}
// line 1319
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1319 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1319 , $this -> source ); })()) . "Eure, " );
echo " " ;
}
// line 1320
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1320 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1320 , $this -> source ); })()) . "Manche, " );
echo " " ;
}
// line 1321
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1321 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1321 , $this -> source ); })()) . "Orne, " );
echo " " ;
}
// line 1322
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1322 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1322 , $this -> source ); })()) . "Seine-Maritime, " );
echo " " ;
}
// line 1323
echo " <li>
En Normandie : ";
// line 1324
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1324 , $this -> source ); })()), 0 , - 2 ), "html" , null , true );
echo "
</li>
";
}
// line 1327
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1327 )) {
// line 1328
echo " <li>Hors Normandie : " ;
echo twig_escape_filter ( $this -> env , twig_capitalize_string_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1328 )), "html" , null , true );
echo "</li>
";
}
// line 1330
echo " </ul>
</div>
";
}
// line 1333
echo "
";
// line 1334
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 1334 ) != "" )) {
// line 1335
echo " <div class=\"form-group\">
Langue(s) pratiquée(s) : ";
// line 1336
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 1336 ), "html" , null , true );
echo "
</div>
";
}
// line 1339
echo " </div>
";
// line 1342
echo " <div class=\"tab-pane fade " ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "effetsSpeciauxcontenuactif" ]) || array_key_exists ( "effetsSpeciauxcontenuactif" , $context ) ? $context [ "effetsSpeciauxcontenuactif" ] : (function () { throw new RuntimeError ( 'Variable "effetsSpeciauxcontenuactif" does not exist.' , 1342 , $this -> source ); })()), "html" , null , true );
echo " p-2\" id=\"effetsSpeciaux\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
";
// line 1347
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialDescriptif" , [], "any" , false , false , false , 1347 ), "html" , null , true );
echo "
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
<ul>
";
// line 1355
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialEffetAtmospherique" , [], "any" , false , false , false , 1355 )) {
echo "<li>Effets atmosphériques (pluie, vent, brouillard, neige,…)</li>" ;
}
// line 1356
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialEffetAquatique" , [], "any" , false , false , false , 1356 )) {
echo "<li>Effets aquatiques (création de bassins, de cascades,…)</li>" ;
}
// line 1357
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialExplosionDecorNaturel" , [], "any" , false , false , false , 1357 )) {
echo "<li>Explosion en décor naturel</li>" ;
}
// line 1358
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialExplosionStudio" , [], "any" , false , false , false , 1358 )) {
echo "<li>Explosion en studio</li>" ;
}
// line 1359
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialTirImpact" , [], "any" , false , false , false , 1359 )) {
echo "<li>Tir & impact</li>" ;
}
// line 1360
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialTorcheHumaine" , [], "any" , false , false , false , 1360 )) {
echo "<li>Torche humaine</li>" ;
}
// line 1361
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialFeu" , [], "any" , false , false , false , 1361 )) {
echo "<li>Feu, incendie, embrasement de site</li>" ;
}
// line 1362
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialFeuxArtificePerso" , [], "any" , false , false , false , 1362 )) {
echo "<li>Feux d’artifices personnalisés</li>" ;
}
// line 1363
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialRegleurSceneAccident" , [], "any" , false , false , false , 1363 )) {
echo "<li>Régleur de scène d’accident</li>" ;
}
// line 1364
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialCascadeAuto" , [], "any" , false , false , false , 1364 )) {
echo "<li>Cascade auto</li>" ;
}
// line 1365
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialCascadeCamion" , [], "any" , false , false , false , 1365 )) {
echo "<li>Cascade camion</li>" ;
}
// line 1366
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialCascadeMoto" , [], "any" , false , false , false , 1366 )) {
echo "<li>Cascade moto</li>" ;
}
// line 1367
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialCascadePhysique" , [], "any" , false , false , false , 1367 )) {
echo "<li>Cascade physique</li>" ;
}
// line 1368
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialRegleurCombat" , [], "any" , false , false , false , 1368 )) {
echo "<li>Régleur de combat</li>" ;
}
// line 1369
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialEffetMaquillage" , [], "any" , false , false , false , 1369 )) {
echo "<li>Effets de maquillage (bloody effects,…)</li>" ;
}
// line 1370
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialCreationProthese" , [], "any" , false , false , false , 1370 )) {
echo "<li>Création de prothèses & masques (de créatures, de déformations corporelles,…)</li>" ;
}
// line 1371
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialMiniature" , [], "any" , false , false , false , 1371 )) {
echo "<li>Miniatures et modelage (création de maquettes de décor, de figurines et miniatures,…)</li>" ;
}
// line 1372
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialAccessoiresTrucage" , [], "any" , false , false , false , 1372 )) {
echo "<li>Accessoires SF (création d’armes, … )</li>" ;
}
// line 1373
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialAutre" , [], "any" , false , false , false , 1373 )) {
echo "<li>Autre(s) : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialAutrePrecision" , [], "any" , false , false , false , 1373 ), "html" , null , true );
echo "</li>" ;
}
// line 1374
echo " </ul>
</div>
";
// line 1377
if (( twig_length_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialExperiences" , [], "any" , false , false , false , 1377 )) > 0 )) {
// line 1378
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
";
// line 1394
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialExperiences" , [], "any" , false , false , false , 1394 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "experience" ]) {
// line 1395
echo " <tr>
<td>";
// line 1396
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "annee" , [], "any" , false , false , false , 1396 ), "html" , null , true );
echo "</td>
<td>";
// line 1397
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "titre" , [], "any" , false , false , false , 1397 ), "html" , null , true );
echo "</td>
<td>";
// line 1398
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "realisation" , [], "any" , false , false , false , 1398 ), "html" , null , true );
echo "</td>
<td>";
// line 1399
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "format" , [], "any" , false , false , false , 1399 ), "html" , null , true );
echo "</td>
<td>";
// line 1400
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "categorie" , [], "any" , false , false , false , 1400 ), "html" , null , true );
echo "</td>
<td>";
// line 1401
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "production" , [], "any" , false , false , false , 1401 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'experience' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 1404
echo " </tbody>
</table>
</div>
";
}
// line 1408
echo "
";
// line 1409
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialExperienceAutre" , [], "any" , false , false , false , 1409 )) {
// line 1410
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
";
// line 1414
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "effetSpecialExperienceAutre" , [], "any" , false , false , false , 1414 ), "html" , null , true );
echo "
</div>
";
}
// line 1417
echo "
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
";
// line 1421
if (((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1421 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1421 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1421 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1421 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1421 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1421 ))) {
// line 1422
echo " <div class=\"form-group\">
Rayon d'intervention :
<ul>
";
// line 1425
if ((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1425 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1425 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1425 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1425 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1425 ))) {
// line 1426
echo " " ;
$context [ "rayon_normandie" ] = " " ;
// line 1427
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1427 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1427 , $this -> source ); })()) . "Calvados, " );
}
// line 1428
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1428 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1428 , $this -> source ); })()) . "Eure, " );
echo " " ;
}
// line 1429
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1429 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1429 , $this -> source ); })()) . "Manche, " );
echo " " ;
}
// line 1430
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1430 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1430 , $this -> source ); })()) . "Orne, " );
echo " " ;
}
// line 1431
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1431 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1431 , $this -> source ); })()) . "Seine-Maritime, " );
echo " " ;
}
// line 1432
echo " <li>
En Normandie : ";
// line 1433
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1433 , $this -> source ); })()), 0 , - 2 ), "html" , null , true );
echo "
</li>
";
}
// line 1436
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1436 )) {
// line 1437
echo " <li>Hors Normandie : " ;
echo twig_escape_filter ( $this -> env , twig_capitalize_string_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1437 )), "html" , null , true );
echo "</li>
";
}
// line 1439
echo " </ul>
</div>
";
}
// line 1442
echo "
";
// line 1443
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 1443 ) != "" )) {
// line 1444
echo " <div class=\"form-group\">
Langue(s) pratiquée(s) : ";
// line 1445
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 1445 ), "html" , null , true );
echo "
</div>
";
}
// line 1448
echo " </div>
";
// line 1451
echo " <div class=\"tab-pane fade " ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "securitecontenuactif" ]) || array_key_exists ( "securitecontenuactif" , $context ) ? $context [ "securitecontenuactif" ] : (function () { throw new RuntimeError ( 'Variable "securitecontenuactif" does not exist.' , 1451 , $this -> source ); })()), "html" , null , true );
echo " p-2\" id=\"securite\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
";
// line 1456
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteDescriptif" , [], "any" , false , false , false , 1456 ), "html" , null , true );
echo "
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
<ul>
";
// line 1464
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteAssistanceVisiteur" , [], "any" , false , false , false , 1464 )) {
echo "<li>Assistance aux visiteurs</li>" ;
}
// line 1465
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteConvoyage" , [], "any" , false , false , false , 1465 )) {
echo "<li>Convoyage</li>" ;
}
// line 1466
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteFiltrage" , [], "any" , false , false , false , 1466 )) {
echo "<li>Filtrage et contrôle d’accès</li>" ;
}
// line 1467
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteProtectionRapprochee" , [], "any" , false , false , false , 1467 )) {
echo "<li>Protection rapprochée</li>" ;
}
// line 1468
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteRondes" , [], "any" , false , false , false , 1468 )) {
echo "<li>Rondes à vue diurnes et/ou nocturnes</li>" ;
}
// line 1469
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteSecuriteInvite" , [], "any" , false , false , false , 1469 )) {
echo "<li>Sécurité d’invités</li>" ;
}
// line 1470
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteSurveillanceCanine" , [], "any" , false , false , false , 1470 )) {
echo "<li>Surveillance avec chien</li>" ;
}
// line 1471
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteSurveillanceStatique" , [], "any" , false , false , false , 1471 )) {
echo "<li>Surveillance statique</li>" ;
}
// line 1472
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteTenueMainCourante" , [], "any" , false , false , false , 1472 )) {
echo "<li>Tenue de la main-courante</li>" ;
}
// line 1473
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteTransport" , [], "any" , false , false , false , 1473 )) {
echo "<li>Véhicule de transport en protection rapprochée</li>" ;
}
// line 1474
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteVentousage" , [], "any" , false , false , false , 1474 )) {
echo "<li>Ventousage</li>" ;
}
// line 1475
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteVerifSysteme" , [], "any" , false , false , false , 1475 )) {
echo "<li>Vérification des installations et systèmes de sécurité</li>" ;
}
// line 1476
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteVerifPrevention" , [], "any" , false , false , false , 1476 )) {
echo "<li>Vérification et suivi des installations de prévention incendie</li>" ;
}
// line 1477
echo " </ul>
</div>
";
// line 1480
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteCertification" , [], "any" , false , false , false , 1480 ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteCertificationPrecision" , [], "any" , false , false , false , 1480 ) != "" ))) {
// line 1481
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Certification
</div>
<div class=\"form-group\">
";
// line 1485
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteCertificationPrecision" , [], "any" , false , false , false , 1485 ), "html" , null , true );
echo "
</div>
";
}
// line 1488
echo "
";
// line 1489
if (( twig_length_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteExperiences" , [], "any" , false , false , false , 1489 )) > 0 )) {
// line 1490
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
";
// line 1506
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteExperiences" , [], "any" , false , false , false , 1506 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "experience" ]) {
// line 1507
echo " <tr>
<td>";
// line 1508
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "annee" , [], "any" , false , false , false , 1508 ), "html" , null , true );
echo "</td>
<td>";
// line 1509
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "titre" , [], "any" , false , false , false , 1509 ), "html" , null , true );
echo "</td>
<td>";
// line 1510
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "realisation" , [], "any" , false , false , false , 1510 ), "html" , null , true );
echo "</td>
<td>";
// line 1511
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "format" , [], "any" , false , false , false , 1511 ), "html" , null , true );
echo "</td>
<td>";
// line 1512
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "categorie" , [], "any" , false , false , false , 1512 ), "html" , null , true );
echo "</td>
<td>";
// line 1513
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "production" , [], "any" , false , false , false , 1513 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'experience' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 1516
echo " </tbody>
</table>
</div>
";
}
// line 1520
echo "
";
// line 1521
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteExperienceAutre" , [], "any" , false , false , false , 1521 )) {
// line 1522
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
";
// line 1526
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "securiteExperienceAutre" , [], "any" , false , false , false , 1526 ), "html" , null , true );
echo "
</div>
";
}
// line 1529
echo "
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
";
// line 1533
if (((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1533 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1533 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1533 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1533 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1533 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1533 ))) {
// line 1534
echo " <div class=\"form-group\">
Rayon d'intervention :
<ul>
";
// line 1537
if ((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1537 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1537 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1537 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1537 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1537 ))) {
// line 1538
echo " " ;
$context [ "rayon_normandie" ] = " " ;
// line 1539
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1539 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1539 , $this -> source ); })()) . "Calvados, " );
}
// line 1540
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1540 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1540 , $this -> source ); })()) . "Eure, " );
echo " " ;
}
// line 1541
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1541 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1541 , $this -> source ); })()) . "Manche, " );
echo " " ;
}
// line 1542
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1542 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1542 , $this -> source ); })()) . "Orne, " );
echo " " ;
}
// line 1543
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1543 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1543 , $this -> source ); })()) . "Seine-Maritime, " );
echo " " ;
}
// line 1544
echo " <li>
En Normandie : ";
// line 1545
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1545 , $this -> source ); })()), 0 , - 2 ), "html" , null , true );
echo "
</li>
";
}
// line 1548
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1548 )) {
// line 1549
echo " <li>Hors Normandie : " ;
echo twig_escape_filter ( $this -> env , twig_capitalize_string_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1549 )), "html" , null , true );
echo "</li>
";
}
// line 1551
echo " </ul>
</div>
";
}
// line 1554
echo "
";
// line 1555
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 1555 ) != "" )) {
// line 1556
echo " <div class=\"form-group\">
Langue(s) pratiquée(s) : ";
// line 1557
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 1557 ), "html" , null , true );
echo "
</div>
";
}
// line 1560
echo " </div>
";
// line 1563
echo " <div class=\"tab-pane fade " ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "vehiculeTechniquecontenuactif" ]) || array_key_exists ( "vehiculeTechniquecontenuactif" , $context ) ? $context [ "vehiculeTechniquecontenuactif" ] : (function () { throw new RuntimeError ( 'Variable "vehiculeTechniquecontenuactif" does not exist.' , 1563 , $this -> source ); })()), "html" , null , true );
echo " p-2\" id=\"vehiculeTechnique\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
";
// line 1568
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueDescriptif" , [], "any" , false , false , false , 1568 ), "html" , null , true );
echo "
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
";
// line 1575
if (((( twig_get_attribute ( $this -> env , $this -> source , // line 1576
$context [ "prestaservices" ], "vehiculeTechniqueCamionRegie" , [], "any" , false , false , false , 1576 ) || twig_get_attribute ( $this -> env , $this -> source , // line 1577
$context [ "prestaservices" ], "vehiculeTechniqueLogeMobile" , [], "any" , false , false , false , 1577 )) || twig_get_attribute ( $this -> env , $this -> source , // line 1578
$context [ "prestaservices" ], "vehiculeTechniqueRemorque" , [], "any" , false , false , false , 1578 )) || twig_get_attribute ( $this -> env , $this -> source , // line 1579
$context [ "prestaservices" ], "vehiculeTechniqueToiletteMobile" , [], "any" , false , false , false , 1579 ))) {
// line 1581
echo " <ul>
";
// line 1582
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueCamionRegie" , [], "any" , false , false , false , 1582 )) {
echo "<li>Camions régie</li>" ;
}
// line 1583
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueLogeMobile" , [], "any" , false , false , false , 1583 )) {
echo "<li>Loges mobiles</li>" ;
}
// line 1584
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueRemorque" , [], "any" , false , false , false , 1584 )) {
echo "<li>Remorques et plateaux</li>" ;
}
// line 1585
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueToiletteMobile" , [], "any" , false , false , false , 1585 )) {
echo "<li>Toilettes mobiles</li>" ;
}
// line 1586
echo " </ul>
";
}
// line 1588
echo " " ;
if (((((((((((twig_get_attribute ( $this -> env , $this -> source , // line 1589
$context [ "prestaservices" ], "vehiculeTechniqueAppAlimentaire" , [], "any" , false , false , false , 1589 ) || twig_get_attribute ( $this -> env , $this -> source , // line 1590
$context [ "prestaservices" ], "vehiculeTechniqueAssiseTable" , [], "any" , false , false , false , 1590 )) || twig_get_attribute ( $this -> env , $this -> source , // line 1591
$context [ "prestaservices" ], "vehiculeTechniqueBureau" , [], "any" , false , false , false , 1591 )) || twig_get_attribute ( $this -> env , $this -> source , // line 1592
$context [ "prestaservices" ], "vehiculeTechniqueCaisse" , [], "any" , false , false , false , 1592 )) || twig_get_attribute ( $this -> env , $this -> source , // line 1593
$context [ "prestaservices" ], "vehiculeTechniqueChauffage" , [], "any" , false , false , false , 1593 )) || twig_get_attribute ( $this -> env , $this -> source , // line 1594
$context [ "prestaservices" ], "vehiculeTechniqueEnergie" , [], "any" , false , false , false , 1594 )) || twig_get_attribute ( $this -> env , $this -> source , // line 1595
$context [ "prestaservices" ], "vehiculeTechniqueEnginElevation" , [], "any" , false , false , false , 1595 )) || twig_get_attribute ( $this -> env , $this -> source , // line 1596
$context [ "prestaservices" ], "vehiculeTechniqueMaterielHmc" , [], "any" , false , false , false , 1596 )) || twig_get_attribute ( $this -> env , $this -> source , // line 1597
$context [ "prestaservices" ], "vehiculeTechniqueMaterielSecurite" , [], "any" , false , false , false , 1597 )) || twig_get_attribute ( $this -> env , $this -> source , // line 1598
$context [ "prestaservices" ], "vehiculeTechniqueOutilCom" , [], "any" , false , false , false , 1598 )) || twig_get_attribute ( $this -> env , $this -> source , // line 1599
$context [ "prestaservices" ], "vehiculeTechniqueTente" , [], "any" , false , false , false , 1599 ))) {
// line 1601
echo " <ul>
";
// line 1602
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueAppAlimentaire" , [], "any" , false , false , false , 1602 )) {
echo "<li>Appareils alimentaires (café, eau, …)</li>" ;
}
// line 1603
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueAssiseTable" , [], "any" , false , false , false , 1603 )) {
echo "<li>Assises, tables</li>" ;
}
// line 1604
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueBureau" , [], "any" , false , false , false , 1604 )) {
echo "<li>Bureaux de production</li>" ;
}
// line 1605
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueCaisse" , [], "any" , false , false , false , 1605 )) {
echo "<li>Caisses roulantes</li>" ;
}
// line 1606
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueChauffage" , [], "any" , false , false , false , 1606 )) {
echo "<li>Chauffages</li>" ;
}
// line 1607
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueEnergie" , [], "any" , false , false , false , 1607 )) {
echo "<li>Énergie (groupes électrogènes, câbles …)</li>" ;
}
// line 1608
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueEnginElevation" , [], "any" , false , false , false , 1608 )) {
echo "<li>Engins d'élévation (nacelles, grues....)</li>" ;
}
// line 1609
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueMaterielHmc" , [], "any" , false , false , false , 1609 )) {
echo "<li>Matériel HMC (miroirs, repassage …)</li>" ;
}
// line 1610
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueMaterielSecurite" , [], "any" , false , false , false , 1610 )) {
echo "<li>Matériel sécurité (balises, plots ...)</li>" ;
}
// line 1611
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueOutilCom" , [], "any" , false , false , false , 1611 )) {
echo "<li>Outils de communication (talkies...)</li>" ;
}
// line 1612
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueTente" , [], "any" , false , false , false , 1612 )) {
echo "<li>Tentes, parquets</li>" ;
}
// line 1613
echo " </ul>
";
}
// line 1615
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , // line 1616
$context [ "prestaservices" ], "vehiculeTechniqueVentousage" , [], "any" , false , false , false , 1616 ) || twig_get_attribute ( $this -> env , $this -> source , // line 1617
$context [ "prestaservices" ], "vehiculeTechniqueConvoyage" , [], "any" , false , false , false , 1617 )) || twig_get_attribute ( $this -> env , $this -> source , // line 1618
$context [ "prestaservices" ], "vehiculeTechniqueLivraison" , [], "any" , false , false , false , 1618 ))) {
// line 1620
echo " <ul>
";
// line 1621
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueVentousage" , [], "any" , false , false , false , 1621 )) {
echo "<li>Ventousage</li>" ;
}
// line 1622
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueConvoyage" , [], "any" , false , false , false , 1622 )) {
echo "<li>Convoyage</li>" ;
}
// line 1623
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueLivraison" , [], "any" , false , false , false , 1623 )) {
echo "<li>Livraison sur site</li>" ;
}
// line 1624
echo " </ul>
";
}
// line 1626
echo " </div>
";
// line 1628
if (( twig_length_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueExperiences" , [], "any" , false , false , false , 1628 )) > 0 )) {
// line 1629
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
";
// line 1645
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueExperiences" , [], "any" , false , false , false , 1645 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "experience" ]) {
// line 1646
echo " <tr>
<td>";
// line 1647
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "annee" , [], "any" , false , false , false , 1647 ), "html" , null , true );
echo "</td>
<td>";
// line 1648
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "titre" , [], "any" , false , false , false , 1648 ), "html" , null , true );
echo "</td>
<td>";
// line 1649
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "realisation" , [], "any" , false , false , false , 1649 ), "html" , null , true );
echo "</td>
<td>";
// line 1650
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "format" , [], "any" , false , false , false , 1650 ), "html" , null , true );
echo "</td>
<td>";
// line 1651
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "categorie" , [], "any" , false , false , false , 1651 ), "html" , null , true );
echo "</td>
<td>";
// line 1652
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "production" , [], "any" , false , false , false , 1652 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'experience' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 1655
echo " </tbody>
</table>
</div>
";
}
// line 1659
echo "
";
// line 1660
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueExperienceAutre" , [], "any" , false , false , false , 1660 )) {
// line 1661
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
";
// line 1665
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTechniqueExperienceAutre" , [], "any" , false , false , false , 1665 ), "html" , null , true );
echo "
</div>
";
}
// line 1668
echo "
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
";
// line 1672
if (((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1672 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1672 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1672 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1672 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1672 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1672 ))) {
// line 1673
echo " <div class=\"form-group\">
Rayon d'intervention :
<ul>
";
// line 1676
if ((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1676 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1676 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1676 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1676 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1676 ))) {
// line 1677
echo " " ;
$context [ "rayon_normandie" ] = " " ;
// line 1678
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1678 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1678 , $this -> source ); })()) . "Calvados, " );
}
// line 1679
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1679 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1679 , $this -> source ); })()) . "Eure, " );
echo " " ;
}
// line 1680
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1680 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1680 , $this -> source ); })()) . "Manche, " );
echo " " ;
}
// line 1681
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1681 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1681 , $this -> source ); })()) . "Orne, " );
echo " " ;
}
// line 1682
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1682 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1682 , $this -> source ); })()) . "Seine-Maritime, " );
echo " " ;
}
// line 1683
echo " <li>
En Normandie : ";
// line 1684
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1684 , $this -> source ); })()), 0 , - 2 ), "html" , null , true );
echo "
</li>
";
}
// line 1687
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1687 )) {
// line 1688
echo " <li>Hors Normandie : " ;
echo twig_escape_filter ( $this -> env , twig_capitalize_string_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1688 )), "html" , null , true );
echo "</li>
";
}
// line 1690
echo " </ul>
</div>
";
}
// line 1693
echo "
";
// line 1694
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 1694 ) != "" )) {
// line 1695
echo " <div class=\"form-group\">
Langue(s) pratiquée(s) : ";
// line 1696
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 1696 ), "html" , null , true );
echo "
</div>
";
}
// line 1699
echo " </div>
";
// line 1702
echo " <div class=\"tab-pane fade " ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "vehiculeJeucontenuactif" ]) || array_key_exists ( "vehiculeJeucontenuactif" , $context ) ? $context [ "vehiculeJeucontenuactif" ] : (function () { throw new RuntimeError ( 'Variable "vehiculeJeucontenuactif" does not exist.' , 1702 , $this -> source ); })()), "html" , null , true );
echo " p-2\" id=\"vehiculeJeu\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
";
// line 1707
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeJeuDescriptif" , [], "any" , false , false , false , 1707 ), "html" , null , true );
echo "
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
véhicules en possession
</div>
<div class=\"form-group\">
";
// line 1714
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeJeuQuantite" , [], "any" , false , false , false , 1714 ), "html" , null , true );
echo "
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
<ul>
";
// line 1722
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeJeuLocation" , [], "any" , false , false , false , 1722 )) {
echo "<li>Location de véhicules de jeu</li>" ;
}
// line 1723
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeJeuGestion" , [], "any" , false , false , false , 1723 )) {
echo "<li>Gestion intégrale du parc automobile sur tournage</li>" ;
}
// line 1724
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeJeuLivraison" , [], "any" , false , false , false , 1724 )) {
echo "<li>Livraison sur site</li>" ;
}
// line 1725
echo " </ul>
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Descriptif détaillé du parc de véhicule de jeu
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Type de véhicule</th>
<th scope=\"col\">Nombre</th>
<th scope=\"col\">Caractéristiques</th>
<th scope=\"col\">Année</th>
<th scope=\"col\">Origine</th>
</tr>
</thead>
<tbody>
";
// line 1743
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeJeuListes" , [], "any" , false , false , false , 1743 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "vehiculeJeu" ]) {
// line 1744
echo " <tr>
<td>";
// line 1745
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "vehiculeJeu" ], "type" , [], "any" , false , false , false , 1745 ), "html" , null , true );
echo "</td>
<td>";
// line 1746
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "vehiculeJeu" ], "nombre" , [], "any" , false , false , false , 1746 ), "html" , null , true );
echo "</td>
<td>";
// line 1747
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "vehiculeJeu" ], "caracteristique" , [], "any" , false , false , false , 1747 ), "html" , null , true );
echo "</td>
<td>";
// line 1748
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "vehiculeJeu" ], "annee" , [], "any" , false , false , false , 1748 ), "html" , null , true );
echo "</td>
<td>";
// line 1749
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "vehiculeJeu" ], "origine" , [], "any" , false , false , false , 1749 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'vehiculeJeu' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 1752
echo " </tbody>
</table>
</div>
";
// line 1756
if (( twig_length_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeJeuExperiences" , [], "any" , false , false , false , 1756 )) > 0 )) {
// line 1757
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
";
// line 1773
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeJeuExperiences" , [], "any" , false , false , false , 1773 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "experience" ]) {
// line 1774
echo " <tr>
<td>";
// line 1775
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "annee" , [], "any" , false , false , false , 1775 ), "html" , null , true );
echo "</td>
<td>";
// line 1776
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "titre" , [], "any" , false , false , false , 1776 ), "html" , null , true );
echo "</td>
<td>";
// line 1777
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "realisation" , [], "any" , false , false , false , 1777 ), "html" , null , true );
echo "</td>
<td>";
// line 1778
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "format" , [], "any" , false , false , false , 1778 ), "html" , null , true );
echo "</td>
<td>";
// line 1779
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "categorie" , [], "any" , false , false , false , 1779 ), "html" , null , true );
echo "</td>
<td>";
// line 1780
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "production" , [], "any" , false , false , false , 1780 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'experience' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 1783
echo " </tbody>
</table>
</div>
";
}
// line 1787
echo "
";
// line 1788
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeJeuExperienceAutre" , [], "any" , false , false , false , 1788 )) {
// line 1789
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
";
// line 1793
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeJeuExperienceAutre" , [], "any" , false , false , false , 1793 ), "html" , null , true );
echo "
</div>
";
}
// line 1796
echo "
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
";
// line 1800
if (((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1800 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1800 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1800 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1800 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1800 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1800 ))) {
// line 1801
echo " <div class=\"form-group\">
Rayon d'intervention :
<ul>
";
// line 1804
if ((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1804 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1804 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1804 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1804 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1804 ))) {
// line 1805
echo " " ;
$context [ "rayon_normandie" ] = " " ;
// line 1806
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1806 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1806 , $this -> source ); })()) . "Calvados, " );
}
// line 1807
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1807 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1807 , $this -> source ); })()) . "Eure, " );
echo " " ;
}
// line 1808
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1808 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1808 , $this -> source ); })()) . "Manche, " );
echo " " ;
}
// line 1809
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1809 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1809 , $this -> source ); })()) . "Orne, " );
echo " " ;
}
// line 1810
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1810 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1810 , $this -> source ); })()) . "Seine-Maritime, " );
echo " " ;
}
// line 1811
echo " <li>
En Normandie : ";
// line 1812
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1812 , $this -> source ); })()), 0 , - 2 ), "html" , null , true );
echo "
</li>
";
}
// line 1815
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1815 )) {
// line 1816
echo " <li>Hors Normandie : " ;
echo twig_escape_filter ( $this -> env , twig_capitalize_string_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1816 )), "html" , null , true );
echo "</li>
";
}
// line 1818
echo " </ul>
</div>
";
}
// line 1821
echo "
";
// line 1822
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 1822 ) != "" )) {
// line 1823
echo " <div class=\"form-group\">
Langue(s) pratiquée(s) : ";
// line 1824
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 1824 ), "html" , null , true );
echo "
</div>
";
}
// line 1827
echo " </div>
";
// line 1830
echo " <div class=\"tab-pane fade " ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "ressourceriecontenuactif" ]) || array_key_exists ( "ressourceriecontenuactif" , $context ) ? $context [ "ressourceriecontenuactif" ] : (function () { throw new RuntimeError ( 'Variable "ressourceriecontenuactif" does not exist.' , 1830 , $this -> source ); })()), "html" , null , true );
echo " p-2\" id=\"ressourcerie\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
";
// line 1835
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "ressourcerieDescriptif" , [], "any" , false , false , false , 1835 ), "html" , null , true );
echo "
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
estimation quantité des matériels et équipements en possession
</div>
<div class=\"form-group\">
";
// line 1842
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "ressourcerieMateriel" , [], "any" , false , false , false , 1842 ), "html" , null , true );
echo "
</div>
";
// line 1845
if (( twig_length_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "ressourcerieExperiences" , [], "any" , false , false , false , 1845 )) > 0 )) {
// line 1846
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
";
// line 1862
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "ressourcerieExperiences" , [], "any" , false , false , false , 1862 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "experience" ]) {
// line 1863
echo " <tr>
<td>";
// line 1864
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "annee" , [], "any" , false , false , false , 1864 ), "html" , null , true );
echo "</td>
<td>";
// line 1865
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "titre" , [], "any" , false , false , false , 1865 ), "html" , null , true );
echo "</td>
<td>";
// line 1866
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "realisation" , [], "any" , false , false , false , 1866 ), "html" , null , true );
echo "</td>
<td>";
// line 1867
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "format" , [], "any" , false , false , false , 1867 ), "html" , null , true );
echo "</td>
<td>";
// line 1868
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "categorie" , [], "any" , false , false , false , 1868 ), "html" , null , true );
echo "</td>
<td>";
// line 1869
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "production" , [], "any" , false , false , false , 1869 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'experience' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 1872
echo " </tbody>
</table>
</div>
";
}
// line 1876
echo "
";
// line 1877
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "ressourcerieExperienceAutre" , [], "any" , false , false , false , 1877 )) {
// line 1878
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
";
// line 1882
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "ressourcerieExperienceAutre" , [], "any" , false , false , false , 1882 ), "html" , null , true );
echo "
</div>
";
}
// line 1885
echo "
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
";
// line 1889
if (((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1889 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1889 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1889 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1889 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1889 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1889 ))) {
// line 1890
echo " <div class=\"form-group\">
Rayon d'intervention :
<ul>
";
// line 1893
if ((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1893 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1893 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1893 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1893 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1893 ))) {
// line 1894
echo " " ;
$context [ "rayon_normandie" ] = " " ;
// line 1895
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 1895 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1895 , $this -> source ); })()) . "Calvados, " );
}
// line 1896
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 1896 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1896 , $this -> source ); })()) . "Eure, " );
echo " " ;
}
// line 1897
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 1897 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1897 , $this -> source ); })()) . "Manche, " );
echo " " ;
}
// line 1898
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 1898 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1898 , $this -> source ); })()) . "Orne, " );
echo " " ;
}
// line 1899
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 1899 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1899 , $this -> source ); })()) . "Seine-Maritime, " );
echo " " ;
}
// line 1900
echo " <li>
En Normandie : ";
// line 1901
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 1901 , $this -> source ); })()), 0 , - 2 ), "html" , null , true );
echo "
</li>
";
}
// line 1904
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1904 )) {
// line 1905
echo " <li>Hors Normandie : " ;
echo twig_escape_filter ( $this -> env , twig_capitalize_string_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 1905 )), "html" , null , true );
echo "</li>
";
}
// line 1907
echo " </ul>
</div>
";
}
// line 1910
echo "
";
// line 1911
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 1911 ) != "" )) {
// line 1912
echo " <div class=\"form-group\">
Langue(s) pratiquée(s) : ";
// line 1913
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 1913 ), "html" , null , true );
echo "
</div>
";
}
// line 1916
echo " </div>
";
// line 1919
echo " <div class=\"tab-pane fade " ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "vehiculeTransportcontenuactif" ]) || array_key_exists ( "vehiculeTransportcontenuactif" , $context ) ? $context [ "vehiculeTransportcontenuactif" ] : (function () { throw new RuntimeError ( 'Variable "vehiculeTransportcontenuactif" does not exist.' , 1919 , $this -> source ); })()), "html" , null , true );
echo " p-2\" id=\"vehiculeTransport\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
";
// line 1924
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTransportDescriptif" , [], "any" , false , false , false , 1924 ), "html" , null , true );
echo "
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
<ul>
";
// line 1932
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTransportLocation" , [], "any" , false , false , false , 1932 )) {
echo "<li>Location de véhicules de transport de personne</li>" ;
}
// line 1933
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTransportLivraison" , [], "any" , false , false , false , 1933 )) {
echo "<li>Livraison sur site</li>" ;
}
// line 1934
echo " </ul>
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Descriptif détaillé du parc de véhicule de transport
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Type de véhicule</th>
<th scope=\"col\">Nombre</th>
<th scope=\"col\">Caractéristiques</th>
</tr>
</thead>
<tbody>
";
// line 1950
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTransportListes" , [], "any" , false , false , false , 1950 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "vehiculeTransport" ]) {
// line 1951
echo " <tr>
<td>";
// line 1952
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "vehiculeTransport" ], "type" , [], "any" , false , false , false , 1952 ), "html" , null , true );
echo "</td>
<td>";
// line 1953
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "vehiculeTransport" ], "nombre" , [], "any" , false , false , false , 1953 ), "html" , null , true );
echo "</td>
<td>";
// line 1954
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "vehiculeTransport" ], "caracteristique" , [], "any" , false , false , false , 1954 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'vehiculeTransport' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 1957
echo " </tbody>
</table>
</div>
";
// line 1961
if (( twig_length_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTransportExperiences" , [], "any" , false , false , false , 1961 )) > 0 )) {
// line 1962
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
";
// line 1978
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTransportExperiences" , [], "any" , false , false , false , 1978 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "experience" ]) {
// line 1979
echo " <tr>
<td>";
// line 1980
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "annee" , [], "any" , false , false , false , 1980 ), "html" , null , true );
echo "</td>
<td>";
// line 1981
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "titre" , [], "any" , false , false , false , 1981 ), "html" , null , true );
echo "</td>
<td>";
// line 1982
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "realisation" , [], "any" , false , false , false , 1982 ), "html" , null , true );
echo "</td>
<td>";
// line 1983
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "format" , [], "any" , false , false , false , 1983 ), "html" , null , true );
echo "</td>
<td>";
// line 1984
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "categorie" , [], "any" , false , false , false , 1984 ), "html" , null , true );
echo "</td>
<td>";
// line 1985
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "production" , [], "any" , false , false , false , 1985 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'experience' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 1988
echo " </tbody>
</table>
</div>
";
}
// line 1992
echo "
";
// line 1993
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTransportExperienceAutre" , [], "any" , false , false , false , 1993 )) {
// line 1994
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
";
// line 1998
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "vehiculeTransportExperienceAutre" , [], "any" , false , false , false , 1998 ), "html" , null , true );
echo "
</div>
";
}
// line 2001
echo "
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
";
// line 2005
if (((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 2005 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 2005 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 2005 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 2005 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 2005 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 2005 ))) {
// line 2006
echo " <div class=\"form-group\">
Rayon d'intervention :
<ul>
";
// line 2009
if ((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 2009 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 2009 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 2009 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 2009 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 2009 ))) {
// line 2010
echo " " ;
$context [ "rayon_normandie" ] = " " ;
// line 2011
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 2011 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 2011 , $this -> source ); })()) . "Calvados, " );
}
// line 2012
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 2012 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 2012 , $this -> source ); })()) . "Eure, " );
echo " " ;
}
// line 2013
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 2013 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 2013 , $this -> source ); })()) . "Manche, " );
echo " " ;
}
// line 2014
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 2014 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 2014 , $this -> source ); })()) . "Orne, " );
echo " " ;
}
// line 2015
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 2015 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 2015 , $this -> source ); })()) . "Seine-Maritime, " );
echo " " ;
}
// line 2016
echo " <li>
En Normandie : ";
// line 2017
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 2017 , $this -> source ); })()), 0 , - 2 ), "html" , null , true );
echo "
</li>
";
}
// line 2020
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 2020 )) {
// line 2021
echo " <li>Hors Normandie : " ;
echo twig_escape_filter ( $this -> env , twig_capitalize_string_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 2021 )), "html" , null , true );
echo "</li>
";
}
// line 2023
echo " </ul>
</div>
";
}
// line 2026
echo "
";
// line 2027
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 2027 ) != "" )) {
// line 2028
echo " <div class=\"form-group\">
Langue(s) pratiquée(s) : ";
// line 2029
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 2029 ), "html" , null , true );
echo "
</div>
";
}
// line 2032
echo " </div>
";
// line 2035
echo " <div class=\"tab-pane fade " ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "dronecontenuactif" ]) || array_key_exists ( "dronecontenuactif" , $context ) ? $context [ "dronecontenuactif" ] : (function () { throw new RuntimeError ( 'Variable "dronecontenuactif" does not exist.' , 2035 , $this -> source ); })()), "html" , null , true );
echo " p-2\" id=\"drone\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
";
// line 2040
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "droneDescriptif" , [], "any" , false , false , false , 2040 ), "html" , null , true );
echo "
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
<ul>
";
// line 2048
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "dronePhoto" , [], "any" , false , false , false , 2048 )) {
echo "<li>Photographie</li>" ;
}
// line 2049
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "droneVideo" , [], "any" , false , false , false , 2049 )) {
echo "<li>Vidéo</li>" ;
}
// line 2050
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "droneTimeLapse" , [], "any" , false , false , false , 2050 )) {
echo "<li>Time-Lapse</li>" ;
}
// line 2051
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "droneModelisation3d" , [], "any" , false , false , false , 2051 )) {
echo "<li>Modélisation 3D</li>" ;
}
// line 2052
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "droneLocAeroAvecPilote" , [], "any" , false , false , false , 2052 )) {
echo "<li>Location d’aéronef avec pilote à bord</li>" ;
}
// line 2053
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "droneLocAeroSansPilote" , [], "any" , false , false , false , 2053 )) {
echo "<li>Location d’aéronef sans pilote à bord</li>" ;
}
// line 2054
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "dronePiloteQualifie" , [], "any" , false , false , false , 2054 )) {
echo "<li>Pilote qualifié et déclaré à la DGAC</li>" ;
}
// line 2055
echo " </ul>
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Descriptif détaillé du parc d’aéronef
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Type d'aéronef</th>
<th scope=\"col\">Nombre</th>
<th scope=\"col\">Caractéristiques</th>
</tr>
</thead>
<tbody>
";
// line 2071
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "droneListes" , [], "any" , false , false , false , 2071 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "aeronef" ]) {
// line 2072
echo " <tr>
<td>";
// line 2073
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "aeronef" ], "type" , [], "any" , false , false , false , 2073 ), "html" , null , true );
echo "</td>
<td>";
// line 2074
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "aeronef" ], "nombre" , [], "any" , false , false , false , 2074 ), "html" , null , true );
echo "</td>
<td>";
// line 2075
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "aeronef" ], "caracteristique" , [], "any" , false , false , false , 2075 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'aeronef' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 2078
echo " </tbody>
</table>
</div>
";
// line 2082
if (( twig_length_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "droneExperiences" , [], "any" , false , false , false , 2082 )) > 0 )) {
// line 2083
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
";
// line 2099
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "droneExperiences" , [], "any" , false , false , false , 2099 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "experience" ]) {
// line 2100
echo " <tr>
<td>";
// line 2101
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "annee" , [], "any" , false , false , false , 2101 ), "html" , null , true );
echo "</td>
<td>";
// line 2102
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "titre" , [], "any" , false , false , false , 2102 ), "html" , null , true );
echo "</td>
<td>";
// line 2103
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "realisation" , [], "any" , false , false , false , 2103 ), "html" , null , true );
echo "</td>
<td>";
// line 2104
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "format" , [], "any" , false , false , false , 2104 ), "html" , null , true );
echo "</td>
<td>";
// line 2105
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "categorie" , [], "any" , false , false , false , 2105 ), "html" , null , true );
echo "</td>
<td>";
// line 2106
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "experience" ], "production" , [], "any" , false , false , false , 2106 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'experience' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 2109
echo " </tbody>
</table>
</div>
";
}
// line 2113
echo "
";
// line 2114
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "droneExperienceAutre" , [], "any" , false , false , false , 2114 )) {
// line 2115
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
";
// line 2119
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "droneExperienceAutre" , [], "any" , false , false , false , 2119 ), "html" , null , true );
echo "
</div>
";
}
// line 2122
echo "
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
";
// line 2126
if (((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 2126 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 2126 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 2126 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 2126 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 2126 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 2126 ))) {
// line 2127
echo " <div class=\"form-group\">
Rayon d'intervention :
<ul>
";
// line 2130
if ((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 2130 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 2130 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 2130 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 2130 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 2130 ))) {
// line 2131
echo " " ;
$context [ "rayon_normandie" ] = " " ;
// line 2132
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonCalvados" , [], "any" , false , false , false , 2132 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 2132 , $this -> source ); })()) . "Calvados, " );
}
// line 2133
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonEure" , [], "any" , false , false , false , 2133 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 2133 , $this -> source ); })()) . "Eure, " );
echo " " ;
}
// line 2134
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonManche" , [], "any" , false , false , false , 2134 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 2134 , $this -> source ); })()) . "Manche, " );
echo " " ;
}
// line 2135
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonOrne" , [], "any" , false , false , false , 2135 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 2135 , $this -> source ); })()) . "Orne, " );
echo " " ;
}
// line 2136
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonSeineMaritime" , [], "any" , false , false , false , 2136 )) {
$context [ "rayon_normandie" ] = ((isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 2136 , $this -> source ); })()) . "Seine-Maritime, " );
echo " " ;
}
// line 2137
echo " <li>
En Normandie : ";
// line 2138
echo twig_escape_filter ( $this -> env , twig_slice ( $this -> env , (isset( $context [ "rayon_normandie" ]) || array_key_exists ( "rayon_normandie" , $context ) ? $context [ "rayon_normandie" ] : (function () { throw new RuntimeError ( 'Variable "rayon_normandie" does not exist.' , 2138 , $this -> source ); })()), 0 , - 2 ), "html" , null , true );
echo "
</li>
";
}
// line 2141
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 2141 )) {
// line 2142
echo " <li>Hors Normandie : " ;
echo twig_escape_filter ( $this -> env , twig_capitalize_string_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "rayonHorsNormandie" , [], "any" , false , false , false , 2142 )), "html" , null , true );
echo "</li>
";
}
// line 2144
echo " </ul>
</div>
";
}
// line 2147
echo "
";
// line 2148
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 2148 ) != "" )) {
// line 2149
echo " <div class=\"form-group\">
Langue(s) pratiquée(s) : ";
// line 2150
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prestaservices" ], "langues" , [], "any" , false , false , false , 2150 ), "html" , null , true );
echo "
</div>
";
}
// line 2153
echo "
</div>
</div>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'prestaservices' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 2158
echo "
";
}
// line 2160
echo "
";
// line 2161
if (((isset( $context [ "type" ]) || array_key_exists ( "type" , $context ) ? $context [ "type" ] : (function () { throw new RuntimeError ( 'Variable "type" does not exist.' , 2161 , $this -> source ); })()) == "prodoeuvres" )) {
// line 2162
echo "
";
// line 2163
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "user" ]) || array_key_exists ( "user" , $context ) ? $context [ "user" ] : (function () { throw new RuntimeError ( 'Variable "user" does not exist.' , 2163 , $this -> source ); })()), "productionsCineAudio" , [], "any" , false , false , false , 2163 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "prodoeuvre" ]) {
// line 2164
echo " <div class=\"form-group col-12\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Ligne éditoriale
</div>
";
// line 2169
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "presentation" , [], "any" , false , false , false , 2169 ) != "" )) {
// line 2170
echo " <div class=\"form-group\">
";
// line 2171
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "presentation" , [], "any" , false , false , false , 2171 ), "html" , null , true );
echo "
</div>
";
}
// line 2174
echo "
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Type(s) de production
</div>
";
// line 2179
if (((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "cineCmFiction" , [], "any" , false , false , false , 2179 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "cineCmDoc" , [], "any" , false , false , false , 2179 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "cineCmAnim" , [], "any" , false , false , false , 2179 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "cineLmFiction" , [], "any" , false , false , false , 2179 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "cineLmDoc" , [], "any" , false , false , false , 2179 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "cineLmAnim" , [], "any" , false , false , false , 2179 ))) {
// line 2180
echo " <div class=\"form-group\">
Cinéma :
<ul>
";
// line 2183
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "cineCmFiction" , [], "any" , false , false , false , 2183 )) {
echo "<li>Court métrage de fiction : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "cineCmFictionNb" , [], "any" , false , false , false , 2183 ), "html" , null , true );
echo "</li>" ;
}
// line 2184
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "cineCmDoc" , [], "any" , false , false , false , 2184 )) {
echo "<li>Court métrage documentaire : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "cineCmDocNb" , [], "any" , false , false , false , 2184 ), "html" , null , true );
echo "</li>" ;
}
// line 2185
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "cineCmAnim" , [], "any" , false , false , false , 2185 )) {
echo "<li>Court métrage d’animation : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "cineCmAnimNb" , [], "any" , false , false , false , 2185 ), "html" , null , true );
echo "</li>" ;
}
// line 2186
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "cineLmFiction" , [], "any" , false , false , false , 2186 )) {
echo "<li>Long métrage de fiction : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "cineLmFictionNb" , [], "any" , false , false , false , 2186 ), "html" , null , true );
echo "</li>" ;
}
// line 2187
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "cineLmDoc" , [], "any" , false , false , false , 2187 )) {
echo "<li>Long métrage documentaire : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "cineLmDocNb" , [], "any" , false , false , false , 2187 ), "html" , null , true );
echo "</li>" ;
}
// line 2188
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "cineLmAnim" , [], "any" , false , false , false , 2188 )) {
echo "<li>Long métrage d'animation : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "cineLmAnimNb" , [], "any" , false , false , false , 2188 ), "html" , null , true );
echo "</li>" ;
}
// line 2189
echo " </ul>
</div>
";
}
// line 2192
echo "
";
// line 2193
if (((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioUnitFiction" , [], "any" , false , false , false , 2193 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioUnitDoc" , [], "any" , false , false , false , 2193 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioUnitAnim" , [], "any" , false , false , false , 2193 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioSerieFiction" , [], "any" , false , false , false , 2193 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioSerieDoc" , [], "any" , false , false , false , 2193 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioSerieAnim" , [], "any" , false , false , false , 2193 ))) {
// line 2194
echo " <div class=\"form-group\">
Télévision :
<ul>
";
// line 2197
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioUnitFiction" , [], "any" , false , false , false , 2197 )) {
echo "<li>Unitaire de fiction : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioUnitFictionNb" , [], "any" , false , false , false , 2197 ), "html" , null , true );
echo "</li>" ;
}
// line 2198
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioUnitDoc" , [], "any" , false , false , false , 2198 )) {
echo "<li>Unitaire documentaire : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioUnitDocNb" , [], "any" , false , false , false , 2198 ), "html" , null , true );
echo "</li>" ;
}
// line 2199
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioUnitAnim" , [], "any" , false , false , false , 2199 )) {
echo "<li>Unitaire d’animation : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioUnitAnimNb" , [], "any" , false , false , false , 2199 ), "html" , null , true );
echo "</li>" ;
}
// line 2200
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioSerieFiction" , [], "any" , false , false , false , 2200 )) {
echo "<li>Série de fiction : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioSerieFictionNb" , [], "any" , false , false , false , 2200 ), "html" , null , true );
echo "</li>" ;
}
// line 2201
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioSerieDoc" , [], "any" , false , false , false , 2201 )) {
echo "<li>Série documentaire : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioSerieDocNb" , [], "any" , false , false , false , 2201 ), "html" , null , true );
echo "</li>" ;
}
// line 2202
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioSerieAnim" , [], "any" , false , false , false , 2202 )) {
echo "<li>Série d’animation : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioSerieAnimNb" , [], "any" , false , false , false , 2202 ), "html" , null , true );
echo "</li>" ;
}
// line 2203
echo " </ul>
</div>
";
}
// line 2206
echo "
";
// line 2207
if ((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "webFiction" , [], "any" , false , false , false , 2207 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "webDoc" , [], "any" , false , false , false , 2207 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "webRealiteAug" , [], "any" , false , false , false , 2207 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "webRealiteVirtuelle" , [], "any" , false , false , false , 2207 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioAutre" , [], "any" , false , false , false , 2207 ))) {
// line 2208
echo " <div class=\"form-group\">
Web et création numérique :
<ul>
";
// line 2211
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "webFiction" , [], "any" , false , false , false , 2211 )) {
echo "<li>Web fiction : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "webFictionNb" , [], "any" , false , false , false , 2211 ), "html" , null , true );
echo "</li>" ;
}
// line 2212
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "webDoc" , [], "any" , false , false , false , 2212 )) {
echo "<li>Web documentaire : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "webDocNb" , [], "any" , false , false , false , 2212 ), "html" , null , true );
echo "</li>" ;
}
// line 2213
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "webRealiteAug" , [], "any" , false , false , false , 2213 )) {
echo "<li>Web réalité augmentée : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "webRealiteAugNb" , [], "any" , false , false , false , 2213 ), "html" , null , true );
echo "</li>" ;
}
// line 2214
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "webRealiteVirtuelle" , [], "any" , false , false , false , 2214 )) {
echo "<li>Web réalité virtuelle : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "webRealiteVirtuelleNb" , [], "any" , false , false , false , 2214 ), "html" , null , true );
echo "</li>" ;
}
// line 2215
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioAutre" , [], "any" , false , false , false , 2215 )) {
echo "<li>" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioAutrePrecision" , [], "any" , false , false , false , 2215 ), "html" , null , true );
echo " : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "audioAutreNb" , [], "any" , false , false , false , 2215 ), "html" , null , true );
echo "</li>" ;
}
// line 2216
echo " </ul>
</div>
";
}
// line 2219
echo "
";
// line 2220
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "autrePrecision1" , [], "any" , false , false , false , 2220 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "autrePrecision2" , [], "any" , false , false , false , 2220 ))) {
// line 2221
echo " <div class=\"form-group\">
Autre :
<ul>
";
// line 2224
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "autrePrecision1" , [], "any" , false , false , false , 2224 )) {
echo "<li>" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "autrePrecision1" , [], "any" , false , false , false , 2224 ), "html" , null , true );
echo " : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "autrePrecision1Nb" , [], "any" , false , false , false , 2224 ), "html" , null , true );
echo "</li>" ;
}
// line 2225
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "autrePrecision2" , [], "any" , false , false , false , 2225 )) {
echo "<li>" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "autrePrecision2" , [], "any" , false , false , false , 2225 ), "html" , null , true );
echo " : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "autrePrecision2Nb" , [], "any" , false , false , false , 2225 ), "html" , null , true );
echo "</li>" ;
}
// line 2226
echo " </ul>
</div>
";
}
// line 2229
echo "
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Production(s) représentative(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Genre</th>
<th scope=\"col\">Minutes</th>
<th scope=\"col\">Coproduction(s)</th>
</tr>
</thead>
<tbody>
";
// line 2247
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "filmographies" , [], "any" , false , false , false , 2247 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "filmo" ]) {
// line 2248
echo " <tr>
<td>";
// line 2249
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "filmo" ], "annee" , [], "any" , false , false , false , 2249 ), "html" , null , true );
echo "</td>
<td>";
// line 2250
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "filmo" ], "titre" , [], "any" , false , false , false , 2250 ), "html" , null , true );
echo "</td>
<td>";
// line 2251
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "filmo" ], "realisation" , [], "any" , false , false , false , 2251 ), "html" , null , true );
echo "</td>
<td>";
// line 2252
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "filmo" ], "type" , [], "any" , false , false , false , 2252 ), "html" , null , true );
echo "</td>
<td>";
// line 2253
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "filmo" ], "genre" , [], "any" , false , false , false , 2253 ), "html" , null , true );
echo "</td>
<td>";
// line 2254
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "filmo" ], "duree" , [], "any" , false , false , false , 2254 ), "html" , null , true );
echo "</td>
<td>";
// line 2255
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "filmo" ], "coprod" , [], "any" , false , false , false , 2255 ), "html" , null , true );
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'filmo' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 2258
echo " </tbody>
</table>
</div>
";
// line 2262
if ( twig_get_attribute ( $this -> env , $this -> source , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "catalogueComplet" , [], "any" , false , false , false , 2262 ), "name" , [], "any" , false , false , false , 2262 )) {
// line 2263
echo " <div class=\"my-3\">
<a href=\"";
// line 2264
echo twig_escape_filter ( $this -> env , $this -> env -> getRuntime ( 'Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime' )-> asset ( $context [ "prodoeuvre" ], "catalogueCompletFile" ), "html" , null , true );
echo "\" target=\"_blank\">
Voir le catalogue
</a>
</div>
";
}
// line 2269
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
<div class=\"form-group\">
";
// line 2273
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "adherent" , [], "any" , false , false , false , 2273 ) == "Oui" )) {
// line 2274
echo " Structure de production adhérente à " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "adherentPrecision" , [], "any" , false , false , false , 2274 ), "html" , null , true );
echo "<br>
";
}
// line 2276
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "coprodInter" , [], "any" , false , false , false , 2276 ) == "occasionnellement" ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "coprodInter" , [], "any" , false , false , false , 2276 ) == "regulierement" ))) {
// line 2277
echo " Développe
";
// line 2278
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "coprodInter" , [], "any" , false , false , false , 2278 ) == "occasionnellement" )) {
// line 2279
echo " occasionnellement
";
} else {
// line 2281
echo " régulièrement
";
}
// line 2283
echo " des productions internationales<br>
";
}
// line 2285
echo " " ;
if (((twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "prodExe" , [], "any" , false , false , false , 2285 ) == "occasionnellement" ) || ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "prodExe" , [], "any" , false , false , false , 2285 ) == "regulierement" ))) {
// line 2286
echo " Production exécutive
";
// line 2287
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "prodExeNationale" , [], "any" , false , false , false , 2287 )) {
// line 2288
echo " nationale
";
}
// line 2290
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "prodExeInternationale" , [], "any" , false , false , false , 2290 )) {
// line 2291
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "prodExeNationale" , [], "any" , false , false , false , 2291 )) {
// line 2292
echo " et
";
}
// line 2294
echo " internationale
";
}
// line 2296
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "prodExe" , [], "any" , false , false , false , 2296 ) == "occasionnellement" )) {
// line 2297
echo " occasionnelle
";
} else {
// line 2299
echo " régulière
";
}
// line 2301
echo " <br>
";
}
// line 2303
echo " " ;
if ((twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "distribution" , [], "any" , false , false , false , 2303 ) == "Oui" )) {
// line 2304
echo " Distributeur
";
// line 2305
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "distributionFilmType" , [], "any" , false , false , false , 2305 )) {
// line 2306
echo " de " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "distributionFilmType" , [], "any" , false , false , false , 2306 ), "html" , null , true );
echo "
";
}
// line 2308
echo " " ;
}
// line 2309
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "langueEtrangerePrecision" , [], "any" , false , false , false , 2309 )) {
echo " Langue(s) pratiquée(s) : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodoeuvre" ], "langueEtrangerePrecision" , [], "any" , false , false , false , 2309 ), "html" , null , true );
echo "<br>" ;
}
// line 2310
echo " </div>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'prodoeuvre' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 2314
echo "
";
}
// line 2316
echo "
";
// line 2317
if (((isset( $context [ "type" ]) || array_key_exists ( "type" , $context ) ? $context [ "type" ] : (function () { throw new RuntimeError ( 'Variable "type" does not exist.' , 2317 , $this -> source ); })()) == "prodfilmscom" )) {
// line 2318
echo "
";
// line 2319
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "user" ]) || array_key_exists ( "user" , $context ) ? $context [ "user" ] : (function () { throw new RuntimeError ( 'Variable "user" does not exist.' , 2319 , $this -> source ); })()), "productionsCom" , [], "any" , false , false , false , 2319 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "prodfilmcom" ]) {
// line 2320
echo " <div class=\"form-group col-12\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Descriptif de l'activité principale de production
</div>
";
// line 2325
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "presentation" , [], "any" , false , false , false , 2325 ) != "" )) {
// line 2326
echo " <div class=\"form-group\">
";
// line 2327
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "presentation" , [], "any" , false , false , false , 2327 ), "html" , null , true );
echo "
</div>
";
}
// line 2330
echo "
";
// line 2331
if ((((((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genreCaptation" , [], "any" , false , false , false , 2331 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genreClipMusic" , [], "any" , false , false , false , 2331 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genreFilmPeda" , [], "any" , false , false , false , 2331 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genreMagazine" , [], "any" , false , false , false , 2331 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genrePub" , [], "any" , false , false , false , 2331 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genreReportage" , [], "any" , false , false , false , 2331 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genreTeaser" , [], "any" , false , false , false , 2331 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genreVideo" , [], "any" , false , false , false , 2331 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genreAutre" , [], "any" , false , false , false , 2331 ))) {
// line 2332
echo " <div class=\"form-group\">
Genre de production :
<ul>
";
// line 2335
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genreCaptation" , [], "any" , false , false , false , 2335 )) {
echo "<li>Captation</li>" ;
}
// line 2336
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genreClipMusic" , [], "any" , false , false , false , 2336 )) {
echo "<li>Clip musical</li>" ;
}
// line 2337
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genreFilmPeda" , [], "any" , false , false , false , 2337 )) {
echo "<li>Film pédagogique</li>" ;
}
// line 2338
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genreMagazine" , [], "any" , false , false , false , 2338 )) {
echo "<li>Magazine corporate</li>" ;
}
// line 2339
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genrePub" , [], "any" , false , false , false , 2339 )) {
echo "<li>Publicité</li>" ;
}
// line 2340
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genreReportage" , [], "any" , false , false , false , 2340 )) {
echo "<li>Reportage</li>" ;
}
// line 2341
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genreTeaser" , [], "any" , false , false , false , 2341 )) {
echo "<li>Teaser</li>" ;
}
// line 2342
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genreVideo" , [], "any" , false , false , false , 2342 )) {
echo "<li>Vidéo de présentation</li>" ;
}
// line 2343
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genreAutre" , [], "any" , false , false , false , 2343 )) {
echo "<li>" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "genreAutrePrecision" , [], "any" , false , false , false , 2343 ), "html" , null , true );
echo "</li>" ;
}
// line 2344
echo " </ul>
</div>
";
}
// line 2347
echo "
";
// line 2348
if ((((((( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "techAnim" , [], "any" , false , false , false , 2348 ) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "techPriseVueSol" , [], "any" , false , false , false , 2348 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "techRealAug" , [], "any" , false , false , false , 2348 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "techVideo360" , [], "any" , false , false , false , 2348 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "techVr" , [], "any" , false , false , false , 2348 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "techWeb" , [], "any" , false , false , false , 2348 )) || twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "techAutre" , [], "any" , false , false , false , 2348 ))) {
// line 2349
echo " <div class=\"form-group\">
Technique et format :
<ul>
";
// line 2352
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "techAnim" , [], "any" , false , false , false , 2352 )) {
echo "<li>Animation/Motion design</li>" ;
}
// line 2353
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "techPriseVueSol" , [], "any" , false , false , false , 2353 )) {
echo "<li>Prise vue au sol</li>" ;
}
// line 2354
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "techRealAug" , [], "any" , false , false , false , 2354 )) {
echo "<li>Réalité augmentée</li>" ;
}
// line 2355
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "techVideo360" , [], "any" , false , false , false , 2355 )) {
echo "<li>Vidéo 360°</li>" ;
}
// line 2356
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "techVr" , [], "any" , false , false , false , 2356 )) {
echo "<li>VR</li>" ;
}
// line 2357
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "techWeb" , [], "any" , false , false , false , 2357 )) {
echo "<li>Web</li>" ;
}
// line 2358
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "techAutre" , [], "any" , false , false , false , 2358 )) {
echo "<li>" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "techAutrePrecision" , [], "any" , false , false , false , 2358 ), "html" , null , true );
echo "</li>" ;
}
// line 2359
echo " </ul>
</div>
";
}
// line 2362
echo "
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Travaux représentatifs
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Genre de production</th>
<th scope=\"col\">Lien</th>
</tr>
</thead>
<tbody>
";
// line 2377
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "travaux" , [], "any" , false , false , false , 2377 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "travaux" ]) {
// line 2378
echo " <tr>
<td>";
// line 2379
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "travaux" ], "annee" , [], "any" , false , false , false , 2379 ), "html" , null , true );
echo "</td>
<td>";
// line 2380
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "travaux" ], "titre" , [], "any" , false , false , false , 2380 ), "html" , null , true );
echo "</td>
<td>";
// line 2381
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "travaux" ], "typeVideo" , [], "any" , false , false , false , 2381 ), "html" , null , true );
echo "</td>
<td>";
// line 2382
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "travaux" ], "lienUrl" , [], "any" , false , false , false , 2382 )) {
echo "<a href=\"" ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "travaux" ], "lienUrl" , [], "any" , false , false , false , 2382 ), "html" , null , true );
echo "\" target=\"_blank\">accéder à la page</a>" ;
}
echo "</td>
</tr>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'travaux' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 2385
echo " </tbody>
</table>
</div>
";
// line 2388
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "lienDemo" , [], "any" , false , false , false , 2388 )) {
// line 2389
echo " <div class=\"form-group\">
Démo : <a href=\"";
// line 2390
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "lienDemo" , [], "any" , false , false , false , 2390 ), "html" , null , true );
echo "\" target=\"_blank\">accéder à la démo</a>
</div>
";
}
// line 2393
echo " " ;
if (twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "lienAutreProjet" , [], "any" , false , false , false , 2393 )) {
// line 2394
echo " <div class=\"form-group\">
Chaîne web : <a href=\"";
// line 2395
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "lienAutreProjet" , [], "any" , false , false , false , 2395 ), "html" , null , true );
echo "\" target=\"_blank\">accéder à la chaîne web</a>
</div>
";
}
// line 2398
echo "
";
// line 2399
if (( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "langueEtrangerePrecision" , [], "any" , false , false , false , 2399 ) != "" )) {
// line 2400
echo " <div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires sur votre activité de production
</div>
<div class=\"form-group\">
";
// line 2404
if ( twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "langueEtrangerePrecision" , [], "any" , false , false , false , 2404 )) {
echo "Langue(s) pratiquée(s) : " ;
echo twig_escape_filter ( $this -> env , twig_get_attribute ( $this -> env , $this -> source , $context [ "prodfilmcom" ], "langueEtrangerePrecision" , [], "any" , false , false , false , 2404 ), "html" , null , true );
echo "<br>" ;
}
// line 2405
echo " </div>
";
}
// line 2407
echo "
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'prodfilmcom' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 2409
echo "
";
}
// line 2411
echo " </div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> leave ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof );
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> leave ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof );
}
// line 2414
public function block_javascripts ( $context , array $blocks = [])
{
$macros = $this -> macros ;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this -> extensions [ "Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension" ];
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> enter ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "block" , "javascripts" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this -> extensions [ "Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension" ];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> enter ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "block" , "javascripts" ));
// line 2415
echo " <script>
jQuery(document).ready(function() {
\$('a').popover();
\$('#modal').modal({
backdrop: 'static'
});
})
</script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> leave ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof );
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> leave ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof );
}
public function getTemplateName ()
{
return "catalogue/fiche.html.twig" ;
}
public function isTraitable ()
{
return false ;
}
public function getDebugInfo ()
{
return array ( 5747 => 2415 , 5737 => 2414 , 5726 => 2411 , 5722 => 2409 , 5715 => 2407 , 5711 => 2405 , 5705 => 2404 , 5699 => 2400 , 5697 => 2399 , 5694 => 2398 , 5688 => 2395 , 5685 => 2394 , 5682 => 2393 , 5676 => 2390 , 5673 => 2389 , 5671 => 2388 , 5666 => 2385 , 5653 => 2382 , 5649 => 2381 , 5645 => 2380 , 5641 => 2379 , 5638 => 2378 , 5634 => 2377 , 5617 => 2362 , 5612 => 2359 , 5605 => 2358 , 5600 => 2357 , 5595 => 2356 , 5590 => 2355 , 5585 => 2354 , 5580 => 2353 , 5576 => 2352 , 5571 => 2349 , 5569 => 2348 , 5566 => 2347 , 5561 => 2344 , 5554 => 2343 , 5549 => 2342 , 5544 => 2341 , 5539 => 2340 , 5534 => 2339 , 5529 => 2338 , 5524 => 2337 , 5519 => 2336 , 5515 => 2335 , 5510 => 2332 , 5508 => 2331 , 5505 => 2330 , 5499 => 2327 , 5496 => 2326 , 5494 => 2325 , 5487 => 2320 , 5483 => 2319 , 5480 => 2318 , 5478 => 2317 , 5475 => 2316 , 5471 => 2314 , 5462 => 2310 , 5455 => 2309 , 5452 => 2308 , 5446 => 2306 , 5444 => 2305 , 5441 => 2304 , 5438 => 2303 , 5434 => 2301 , 5430 => 2299 , 5426 => 2297 , 5423 => 2296 , 5419 => 2294 , 5415 => 2292 , 5412 => 2291 , 5409 => 2290 , 5405 => 2288 , 5403 => 2287 , 5400 => 2286 , 5397 => 2285 , 5393 => 2283 , 5389 => 2281 , 5385 => 2279 , 5383 => 2278 , 5380 => 2277 , 5377 => 2276 , 5371 => 2274 , 5369 => 2273 , 5363 => 2269 , 5355 => 2264 , 5352 => 2263 , 5350 => 2262 , 5344 => 2258 , 5335 => 2255 , 5331 => 2254 , 5327 => 2253 , 5323 => 2252 , 5319 => 2251 , 5315 => 2250 , 5311 => 2249 , 5308 => 2248 , 5304 => 2247 , 5284 => 2229 , 5279 => 2226 , 5270 => 2225 , 5262 => 2224 , 5257 => 2221 , 5255 => 2220 , 5252 => 2219 , 5247 => 2216 , 5238 => 2215 , 5231 => 2214 , 5224 => 2213 , 5217 => 2212 , 5211 => 2211 , 5206 => 2208 , 5204 => 2207 , 5201 => 2206 , 5196 => 2203 , 5189 => 2202 , 5182 => 2201 , 5175 => 2200 , 5168 => 2199 , 5161 => 2198 , 5155 => 2197 , 5150 => 2194 , 5148 => 2193 , 5145 => 2192 , 5140 => 2189 , 5133 => 2188 , 5126 => 2187 , 5119 => 2186 , 5112 => 2185 , 5105 => 2184 , 5099 => 2183 , 5094 => 2180 , 5092 => 2179 , 5085 => 2174 , 5079 => 2171 , 5076 => 2170 , 5074 => 2169 , 5067 => 2164 , 5063 => 2163 , 5060 => 2162 , 5058 => 2161 , 5055 => 2160 , 5051 => 2158 , 5041 => 2153 , 5035 => 2150 , 5032 => 2149 , 5030 => 2148 , 5027 => 2147 , 5022 => 2144 , 5016 => 2142 , 5013 => 2141 , 5007 => 2138 , 5004 => 2137 , 4998 => 2136 , 4992 => 2135 , 4986 => 2134 , 4980 => 2133 , 4975 => 2132 , 4972 => 2131 , 4970 => 2130 , 4965 => 2127 , 4963 => 2126 , 4957 => 2122 , 4951 => 2119 , 4945 => 2115 , 4943 => 2114 , 4940 => 2113 , 4934 => 2109 , 4925 => 2106 , 4921 => 2105 , 4917 => 2104 , 4913 => 2103 , 4909 => 2102 , 4905 => 2101 , 4902 => 2100 , 4898 => 2099 , 4880 => 2083 , 4878 => 2082 , 4872 => 2078 , 4863 => 2075 , 4859 => 2074 , 4855 => 2073 , 4852 => 2072 , 4848 => 2071 , 4830 => 2055 , 4825 => 2054 , 4820 => 2053 , 4815 => 2052 , 4810 => 2051 , 4805 => 2050 , 4800 => 2049 , 4796 => 2048 , 4785 => 2040 , 4776 => 2035 , 4772 => 2032 , 4766 => 2029 , 4763 => 2028 , 4761 => 2027 , 4758 => 2026 , 4753 => 2023 , 4747 => 2021 , 4744 => 2020 , 4738 => 2017 , 4735 => 2016 , 4729 => 2015 , 4723 => 2014 , 4717 => 2013 , 4711 => 2012 , 4706 => 2011 , 4703 => 2010 , 4701 => 2009 , 4696 => 2006 , 4694 => 2005 , 4688 => 2001 , 4682 => 1998 , 4676 => 1994 , 4674 => 1993 , 4671 => 1992 , 4665 => 1988 , 4656 => 1985 , 4652 => 1984 , 4648 => 1983 , 4644 => 1982 , 4640 => 1981 , 4636 => 1980 , 4633 => 1979 , 4629 => 1978 , 4611 => 1962 , 4609 => 1961 , 4603 => 1957 , 4594 => 1954 , 4590 => 1953 , 4586 => 1952 , 4583 => 1951 , 4579 => 1950 , 4561 => 1934 , 4556 => 1933 , 4552 => 1932 , 4541 => 1924 , 4532 => 1919 , 4528 => 1916 , 4522 => 1913 , 4519 => 1912 , 4517 => 1911 , 4514 => 1910 , 4509 => 1907 , 4503 => 1905 , 4500 => 1904 , 4494 => 1901 , 4491 => 1900 , 4485 => 1899 , 4479 => 1898 , 4473 => 1897 , 4467 => 1896 , 4462 => 1895 , 4459 => 1894 , 4457 => 1893 , 4452 => 1890 , 4450 => 1889 , 4444 => 1885 , 4438 => 1882 , 4432 => 1878 , 4430 => 1877 , 4427 => 1876 , 4421 => 1872 , 4412 => 1869 , 4408 => 1868 , 4404 => 1867 , 4400 => 1866 , 4396 => 1865 , 4392 => 1864 , 4389 => 1863 , 4385 => 1862 , 4367 => 1846 , 4365 => 1845 , 4359 => 1842 , 4349 => 1835 , 4340 => 1830 , 4336 => 1827 , 4330 => 1824 , 4327 => 1823 , 4325 => 1822 , 4322 => 1821 , 4317 => 1818 , 4311 => 1816 , 4308 => 1815 , 4302 => 1812 , 4299 => 1811 , 4293 => 1810 , 4287 => 1809 , 4281 => 1808 , 4275 => 1807 , 4270 => 1806 , 4267 => 1805 , 4265 => 1804 , 4260 => 1801 , 4258 => 1800 , 4252 => 1796 , 4246 => 1793 , 4240 => 1789 , 4238 => 1788 , 4235 => 1787 , 4229 => 1783 , 4220 => 1780 , 4216 => 1779 , 4212 => 1778 , 4208 => 1777 , 4204 => 1776 , 4200 => 1775 , 4197 => 1774 , 4193 => 1773 , 4175 => 1757 , 4173 => 1756 , 4167 => 1752 , 4158 => 1749 , 4154 => 1748 , 4150 => 1747 , 4146 => 1746 , 4142 => 1745 , 4139 => 1744 , 4135 => 1743 , 4115 => 1725 , 4110 => 1724 , 4105 => 1723 , 4101 => 1722 , 4090 => 1714 , 4080 => 1707 , 4071 => 1702 , 4067 => 1699 , 4061 => 1696 , 4058 => 1695 , 4056 => 1694 , 4053 => 1693 , 4048 => 1690 , 4042 => 1688 , 4039 => 1687 , 4033 => 1684 , 4030 => 1683 , 4024 => 1682 , 4018 => 1681 , 4012 => 1680 , 4006 => 1679 , 4001 => 1678 , 3998 => 1677 , 3996 => 1676 , 3991 => 1673 , 3989 => 1672 , 3983 => 1668 , 3977 => 1665 , 3971 => 1661 , 3969 => 1660 , 3966 => 1659 , 3960 => 1655 , 3951 => 1652 , 3947 => 1651 , 3943 => 1650 , 3939 => 1649 , 3935 => 1648 , 3931 => 1647 , 3928 => 1646 , 3924 => 1645 , 3906 => 1629 , 3904 => 1628 , 3900 => 1626 , 3896 => 1624 , 3891 => 1623 , 3886 => 1622 , 3882 => 1621 , 3879 => 1620 , 3877 => 1618 , 3876 => 1617 , 3875 => 1616 , 3873 => 1615 , 3869 => 1613 , 3864 => 1612 , 3859 => 1611 , 3854 => 1610 , 3849 => 1609 , 3844 => 1608 , 3839 => 1607 , 3834 => 1606 , 3829 => 1605 , 3824 => 1604 , 3819 => 1603 , 3815 => 1602 , 3812 => 1601 , 3810 => 1599 , 3809 => 1598 , 3808 => 1597 , 3807 => 1596 , 3806 => 1595 , 3805 => 1594 , 3804 => 1593 , 3803 => 1592 , 3802 => 1591 , 3801 => 1590 , 3800 => 1589 , 3798 => 1588 , 3794 => 1586 , 3789 => 1585 , 3784 => 1584 , 3779 => 1583 , 3775 => 1582 , 3772 => 1581 , 3770 => 1579 , 3769 => 1578 , 3768 => 1577 , 3767 => 1576 , 3766 => 1575 , 3756 => 1568 , 3747 => 1563 , 3743 => 1560 , 3737 => 1557 , 3734 => 1556 , 3732 => 1555 , 3729 => 1554 , 3724 => 1551 , 3718 => 1549 , 3715 => 1548 , 3709 => 1545 , 3706 => 1544 , 3700 => 1543 , 3694 => 1542 , 3688 => 1541 , 3682 => 1540 , 3677 => 1539 , 3674 => 1538 , 3672 => 1537 , 3667 => 1534 , 3665 => 1533 , 3659 => 1529 , 3653 => 1526 , 3647 => 1522 , 3645 => 1521 , 3642 => 1520 , 3636 => 1516 , 3627 => 1513 , 3623 => 1512 , 3619 => 1511 , 3615 => 1510 , 3611 => 1509 , 3607 => 1508 , 3604 => 1507 , 3600 => 1506 , 3582 => 1490 , 3580 => 1489 , 3577 => 1488 , 3571 => 1485 , 3565 => 1481 , 3563 => 1480 , 3558 => 1477 , 3553 => 1476 , 3548 => 1475 , 3543 => 1474 , 3538 => 1473 , 3533 => 1472 , 3528 => 1471 , 3523 => 1470 , 3518 => 1469 , 3513 => 1468 , 3508 => 1467 , 3503 => 1466 , 3498 => 1465 , 3494 => 1464 , 3483 => 1456 , 3474 => 1451 , 3470 => 1448 , 3464 => 1445 , 3461 => 1444 , 3459 => 1443 , 3456 => 1442 , 3451 => 1439 , 3445 => 1437 , 3442 => 1436 , 3436 => 1433 , 3433 => 1432 , 3427 => 1431 , 3421 => 1430 , 3415 => 1429 , 3409 => 1428 , 3404 => 1427 , 3401 => 1426 , 3399 => 1425 , 3394 => 1422 , 3392 => 1421 , 3386 => 1417 , 3380 => 1414 , 3374 => 1410 , 3372 => 1409 , 3369 => 1408 , 3363 => 1404 , 3354 => 1401 , 3350 => 1400 , 3346 => 1399 , 3342 => 1398 , 3338 => 1397 , 3334 => 1396 , 3331 => 1395 , 3327 => 1394 , 3309 => 1378 , 3307 => 1377 , 3302 => 1374 , 3295 => 1373 , 3290 => 1372 , 3285 => 1371 , 3280 => 1370 , 3275 => 1369 , 3270 => 1368 , 3265 => 1367 , 3260 => 1366 , 3255 => 1365 , 3250 => 1364 , 3245 => 1363 , 3240 => 1362 , 3235 => 1361 , 3230 => 1360 , 3225 => 1359 , 3220 => 1358 , 3215 => 1357 , 3210 => 1356 , 3206 => 1355 , 3195 => 1347 , 3186 => 1342 , 3182 => 1339 , 3176 => 1336 , 3173 => 1335 , 3171 => 1334 , 3168 => 1333 , 3163 => 1330 , 3157 => 1328 , 3154 => 1327 , 3148 => 1324 , 3145 => 1323 , 3139 => 1322 , 3133 => 1321 , 3127 => 1320 , 3121 => 1319 , 3116 => 1318 , 3113 => 1317 , 3111 => 1316 , 3106 => 1313 , 3104 => 1312 , 3098 => 1308 , 3092 => 1305 , 3086 => 1301 , 3084 => 1300 , 3081 => 1299 , 3075 => 1295 , 3066 => 1292 , 3062 => 1291 , 3058 => 1290 , 3054 => 1289 , 3050 => 1288 , 3046 => 1287 , 3043 => 1286 , 3039 => 1285 , 3021 => 1269 , 3019 => 1268 , 3013 => 1264 , 3004 => 1261 , 3000 => 1260 , 2996 => 1259 , 2993 => 1258 , 2989 => 1257 , 2971 => 1241 , 2966 => 1240 , 2961 => 1239 , 2957 => 1238 , 2946 => 1230 , 2937 => 1225 , 2933 => 1222 , 2927 => 1219 , 2924 => 1218 , 2922 => 1217 , 2919 => 1216 , 2914 => 1213 , 2908 => 1211 , 2905 => 1210 , 2899 => 1207 , 2896 => 1206 , 2890 => 1205 , 2884 => 1204 , 2878 => 1203 , 2872 => 1202 , 2867 => 1201 , 2864 => 1200 , 2862 => 1199 , 2857 => 1196 , 2855 => 1195 , 2849 => 1191 , 2843 => 1188 , 2837 => 1184 , 2835 => 1183 , 2832 => 1182 , 2826 => 1178 , 2817 => 1175 , 2813 => 1174 , 2809 => 1173 , 2805 => 1172 , 2801 => 1171 , 2797 => 1170 , 2794 => 1169 , 2790 => 1168 , 2772 => 1152 , 2770 => 1151 , 2765 => 1148 , 2760 => 1147 , 2755 => 1146 , 2751 => 1144 , 2744 => 1143 , 2739 => 1142 , 2735 => 1141 , 2731 => 1139 , 2728 => 1138 , 2724 => 1136 , 2720 => 1134 , 2715 => 1133 , 2710 => 1132 , 2705 => 1131 , 2700 => 1130 , 2696 => 1129 , 2692 => 1127 , 2689 => 1126 , 2684 => 1125 , 2680 => 1124 , 2676 => 1122 , 2674 => 1121 , 2663 => 1113 , 2653 => 1106 , 2644 => 1101 , 2640 => 1098 , 2634 => 1095 , 2631 => 1094 , 2629 => 1093 , 2626 => 1092 , 2621 => 1089 , 2615 => 1087 , 2612 => 1086 , 2606 => 1083 , 2603 => 1082 , 2597 => 1081 , 2591 => 1080 , 2585 => 1079 , 2579 => 1078 , 2574 => 1077 , 2571 => 1076 , 2569 => 1075 , 2564 => 1072 , 2562 => 1071 , 2556 => 1067 , 2550 => 1064 , 2544 => 1060 , 2542 => 1059 , 2539 => 1058 , 2533 => 1054 , 2524 => 1051 , 2520 => 1050 , 2516 => 1049 , 2512 => 1048 , 2508 => 1047 , 2504 => 1046 , 2501 => 1045 , 2497 => 1044 , 2480 => 1029 , 2478 => 1028 , 2472 => 1024 , 2463 => 1021 , 2459 => 1020 , 2455 => 1019 , 2451 => 1018 , 2448 => 1017 , 2444 => 1016 , 2425 => 999 , 2420 => 998 , 2416 => 997 , 2405 => 989 , 2395 => 982 , 2386 => 977 , 2382 => 974 , 2376 => 971 , 2373 => 970 , 2371 => 969 , 2368 => 968 , 2363 => 965 , 2357 => 963 , 2354 => 962 , 2348 => 959 , 2345 => 958 , 2339 => 957 , 2333 => 956 , 2327 => 955 , 2321 => 954 , 2316 => 953 , 2313 => 952 , 2311 => 951 , 2306 => 948 , 2304 => 947 , 2298 => 943 , 2292 => 940 , 2286 => 936 , 2284 => 935 , 2281 => 934 , 2275 => 930 , 2266 => 927 , 2262 => 926 , 2258 => 925 , 2254 => 924 , 2250 => 923 , 2246 => 922 , 2243 => 921 , 2239 => 920 , 2221 => 904 , 2219 => 903 , 2214 => 900 , 2209 => 899 , 2204 => 898 , 2199 => 897 , 2194 => 896 , 2189 => 895 , 2184 => 894 , 2179 => 893 , 2175 => 892 , 2164 => 884 , 2154 => 877 , 2145 => 872 , 2140 => 868 , 2134 => 865 , 2131 => 864 , 2129 => 863 , 2126 => 862 , 2121 => 859 , 2115 => 857 , 2112 => 856 , 2106 => 853 , 2103 => 852 , 2097 => 851 , 2091 => 850 , 2085 => 849 , 2079 => 848 , 2074 => 847 , 2071 => 846 , 2069 => 845 , 2064 => 842 , 2062 => 841 , 2056 => 837 , 2050 => 834 , 2044 => 830 , 2042 => 829 , 2039 => 828 , 2033 => 824 , 2024 => 821 , 2020 => 820 , 2016 => 819 , 2012 => 818 , 2008 => 817 , 2004 => 816 , 2001 => 815 , 1997 => 814 , 1979 => 798 , 1977 => 797 , 1971 => 794 , 1961 => 787 , 1951 => 780 , 1941 => 773 , 1932 => 768 , 1926 => 763 , 1920 => 760 , 1917 => 759 , 1914 => 758 , 1908 => 755 , 1905 => 754 , 1902 => 753 , 1896 => 750 , 1893 => 749 , 1890 => 748 , 1884 => 745 , 1881 => 744 , 1878 => 743 , 1872 => 740 , 1869 => 739 , 1866 => 738 , 1860 => 735 , 1857 => 734 , 1854 => 733 , 1848 => 730 , 1845 => 729 , 1842 => 728 , 1836 => 725 , 1833 => 724 , 1830 => 723 , 1824 => 720 , 1821 => 719 , 1818 => 718 , 1812 => 715 , 1809 => 714 , 1806 => 713 , 1800 => 710 , 1797 => 709 , 1794 => 708 , 1788 => 705 , 1785 => 704 , 1783 => 703 , 1773 => 695 , 1770 => 694 , 1767 => 693 , 1764 => 692 , 1761 => 691 , 1758 => 690 , 1755 => 689 , 1752 => 688 , 1749 => 687 , 1746 => 686 , 1743 => 685 , 1740 => 684 , 1737 => 683 , 1734 => 682 , 1731 => 681 , 1728 => 680 , 1725 => 679 , 1722 => 678 , 1719 => 677 , 1716 => 676 , 1713 => 675 , 1710 => 674 , 1707 => 673 , 1704 => 672 , 1701 => 671 , 1698 => 670 , 1695 => 669 , 1692 => 668 , 1689 => 667 , 1686 => 666 , 1683 => 665 , 1680 => 664 , 1677 => 663 , 1674 => 662 , 1671 => 661 , 1668 => 660 , 1665 => 659 , 1663 => 658 , 1660 => 657 , 1657 => 656 , 1654 => 655 , 1651 => 654 , 1648 => 653 , 1645 => 652 , 1642 => 651 , 1639 => 650 , 1636 => 649 , 1633 => 648 , 1630 => 647 , 1627 => 646 , 1625 => 645 , 1622 => 644 , 1619 => 643 , 1616 => 642 , 1613 => 641 , 1610 => 640 , 1607 => 639 , 1604 => 638 , 1601 => 637 , 1598 => 636 , 1595 => 635 , 1592 => 634 , 1589 => 633 , 1587 => 632 , 1584 => 631 , 1580 => 630 , 1577 => 629 , 1575 => 628 , 1572 => 627 , 1568 => 625 , 1561 => 623 , 1557 => 621 , 1551 => 618 , 1548 => 617 , 1546 => 616 , 1543 => 615 , 1538 => 612 , 1532 => 610 , 1529 => 609 , 1523 => 606 , 1520 => 605 , 1514 => 604 , 1508 => 603 , 1502 => 602 , 1496 => 601 , 1491 => 600 , 1488 => 599 , 1486 => 598 , 1481 => 595 , 1479 => 594 , 1473 => 590 , 1471 => 589 , 1468 => 588 , 1462 => 584 , 1453 => 581 , 1449 => 580 , 1445 => 579 , 1441 => 578 , 1437 => 577 , 1433 => 576 , 1430 => 575 , 1426 => 574 , 1408 => 558 , 1406 => 557 , 1403 => 556 , 1398 => 553 , 1394 => 551 , 1386 => 547 , 1384 => 546 , 1380 => 544 , 1377 => 543 , 1373 => 541 , 1365 => 537 , 1363 => 536 , 1359 => 534 , 1356 => 533 , 1352 => 531 , 1344 => 527 , 1341 => 526 , 1337 => 525 , 1334 => 524 , 1331 => 523 , 1327 => 521 , 1319 => 517 , 1317 => 516 , 1313 => 514 , 1310 => 513 , 1306 => 511 , 1298 => 507 , 1296 => 506 , 1292 => 504 , 1289 => 503 , 1285 => 501 , 1277 => 497 , 1275 => 496 , 1271 => 494 , 1269 => 493 , 1264 => 490 , 1262 => 488 , 1261 => 487 , 1260 => 486 , 1259 => 485 , 1258 => 484 , 1257 => 483 , 1256 => 482 , 1255 => 481 , 1254 => 480 , 1253 => 479 , 1252 => 478 , 1249 => 477 , 1244 => 474 , 1240 => 472 , 1232 => 468 , 1229 => 467 , 1225 => 466 , 1222 => 465 , 1219 => 464 , 1215 => 462 , 1207 => 458 , 1204 => 457 , 1200 => 456 , 1197 => 455 , 1194 => 454 , 1190 => 452 , 1182 => 448 , 1179 => 447 , 1175 => 446 , 1172 => 445 , 1169 => 444 , 1165 => 442 , 1157 => 438 , 1154 => 437 , 1150 => 436 , 1147 => 435 , 1144 => 434 , 1140 => 432 , 1132 => 428 , 1129 => 427 , 1125 => 426 , 1122 => 425 , 1119 => 424 , 1115 => 422 , 1107 => 418 , 1104 => 417 , 1100 => 416 , 1097 => 415 , 1094 => 414 , 1090 => 412 , 1082 => 408 , 1079 => 407 , 1075 => 406 , 1072 => 405 , 1069 => 404 , 1065 => 402 , 1057 => 398 , 1054 => 397 , 1050 => 396 , 1047 => 395 , 1044 => 394 , 1040 => 392 , 1032 => 388 , 1029 => 387 , 1025 => 386 , 1022 => 385 , 1020 => 384 , 1015 => 381 , 1013 => 379 , 1012 => 378 , 1011 => 377 , 1010 => 376 , 1009 => 375 , 1008 => 374 , 1007 => 373 , 1006 => 372 , 1005 => 371 , 1004 => 370 , 1003 => 369 , 1002 => 368 , 1001 => 367 , 1000 => 366 , 999 => 365 , 998 => 364 , 997 => 363 , 996 => 362 , 995 => 361 , 994 => 360 , 993 => 359 , 992 => 358 , 991 => 357 , 990 => 356 , 989 => 355 , 988 => 354 , 987 => 353 , 986 => 352 , 983 => 351 , 977 => 347 , 973 => 345 , 965 => 341 , 962 => 340 , 956 => 339 , 953 => 338 , 950 => 337 , 946 => 335 , 938 => 331 , 935 => 330 , 929 => 329 , 926 => 328 , 923 => 327 , 919 => 325 , 911 => 321 , 908 => 320 , 902 => 319 , 899 => 318 , 896 => 317 , 892 => 315 , 884 => 311 , 881 => 310 , 875 => 309 , 872 => 308 , 869 => 307 , 865 => 305 , 857 => 301 , 855 => 300 , 851 => 299 , 848 => 298 , 841 => 297 , 834 => 296 , 831 => 295 , 827 => 293 , 819 => 289 , 817 => 288 , 813 => 287 , 810 => 286 , 803 => 285 , 796 => 284 , 793 => 283 , 789 => 281 , 781 => 277 , 779 => 276 , 775 => 275 , 772 => 274 , 765 => 273 , 758 => 272 , 755 => 271 , 751 => 269 , 743 => 265 , 741 => 264 , 737 => 263 , 734 => 262 , 727 => 261 , 720 => 260 , 717 => 259 , 713 => 257 , 705 => 253 , 703 => 252 , 699 => 251 , 696 => 250 , 689 => 249 , 682 => 248 , 679 => 247 , 675 => 245 , 667 => 241 , 665 => 240 , 661 => 239 , 658 => 238 , 651 => 237 , 644 => 236 , 641 => 235 , 639 => 234 , 634 => 231 , 632 => 229 , 631 => 228 , 630 => 227 , 629 => 226 , 628 => 225 , 627 => 224 , 626 => 223 , 625 => 222 , 624 => 221 , 623 => 220 , 622 => 219 , 621 => 218 , 620 => 217 , 619 => 216 , 618 => 215 , 617 => 214 , 616 => 213 , 615 => 212 , 614 => 211 , 613 => 210 , 612 => 209 , 611 => 208 , 610 => 207 , 609 => 206 , 608 => 205 , 607 => 204 , 606 => 203 , 599 => 198 , 594 => 195 , 589 => 194 , 584 => 193 , 579 => 192 , 575 => 191 , 570 => 188 , 567 => 187 , 561 => 184 , 555 => 180 , 552 => 179 , 546 => 176 , 543 => 175 , 541 => 174 , 534 => 169 , 530 => 168 , 527 => 167 , 525 => 166 , 522 => 165 , 512 => 160 , 507 => 157 , 503 => 155 , 497 => 154 , 488 => 150 , 486 => 149 , 478 => 146 , 476 => 145 , 468 => 142 , 466 => 141 , 458 => 138 , 456 => 137 , 448 => 134 , 446 => 133 , 438 => 130 , 436 => 129 , 428 => 126 , 426 => 125 , 418 => 122 , 415 => 121 , 412 => 120 , 409 => 119 , 406 => 118 , 403 => 117 , 399 => 116 , 394 => 113 , 391 => 112 , 383 => 110 , 375 => 108 , 372 => 107 , 370 => 106 , 366 => 104 , 358 => 102 , 345 => 100 , 343 => 99 , 336 => 98 , 333 => 97 , 327 => 96 , 320 => 94 , 309 => 93 , 305 => 92 , 298 => 91 , 295 => 90 , 290 => 89 , 288 => 88 , 284 => 86 , 282 => 85 , 279 => 84 , 274 => 82 , 271 => 81 , 268 => 80 , 263 => 78 , 260 => 77 , 258 => 76 , 252 => 75 , 247 => 74 , 241 => 72 , 239 => 71 , 229 => 64 , 226 => 63 , 222 => 62 , 212 => 55 , 206 => 52 , 201 => 49 , 198 => 48 , 192 => 47 , 189 => 46 , 184 => 45 , 181 => 44 , 178 => 43 , 172 => 42 , 169 => 41 , 164 => 40 , 161 => 39 , 158 => 38 , 152 => 37 , 149 => 36 , 144 => 35 , 141 => 34 , 138 => 33 , 132 => 32 , 129 => 31 , 124 => 30 , 121 => 29 , 119 => 28 , 115 => 26 , 105 => 25 , 81 => 9 , 71 => 8 , 61 => 2414 , 58 => 2413 , 56 => 25 , 53 => 24 , 51 => 8 , 48 => 7 , 46 => 1 ,);
}
public function getSourceContext ()
{
return new Source ( "{% form_theme form with
[
'bootstrap_4_layout.html.twig',
'catalogue/_structure.html.twig',
]
%}
{% block stylesheets %}
<style>
.table th, .table td {
padding: 0.2rem;
vertical-align: top;
border: 1px solid #dee2e6;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-tabs .nav-link {
border: 1px solid #f5f5f5;
}
</style>
{% endblock %}
{% block body %}
<div class=\"container-fluid \">
{% set validation_date = \"\" %}
{% if type == 'prestamoyenstech' %}
{% for prestamoyenstech in user.prestatairesTechniques %}
{% set validation_date = prestamoyenstech.statutDate %}
{% endfor %}
{% endif %}
{% if type == 'prestataireservices' %}
{% for prestaservices in user.prestatairesLogistiques %}
{% set validation_date = prestaservices.statutDate %}
{% endfor %}
{% endif %}
{% if type == 'prodoeuvres' %}
{% for prodoeuvre in user.productionsCineAudio %}
{% set validation_date = prodoeuvre.statutDate %}
{% endfor %}
{% endif %}
{% if type == 'prodfilmscom' %}
{% for prodfilmcom in user.productionsCom %}
{% set validation_date = prodfilmcom.statutDate %}
{% endfor %}
{% endif %}
<div class=\"row col-12\">
<div class=\"form-group font-weight-bold text-left col-6\" style=\"color: #000000;\">
Profil validé le {{ validation_date|date('d/m/Y') }}
</div>
<div class=\"form-group font-weight-bold text-right col-6\" style=\"color: #000000;\">
<a href=\"{{ path('catalogue_pdf', {'id' : user.id, 'type' : type}) }} \"target=\"_blank\" class=\"\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Télécharger\" data-content=\"Fiche de la structure\" style=\"cursor: pointer\">
<i class=\"fas fa-file-pdf\" style=\"color: red; font-size: 1.5rem\"></i>
</a>
</div>
</div>
{% for structure in user.structures %}
<div class=\"form-group p-4 text-center mb-0\" style=\"background-color: #07628D; color: #FFFFFF; font-size: 2rem; line-height: 2rem; border: solid 1px #dddddd\">
{{ structure.nom | upper }}
</div>
<div class=\"form-group mx-3\">
<div class=\"row\">
<div class=\"form-group p-2 col-12\" style=\"background-image: linear-gradient(#016C93, #01A7AB); color: #FFFFFF; line-height: 0.6rem\">
<div class=\"form-group row col-12 pt-2 mb-0\">
<div class=\"form-group col-5\">
{% if structure.adresseType %}
<b><u>{{ structure.adresseType }}</u></b><br><br>
{% endif %}
{{ structure.adresse }}<br><br>
{{ structure.codePostal }} {{ structure.ville }}<br><br>
{% if structure.formeJuridique %}
<strong><u>Forme juridique</u></strong><br/><br/>
{{ structure.formeJuridique }}<br/><br/>
{% endif %}
{% if structure.dateCreation %}
<strong><u>Création de la structure</u></strong><br/><br/>
{{ structure.dateCreation|date('d/m/Y') }}<br/><br/>
{% endif %}
</div>
{% if user.type == \"structure\" %}
<div class=\"form-group col-4\">
<strong><u>Contact</u></strong><br><br>
{% if structure.referent != \"dirigeant\" and structure.contacts|length > 0 %}
{% for contact in structure.contacts %}
{% if contact.referent == true %}
{{ contact.prenom }} {{ contact.nom | upper }}<br/><br/>
{{ contact.fonction }}<br/><br/>
{% if contact.telephoneFixe %}{{ contact.telephoneFixe }}{% endif %} {% if contact.telephoneMobile %} | {{ contact.telephoneMobile }}{% endif %}<br/><br/>
<a style=\"color: #fff;\" href=\"mailto:{{ contact.mail }}\">{{ contact.mail }}</a>
{% endif %}
{% endfor %}
{% else %}
{{ structure.dirigeantPrenom }} {{ structure.dirigeantNom | upper }}<br/><br/>
{% if structure.dirigeantTelephoneFixe == true or structure.dirigeantTelephoneMobile == true %}
{% if structure.dirigeantTelephoneFixe == true %}{{ structure.dirigeantTelephoneFixe }}{% endif %} {% if structure.dirigeantTelephoneMobile == true %} | {{ structure.dirigeantTelephoneMobile }}{% endif %}<br/><br/>
{% endif %}
<a style=\"color: #fff;\" href=\"mailto:{{ structure.dirigeantMail }}\">{{ structure.dirigeantMail }}</a>
{% endif %}
</div>
<div class=\"form-group col-3\">
{% set test_url = structure.site[:4] %}
{% if test_url != \"http\" %}
<a style=\"color: #fff;\" href=\"http://{{ structure.site }}\" target=\"_blank\">{{ structure.site }}</a><br/><br/>
{% else %}
<a style=\"color: #fff;\" href=\"{{ structure.site }}\" target=\"_blank\">{{ structure.site }}</a><br/><br/>
{% endif %}
{% if structure.reseauxSociaux|length > 0 %}
<strong><u>Réseaux sociaux</u></strong><br/><br/>
<div class=\"form-group mb-0\" style=\"line-height: normal\">
{% for reseau in structure.reseauxSociaux %}
{% set enteteurl = \"\" %}
{% if not(reseau.url starts with 'http') %}
{% set enteteurl = \"http://\" %}
{% endif %}
{% if reseau.nom == 'Facebook'%}
<a href=\"{{ enteteurl }}{{ reseau.url }}\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Facebook\" class=\"pr-1\">
<img src=\"/images/facebook.png\" alt=\"Facebook\" width=\"20px\">
</a>
{% elseif reseau.nom == 'Flickr'%}
<a href=\"{{ enteteurl }}{{ reseau.url }}\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Flickr\" class=\"pr-1\">
<img src=\"/images/flickr.png\" alt=\"Flickr\" width=\"20px\">
</a>
{% elseif reseau.nom == 'Instagram'%}
<a href=\"{{ enteteurl }}{{ reseau.url }}\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Instagram\" class=\"pr-1\">
<img src=\"/images/instagram.png\" alt=\"Instagram\" width=\"20px\">
</a>
{% elseif reseau.nom == 'LinkedIn'%}
<a href=\"{{ enteteurl }}{{ reseau.url }}\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"LinkedIn\" class=\"pr-1\">
<img src=\"/images/linkdin.png\" alt=\"LinkedIn\" width=\"20px\">
</a>
{% elseif reseau.nom == 'Tumblr'%}
<a href=\"{{ enteteurl }}{{ reseau.url }}\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Tumblr\" class=\"pr-1\">
<img src=\"/images/tumblr.png\" alt=\"Tumblr\" width=\"20px\">
</a>
{% elseif reseau.nom == 'Twitter'%}
<a href=\"{{ enteteurl }}{{ reseau.url }}\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Twitter\" class=\"pr-1\">
<img src=\"/images/twitter.png\" alt=\"Twitter\" width=\"20px\">
</a>
{% elseif reseau.nom == 'Vimeo'%}
<a href=\"{{ enteteurl }}{{ reseau.url }}\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Vimeo\" class=\"pr-1\">
<img src=\"/images/vimeo.png\" alt=\"Vimeo\" width=\"20px\">
</a>
{% elseif reseau.nom == 'Youtube'%}
<a href=\"{{ enteteurl }}{{ reseau.url }}\" target=\"_blank\" data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Youtube\">
<img src=\"/images/youtube.png\" alt=\"Youtube\" width=\"20px\">
</a>
{% endif %}
{% endfor %}
</div>
{% endif %}
</div>
{% endif %}
</div>
</div>
</div>
</div>
{% endfor %}
{% if type == 'prestamoyenstech' %}
{% for prestamoyenstech in user.prestatairesTechniques %}
<div class=\"form-group col-12\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l’activité
</div>
{% if prestamoyenstech.presentation != '' %}
<div class=\"form-group\">
{{ prestamoyenstech.presentation }}
</div>
{% endif %}
{% if prestamoyenstech.activiteSecond != '' %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
activité secondaire
</div>
<div class=\"form-group\">
{{ prestamoyenstech.activiteSecond }}
</div>
{% endif %}
{% if prestamoyenstech.serviceVente or prestamoyenstech.serviceLocAvecOp or prestamoyenstech.serviceLocSansOp or prestamoyenstech.serviceSav %}
<div class=\"form-group\">
<b>Type(s) de service(s) :</b>
<ul>
{% if prestamoyenstech.serviceVente %}<li>Vente</li>{% endif %}
{% if prestamoyenstech.serviceLocSansOp %}<li>Location sans opérateur</li>{% endif %}
{% if prestamoyenstech.serviceLocAvecOp %}<li>Location avec opérateur</li>{% endif %}
{% if prestamoyenstech.serviceSav %}<li>SAV</li>{% endif %}
</ul>
</div>
{% endif %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
matériel et services proposés
</div>
{% if
prestamoyenstech.tournageCameraVideo == true or
prestamoyenstech.tournageCameraCinema == true or
prestamoyenstech.tournageCameraCommentaires != '' or
prestamoyenstech.tournageEquipementSpeVideo == true or
prestamoyenstech.tournageEquipementSpeCinema == true or
prestamoyenstech.tournageEquipementSpeCommentaires != '' or
prestamoyenstech.tournageImageAutreVideo == true or
prestamoyenstech.tournageImageAutreCinema == true or
prestamoyenstech.tournageImageAutreDescriptif == true or
prestamoyenstech.tournageLumiereVideo == true or
prestamoyenstech.tournageLumiereCinema == true or
prestamoyenstech.tournageLumiereCommentaires != '' or
prestamoyenstech.tournageMachineVideo == true or
prestamoyenstech.tournageMachineCinema == true or
prestamoyenstech.tournageMachineCommentaires != '' or
prestamoyenstech.tournageSonVideo == true or
prestamoyenstech.tournageSonCinema == true or
prestamoyenstech.tournageSonCommentaires != '' or
prestamoyenstech.tournageStudioSimpleSurface != '' or
prestamoyenstech.tournageStudioSimpleCommentaires != '' or
prestamoyenstech.tournageStudioVirtuelSurface != '' or
prestamoyenstech.tournageStudioVirtuelCommentaires != '' or
prestamoyenstech.tournagePlateauTvSurface != '' or
prestamoyenstech.tournagePlateauTvCommentaires != '' or
prestamoyenstech.tournageLocauxAutreSurface != '' or
prestamoyenstech.tournageLocauxAutreDescriptif != ''
%}
<div class=\"form-group\">
<b>Tournage :</b>
<ul>
{% if prestamoyenstech.tournageCameraVideo == true or prestamoyenstech.tournageCameraCinema == true %}
{% set camera = '' %}
{% if prestamoyenstech.tournageCameraVideo == true %} {% set camera = 'pour la vidéo et ' %} {% endif %}
{% if prestamoyenstech.tournageCameraCinema == true %} {% set camera = camera ~ 'pour le cinéma et ' %} {% endif %}
<li>
Caméra {{ camera|slice(0, -4) }}
{% if prestamoyenstech.tournageCameraCinema == true and prestamoyenstech.tournageCameraCommentaires != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournageCameraCommentaires }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.tournageEquipementSpeVideo == true or prestamoyenstech.tournageEquipementSpeCinema == true %}
{% if prestamoyenstech.tournageEquipementSpeVideo == true %} {% set equipementspe = 'pour la vidéo et ' %} {% endif %}
{% if prestamoyenstech.tournageEquipementSpeCinema == true %} {% set equipementspe = equipementspe ~ 'pour le cinéma et ' %} {% endif %}
<li>
Equipement spécialisé {{ equipementspe|slice(0, -4) }}
{% if prestamoyenstech.tournageEquipementSpeCinema == true and prestamoyenstech.tournageEquipementSpeCommentaires != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournageEquipementSpeCommentaires }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.tournageImageAutreVideo == true or prestamoyenstech.tournageImageAutreCinema == true %}
{% if prestamoyenstech.tournageImageAutreVideo == true %} {% set imageautre = 'pour la vidéo et ' %} {% endif %}
{% if prestamoyenstech.tournageImageAutreCinema == true %} {% set imageautre = imageautre ~ 'pour le cinéma et ' %} {% endif %}
<li>
Autre {{ imageautre|slice(0, -4) }}
{% if prestamoyenstech.tournageImageAutreCinema == true and prestamoyenstech.tournageImageAutreDescriptif != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournageImageAutreDescriptif }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.tournageLumiereVideo == true or prestamoyenstech.tournageLumiereCinema == true %}
{% if prestamoyenstech.tournageLumiereVideo == true %} {% set lumiere = 'pour la vidéo et ' %} {% endif %}
{% if prestamoyenstech.tournageLumiereCinema == true %} {% set lumiere = lumiere ~ 'pour le cinéma et ' %} {% endif %}
<li>
Lumière et accessoires {{ lumiere|slice(0, -4) }}
{% if prestamoyenstech.tournageLumiereCinema == true and prestamoyenstech.tournageLumiereCommentaires != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournageLumiereCommentaires }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.tournageMachineVideo == true or prestamoyenstech.tournageMachineCommentaires == true %}
{% if prestamoyenstech.tournageMachineVideo == true %} {% set machine = 'pour la vidéo et ' %} {% endif %}
{% if prestamoyenstech.tournageMachineCinema == true %} {% set machine = machine ~ 'pour le cinéma et ' %} {% endif %}
<li>
Machinerie et accessoires {{ machine|slice(0, -4) }}
{% if prestamoyenstech.tournageMachineCinema == true and prestamoyenstech.tournageLumiereCommentaires != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournageMachineCommentaires }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.tournageSonVideo == true or prestamoyenstech.tournageSonCinema == true %}
{% if prestamoyenstech.tournageSonVideo == true %} {% set son = 'pour la vidéo et ' %} {% endif %}
{% if prestamoyenstech.tournageSonCinema == true %} {% set son = son ~ 'pour le cinéma et ' %} {% endif %}
<li>
Son et accessoires {{ son|slice(0, -4) }}
{% if prestamoyenstech.tournageSonCinema == true and prestamoyenstech.tournageSonCommentaires != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournageSonCommentaires }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.tournageStudioSimpleSurface != '' or prestamoyenstech.tournageStudioSimpleCommentaires != '' %}
<li>
Studio simple {% if prestamoyenstech.tournageStudioSimpleSurface != '' %} {{ prestamoyenstech.tournageStudioSimpleSurface }} m² {% endif %}
{% if prestamoyenstech.tournageStudioSimpleCommentaires != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournageStudioSimpleCommentaires }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.tournageStudioVirtuelSurface != '' or prestamoyenstech.tournageStudioVirtuelCommentaires != '' %}
<li>
Studio virtuel {% if prestamoyenstech.tournageStudioVirtuelSurface != '' %} {{ prestamoyenstech.tournageStudioVirtuelSurface }} m² {% endif %}
{% if prestamoyenstech.tournageStudioVirtuelCommentaires != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournageStudioVirtuelCommentaires }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.tournagePlateauTvSurface != '' or prestamoyenstech.tournagePlateauTvCommentaires != '' %}
<li>
Plateau type TV {% if prestamoyenstech.tournagePlateauTvSurface != '' %} {{ prestamoyenstech.tournagePlateauTvSurface }} m² {% endif %}
{% if prestamoyenstech.tournagePlateauTvCommentaires != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournagePlateauTvCommentaires }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.tournageLocauxAutreSurface != '' or prestamoyenstech.tournageStudioSimpleCommentaires != '' %}
<li>
Autres locaux de tournage {% if prestamoyenstech.tournageLocauxAutreSurface != '' %} {{ prestamoyenstech.tournageLocauxAutreSurface }} m² {% endif %}
{% if prestamoyenstech.tournageLocauxAutreDescriptif != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.tournageLocauxAutreDescriptif }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
</ul>
</div>
{% endif %}
{% if
prestamoyenstech.postprodImageMontage == true or
prestamoyenstech.postprodImageMontageLocaux == true or
prestamoyenstech.postprodImageMontageDescriptif != '' or
prestamoyenstech.postprodImageTrucage == true or
prestamoyenstech.postprodImageTrucageLocaux == true or
prestamoyenstech.postprodImageTrucageDescriptif != '' or
prestamoyenstech.postprodImageTitrage == true or
prestamoyenstech.postprodImageTitrageLocaux == true or
prestamoyenstech.postprodImageTitrageDescriptif != '' or
prestamoyenstech.postprodImageAnim == true or
prestamoyenstech.postprodImageAnimLocaux == true or
prestamoyenstech.postprodImageAnimDescriptif != '' or
prestamoyenstech.postprodImageEtalon == true or
prestamoyenstech.postprodImageEtalonLocaux == true or
prestamoyenstech.postprodImageEtalonDescriptif != '' or
prestamoyenstech.postprodSonMusique == true or
prestamoyenstech.postprodSonMusiqueLocaux == true or
prestamoyenstech.postprodSonMusiqueDescriptif != '' or
prestamoyenstech.postprodSonVoixoff == true or
prestamoyenstech.postprodSonVoixoffLocaux == true or
prestamoyenstech.postprodSonVoixoffDescriptif != '' or
prestamoyenstech.postprodSonBruitage == true or
prestamoyenstech.postprodSonBruitageLocaux == true or
prestamoyenstech.postprodSonBruitageDescriptif != '' or
prestamoyenstech.postprodSonMixage == true or
prestamoyenstech.postprodSonMixageLocaux == true or
prestamoyenstech.postprodSonMixageDescriptif != ''
%}
<div class=\"form-group\">
<b>Post-production :</b>
<ul>
{% if prestamoyenstech.postprodImageMontage == true or prestamoyenstech.postprodImageMontageLocaux == true %}
<li>
Station de montage {% if prestamoyenstech.tournageLocauxAutreSurface != '' %} (locaux à disposition) {% endif %}
{% if prestamoyenstech.postprodImageMontageDescriptif != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.postprodImageMontageDescriptif }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.postprodImageTrucage == true or prestamoyenstech.postprodImageTrucageLocaux == true %}
<li>
Trucage & effets spéciaux {% if prestamoyenstech.postprodImageTrucageLocaux != '' %} (locaux à disposition) {% endif %}
{% if prestamoyenstech.postprodImageTrucageDescriptif != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.postprodImageMontageDescriptif }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.postprodImageTitrage == true or prestamoyenstech.postprodImageTitrageLocaux == true %}
<li>
Titrage {% if prestamoyenstech.postprodImageTitrageLocaux != '' %} (locaux à disposition) {% endif %}
{% if prestamoyenstech.postprodImageTitrageDescriptif != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.postprodImageTitrageDescriptif }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.postprodImageAnim == true or prestamoyenstech.postprodImageAnimLocaux == true %}
<li>
Animation/motion design {% if prestamoyenstech.postprodImageAnimLocaux != '' %} (locaux à disposition) {% endif %}
{% if prestamoyenstech.postprodImageAnimDescriptif != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.postprodImageAnimDescriptif }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.postprodImageEtalon == true or prestamoyenstech.postprodImageEtalonLocaux == true %}
<li>
Station d'étalonnage {% if prestamoyenstech.postprodImageEtalonLocaux != '' %} (locaux à disposition) {% endif %}
{% if prestamoyenstech.postprodImageEtalonDescriptif != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.postprodImageEtalonDescriptif }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.postprodSonMusique == true or prestamoyenstech.postprodSonMusiqueLocaux == true %}
<li>
Studio d'enregistrement musique {% if prestamoyenstech.postprodSonMusiqueLocaux != '' %} (locaux à disposition) {% endif %}
{% if prestamoyenstech.postprodSonMusiqueDescriptif != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.postprodSonMusiqueDescriptif }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.postprodSonVoixoff == true or prestamoyenstech.postprodSonVoixoffLocaux == true %}
<li>
Studio d'enregistrement voix-off/doublage {% if prestamoyenstech.postprodSonVoixoffLocaux != '' %} (locaux à disposition) {% endif %}
{% if prestamoyenstech.postprodSonVoixoffDescriptif != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.postprodSonVoixoffDescriptif }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.postprodSonBruitage == true or prestamoyenstech.postprodSonBruitageLocaux == true %}
<li>
Studio d'enregistrement de bruitage {% if prestamoyenstech.postprodSonBruitageLocaux != '' %} (locaux à disposition) {% endif %}
{% if prestamoyenstech.postprodSonBruitageDescriptif != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.postprodSonBruitageDescriptif }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.postprodSonMixage == true or prestamoyenstech.postprodSonMixageLocaux == true %}
<li>
Studio de mixage {% if prestamoyenstech.postprodSonMixageLocaux != '' %} (locaux à disposition) {% endif %}
{% if prestamoyenstech.postprodSonMixageDescriptif != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.postprodSonMixageDescriptif }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
</ul>
</div>
{% endif %}
{% if
prestamoyenstech.diffTechLabo == true or
prestamoyenstech.diffTechMaster == true or
prestamoyenstech.diffTechAuthor == true or
prestamoyenstech.diffOutilsEcran == true or
prestamoyenstech.diffOutilsEcranLocaux == true or
prestamoyenstech.diffOutilsEcranCommentaires != '' or
prestamoyenstech.diffOutilsCasque == true or
prestamoyenstech.diffOutilsCasqueCommentaires != '' or
prestamoyenstech.diffOutilsAutre == true or
prestamoyenstech.diffOutilsAutreDescriptif != ''
%}
<div class=\"form-group\">
<b>Diffusion :</b>
<ul>
{% if prestamoyenstech.diffTechLabo == true %}
<li>
Laboratoire cinéma
{% if prestamoyenstech.diffTechLaboCommentaires != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.diffTechLaboCommentaires }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.diffTechMaster == true %}
<li>
Mastering et encodage
{% if prestamoyenstech.diffTechMasterCommentaires != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.diffTechMasterCommentaires }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.diffTechAuthor == true %}
<li>
Authoring et duplication
{% if prestamoyenstech.diffTechAuthorCommentaires != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.diffTechAuthorCommentaires }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.diffOutilsEcran == true or prestamoyenstech.diffOutilsEcranLocaux == true %}
<li>
Ecran & projection {% if prestamoyenstech.diffOutilsEcranLocaux != '' %} (locaux à disposition) {% endif %}
{% if prestamoyenstech.diffOutilsEcranCommentaires != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.diffOutilsEcranCommentaires }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.diffOutilsCasque == true %}
<li>
Casque de réalité virtuelle
{% if prestamoyenstech.diffOutilsCasqueCommentaires != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.diffOutilsCasqueCommentaires }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
{% if prestamoyenstech.diffOutilsAutre == true %}
<li>
Autre équipement
{% if prestamoyenstech.diffOutilsAutreDescriptif != '' %}
<a data-toggle=\"popover\" data-placement=\"top\" data-trigger=\"hover\" title=\"Description\" data-content=\"{{ prestamoyenstech.diffOutilsAutreDescriptif }}\">
<img src=\"/images/info_bleu_45.png\" alt=\"info\" style=\"width : 15px;\">
</a>
{% endif %}
</li>
{% endif %}
</ul>
</div>
{% endif %}
{% if prestamoyenstech.prestataireTechniqueExperiences|length > 0 %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
{% for experience in prestamoyenstech.prestataireTechniqueExperiences %}
<tr>
<td>{{ experience.annee }}</td>
<td>{{ experience.titre }}</td>
<td>{{ experience.realisation }}</td>
<td>{{ experience.format }}</td>
<td>{{ experience.categorie }}</td>
<td>{{ experience.production }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% endif %}
{% if prestamoyenstech.langues != '' %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
{% if prestamoyenstech.rayonCalvados or prestamoyenstech.rayonEure or prestamoyenstech.rayonManche or prestamoyenstech.rayonOrne or prestamoyenstech.rayonSeineMaritime or prestamoyenstech.rayonHorsNormandie %}
<div class=\"form-group\">
Rayon d'intervention :
<ul>
{% if prestamoyenstech.rayonCalvados or prestamoyenstech.rayonEure or prestamoyenstech.rayonManche or prestamoyenstech.rayonOrne or prestamoyenstech.rayonSeineMaritime %}
{% set rayon_normandie = \" \" %}
{% if prestamoyenstech.rayonCalvados %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
{% if prestamoyenstech.rayonEure %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
{% if prestamoyenstech.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
{% if prestamoyenstech.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
{% if prestamoyenstech.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
<li>
En Normandie : {{ rayon_normandie|slice(0, -2) }}
</li>
{% endif %}
{% if prestamoyenstech.rayonHorsNormandie %}
<li>Hors Normandie : {{ prestamoyenstech.rayonHorsNormandie | capitalize }}</li>
{% endif %}
</ul>
</div>
{% endif %}
{% if prestamoyenstech.langues != '' %}
<div class=\"form-group\">
Langue(s) pratiquée(s) : {{ prestamoyenstech.langues }}
</div>
{% endif %}
{% endif %}
{% endfor %}
{% endif %}
{% if type == 'prestataireservices' %}
{% for prestaservices in user.prestatairesLogistiques %}
{% set cantineongletactif = '' %}
{% set droneongletactif = '' %}
{% set costumeongletactif = '' %}
{% set accessoireongletactif = '' %}
{% set decorongletactif = '' %}
{% set dresseurongletactif = '' %}
{% set effetsSpeciauxongletactif = '' %}
{% set securiteongletactif = '' %}
{% set vehiculeJeuongletactif = '' %}
{% set ressourcerieongletactif = '' %}
{% set vehiculeTransportongletactif = '' %}
{% set vehiculeTechniqueongletactif = '' %}
{% set cantinecontenuactif = '' %}
{% set dronecontenuactif = '' %}
{% set costumecontenuactif = '' %}
{% set accessoirecontenuactif = '' %}
{% set decorcontenuactif = '' %}
{% set dresseurcontenuactif = '' %}
{% set effetsSpeciauxcontenuactif = '' %}
{% set securitecontenuactif = '' %}
{% set vehiculeJeucontenuactif = '' %}
{% set ressourceriecontenuactif = '' %}
{% set vehiculeTransportcontenuactif = '' %}
{% set vehiculeTechniquecontenuactif = '' %}
{% if prestaservices.catering %}
{% set cantineongletactif = 'active' %}
{% set cantinecontenuactif = 'show active' %}
{% elseif prestaservices.costume %}
{% set costumeongletactif = 'active' %}
{% set costumecontenuactif = 'show active' %}
{% elseif prestaservices.accessoire %}
{% set accessoireongletactif = 'active' %}
{% set accessoirecontenuactif = 'show active' %}
{% elseif prestaservices.decor %}
{% set decorongletactif = 'active' %}
{% set decorcontenuactif = 'show active' %}
{% elseif prestaservices.dresseur %}
{% set dresseurongletactif = 'active' %}
{% set dresseurcontenuactif = 'show active' %}
{% elseif prestaservices.effetsSpeciaux %}
{% set effetsSpeciauxongletactif = 'active' %}
{% set effetsSpeciauxcontenuactif = 'show active' %}
{% elseif prestaservices.vehiculeTechnique %}
{% set vehiculeTechniqueongletactif = 'active' %}
{% set vehiculeTechniquecontenuactif = 'show active' %}
{% elseif prestaservices.securite %}
{% set securiteongletactif = 'active' %}
{% set securitecontenuactif = 'show active' %}
{% elseif prestaservices.vehiculeJeu %}
{% set vehiculeJeuongletactif = 'active' %}
{% set vehiculeJeucontenuactif = 'show active' %}
{% elseif prestaservices.ressourcerie %}
{% set ressourcerieongletactif = 'active' %}
{% set ressourceriecontenuactif = 'show active' %}
{% elseif prestaservices.vehiculeTransport %}
{% set vehiculeTransportongletactif = 'active' %}
{% set vehiculeTransportcontenuactif = 'show active' %}
{% elseif prestaservices.drone %}
{% set droneongletactif = 'active' %}
{% set dronecontenuactif = 'show active' %}
{% endif %}
<div class=\"form-group col-12\">
<div class=\"form-group text-uppercase mb-2\" style=\"color: #01A7AB; font-size: 1.2rem\">
prestation(s) proposée(s)
</div>
<ul class=\"nav nav-tabs\">
{% if prestaservices.catering %}
<li class=\"nav-item\">
<a class=\"nav-link {{ cantineongletactif }}\" data-toggle=\"tab\" href=\"#cantine\">Cantine et catering</a>
</li>
{% endif %}
{% if prestaservices.costume %}
<li class=\"nav-item\">
<a class=\"nav-link {{ costumeongletactif }}\" data-toggle=\"tab\" href=\"#costume\">Costume : atelier et stockage</a>
</li>
{% endif %}
{% if prestaservices.accessoire %}
<li class=\"nav-item\">
<a class=\"nav-link {{ accessoireongletactif }}\" data-toggle=\"tab\" href=\"#accessoire\">Décoration : accessoire de collection</a>
</li>
{% endif %}
{% if prestaservices.decor %}
<li class=\"nav-item\">
<a class=\"nav-link {{ decorongletactif }}\" data-toggle=\"tab\" href=\"#decor\">Décoration : atelier et stockage</a>
</li>
{% endif %}
{% if prestaservices.dresseur %}
<li class=\"nav-item\">
<a class=\"nav-link {{ dresseurongletactif }}\" data-toggle=\"tab\" href=\"#dresseur\">Dressage animalier</a>
</li>
{% endif %}
{% if prestaservices.effetsSpeciaux %}
<li class=\"nav-item\">
<a class=\"nav-link {{ effetsSpeciauxongletactif }}\" data-toggle=\"tab\" href=\"#effetsSpeciaux\">Effets spéciaux mécaniques</a>
</li>
{% endif %}
{% if prestaservices.securite %}
<li class=\"nav-item\">
<a class=\"nav-link {{ securiteongletactif }}\" data-toggle=\"tab\" href=\"#securite\">Gardiennage, ventousage et convoyage</a>
</li>
{% endif %}
{% if prestaservices.vehiculeTechnique %}
<li class=\"nav-item\">
<a class=\"nav-link {{ vehiculeTechniqueongletactif }}\" data-toggle=\"tab\" href=\"#vehiculeTechnique\">Régie : matériel et véhicule</a>
</li>
{% endif %}
{% if prestaservices.vehiculeJeu %}
<li class=\"nav-item\">
<a class=\"nav-link {{ vehiculeJeuongletactif }}\" data-toggle=\"tab\" href=\"#vehiculeJeu\">Véhicule de jeu</a>
</li>
{% endif %}
{% if prestaservices.ressourcerie %}
<li class=\"nav-item\">
<a class=\"nav-link {{ ressourcerieongletactif }}\" data-toggle=\"tab\" href=\"#ressourcerie\">Ressourcerie/Recyclerie</a>
</li>
{% endif %}
{% if prestaservices.vehiculeTransport %}
<li class=\"nav-item\">
<a class=\"nav-link {{ vehiculeTransportongletactif }}\" data-toggle=\"tab\" href=\"#vehiculeTransport\">Véhicule de transport de personnes</a>
</li>
{% endif %}
{% if prestaservices.drone %}
<li class=\"nav-item\">
<a class=\"nav-link {{ droneongletactif }}\" data-toggle=\"tab\" href=\"#drone\">Vues aériennes / Drone</a>
</li>
{% endif %}
</ul>
<div id=\"myTabContent\" class=\"tab-content\">
{# Cantine et catering #}
<div class=\"tab-pane fade {{ cantinecontenuactif }} p-2\" id=\"cantine\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
{{ prestaservices.cateringDescriptif }}
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
spécialité(s) culinaire(s) ou approche spécifique
</div>
<div class=\"form-group\">
{{ prestaservices.cateringSpecialiteCulinaire }}
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Capacité de couverts par service
</div>
<div class=\"form-group\">
{{ prestaservices.cateringCapaciteCouverts }}
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Infrastructure et capacité d’accueil
</div>
<div class=\"form-group\">
{{ prestaservices.cateringInfrastructure }}
</div>
{% if prestaservices.cateringExperiences|length > 0 %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
{% for experience in prestaservices.cateringExperiences %}
<tr>
<td>{{ experience.annee }}</td>
<td>{{ experience.titre }}</td>
<td>{{ experience.realisation }}</td>
<td>{{ experience.format }}</td>
<td>{{ experience.categorie }}</td>
<td>{{ experience.production }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% endif %}
{% if prestaservices.cateringExperienceAutre %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
{{ prestaservices.cateringExperienceAutre }}
</div>
{% endif %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie %}
<div class=\"form-group\">
Rayon d'intervention :
<ul>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
{% set rayon_normandie = \" \" %}
{% if prestaservices.rayonCalvados %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
{% if prestaservices.rayonEure %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
{% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
{% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
{% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
<li>
En Normandie : {{ rayon_normandie|slice(0, -2) }}
</li>
{% endif %}
{% if prestaservices.rayonHorsNormandie %}
<li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
{% endif %}
</ul>
</div>
{% endif %}
{% if prestaservices.langues != '' %}
<div class=\"form-group\">
Langue(s) pratiquée(s) : {{ prestaservices.langues }}
</div>
{% endif %}
</div>
{# Costume #}
<div class=\"tab-pane fade {{ costumecontenuactif }} p-2\" id=\"costume\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
{{ prestaservices.costumeDescriptif }}
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
costumes et accessoires d’habillage en possession
</div>
<div class=\"form-group\">
{{ prestaservices.costumeQuantite }}
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
<ul>
{% if prestaservices.costumeLocationCostume %}<li>Location de costumes/accessoires d’habillage</li>{% endif %}
{% if prestaservices.costumeCreation %}<li>Création de costumes/accessoires d’habillage</li>{% endif %}
{% if prestaservices.costumeRetouche %}<li>Retouches de costumes/accessoires d’habillage</li>{% endif %}
{% if prestaservices.costumeLieuFabrication %}<li>Mise à disposition d’un lieu de fabrication</li>{% endif %}
{% if prestaservices.costumeLieuHabillage %}<li>Mise à disposition d’un lieu d’habillage</li>{% endif %}
{% if prestaservices.costumeLocationMaterielConception %}<li>Location matériel de conception/retouche</li>{% endif %}
{% if prestaservices.costumeLocationMaterielEntretien %}<li>Location matériel d’entretien</li>{% endif %}
{% if prestaservices.costumeLivraison %}<li>Livraison sur site</li>{% endif %}
</ul>
</div>
{% if prestaservices.costumeExperiences|length > 0 %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
{% for experience in prestaservices.costumeExperiences %}
<tr>
<td>{{ experience.annee }}</td>
<td>{{ experience.titre }}</td>
<td>{{ experience.realisation }}</td>
<td>{{ experience.format }}</td>
<td>{{ experience.categorie }}</td>
<td>{{ experience.production }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% endif %}
{% if prestaservices.costumeExperienceAutre %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
{{ prestaservices.costumeExperienceAutre }}
</div>
{% endif %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie %}
<div class=\"form-group\">
Rayon d'intervention :
<ul>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
{% set rayon_normandie = \" \" %}
{% if prestaservices.rayonCalvados %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
{% if prestaservices.rayonEure %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
{% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
{% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
{% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
<li>
En Normandie : {{ rayon_normandie|slice(0, -2) }}
</li>
{% endif %}
{% if prestaservices.rayonHorsNormandie %}
<li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
{% endif %}
</ul>
</div>
{% endif %}
{% if prestaservices.langues != '' %}
<div class=\"form-group\">
Langue(s) pratiquée(s) : {{ prestaservices.langues }}
</div>
{% endif %}
</div>
{# Accessoire #}
<div class=\"tab-pane fade {{ accessoirecontenuactif }} p-2\" id=\"accessoire\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
{{ prestaservices.accessoireDescriptif }}
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
éléments de décors et/ou d’accessoires en possession
</div>
<div class=\"form-group\">
{{ prestaservices.accessoireQuantite }}
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
<ul>
{% if prestaservices.accessoireLocation %}<li>Location d’accessoires de collection</li>{% endif %}
{% if prestaservices.accessoireLivraison %}<li>Livraison sur site</li>{% endif %}
</ul>
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Descriptif détaillé des accessoires
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Type</th>
<th scope=\"col\">Nombre</th>
<th scope=\"col\">Année</th>
<th scope=\"col\">Caracteristiques</th>
</tr>
</thead>
<tbody>
{% for accessoire in prestaservices.accessoireListes %}
<tr>
<td>{{ accessoire.type }}</td>
<td>{{ accessoire.nombre }}</td>
<td>{{ accessoire.annee }}</td>
<td>{{ accessoire.caracteristiques }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% if prestaservices.accessoireExperiences|length > 0 %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
{% for experience in prestaservices.accessoireExperiences %}
<tr>
<td>{{ experience.annee }}</td>
<td>{{ experience.titre }}</td>
<td>{{ experience.realisation }}</td>
<td>{{ experience.format }}</td>
<td>{{ experience.categorie }}</td>
<td>{{ experience.production }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% endif %}
{% if prestaservices.accessoireExperienceAutre %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
{{ prestaservices.accessoireExperienceAutre }}
</div>
{% endif %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie %}
<div class=\"form-group\">
Rayon d'intervention :
<ul>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
{% set rayon_normandie = \" \" %}
{% if prestaservices.rayonCalvados %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
{% if prestaservices.rayonEure %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
{% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
{% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
{% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
<li>
En Normandie : {{ rayon_normandie|slice(0, -2) }}
</li>
{% endif %}
{% if prestaservices.rayonHorsNormandie %}
<li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
{% endif %}
</ul>
</div>
{% endif %}
{% if prestaservices.langues != '' %}
<div class=\"form-group\">
Langue(s) pratiquée(s) : {{ prestaservices.langues }}
</div>
{% endif %}
</div>
{# Decor #}
<div class=\"tab-pane fade {{ decorcontenuactif }} p-2\" id=\"decor\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
{{ prestaservices.decorDescriptif }}
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
éléments de décors et/ou d’accessoires en possession
</div>
<div class=\"form-group\">
{{ prestaservices.decorQuantite }}
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
<ul>
{% if prestaservices.decorCreationDecors %}
<li>Création d’éléments de décors ou d'accessoires</li>
<ul>
{% if prestaservices.decorConceptionDecors %}<li>Conception</li>{% endif %}
{% if prestaservices.decorModelisationDecors %}<li>Modélisation</li>{% endif %}
{% if prestaservices.decorAtelierFabricationDecors %}
<li>Atelier de fabrication</li>
<ul>
{% if prestaservices.decorCreationMoule %}<li>Création de moules et prototypes</li>{% endif %}
{% if prestaservices.decorDecoupe %}<li>Découpe et/ou usinage de polystyrène, mousse PU, bois, pvc,...</li>{% endif %}
{% if prestaservices.decorProjectionResine %}<li>Projection de résine et/ou stratification</li>{% endif %}
{% if prestaservices.decorCreationStructure %}<li>Création de structures bois ou métalliques</li>{% endif %}
{% if prestaservices.decorMisePeinture %}<li>Mise en peinture et/ou vernis</li>{% endif %}
</ul>
{% endif %}
</ul>
{% endif %}
{% if prestaservices.decorCreationAccessoire %}
<li>Création d’accessoires de décors</li>
<ul>
{% if prestaservices.decorAccessoireConception %}<li>Conception</li>{% endif %}
{% if prestaservices.decorAccessoireModelisation %}<li>Modélisation</li>{% endif %}
{% if prestaservices.decorAccessoireAtelier %}<li>Atelier de fabrication : {{ prestaservices.decorAccessoireAtelierPrecision }}</li>{% endif %}
</ul>
{% endif %}
{% if prestaservices.decorLocationDecors %}<li>Location d’éléments de décors ou d'accessoires</li>{% endif %}
{% if prestaservices.decorLivraison %}<li>Livraison sur site</li>{% endif %}
</ul>
</div>
{% if prestaservices.decorExperiences|length > 0 %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
{% for experience in prestaservices.decorExperiences %}
<tr>
<td>{{ experience.annee }}</td>
<td>{{ experience.titre }}</td>
<td>{{ experience.realisation }}</td>
<td>{{ experience.format }}</td>
<td>{{ experience.categorie }}</td>
<td>{{ experience.production }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% endif %}
{% if prestaservices.decorExperienceAutre %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
{{ prestaservices.decorExperienceAutre }}
</div>
{% endif %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie %}
<div class=\"form-group\">
Rayon d'intervention :
<ul>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
{% set rayon_normandie = \" \" %}
{% if prestaservices.rayonCalvados %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
{% if prestaservices.rayonEure %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
{% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
{% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
{% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
<li>
En Normandie : {{ rayon_normandie|slice(0, -2) }}
</li>
{% endif %}
{% if prestaservices.rayonHorsNormandie %}
<li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
{% endif %}
</ul>
</div>
{% endif %}
{% if prestaservices.langues != '' %}
<div class=\"form-group\">
Langue(s) pratiquée(s) : {{ prestaservices.langues }}
</div>
{% endif %}
</div>
{# Dresseur #}
<div class=\"tab-pane fade {{ dresseurcontenuactif }} p-2\" id=\"dresseur\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
{{ prestaservices.dresseurDescriptif }}
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
<ul>
{% if prestaservices.dresseurAnimal %}<li>Dresseur animal</li>{% endif %}
{% if prestaservices.dresseurConseiller %}<li>Conseiller mise en scène</li>{% endif %}
{% if prestaservices.dresseurCascade %}<li>Animaux pratiquant la cascade</li>{% endif %}
</ul>
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Liste d'animaux
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Type d'animal</th>
<th scope=\"col\">Nombre</th>
<th scope=\"col\">Commentaire</th>
</tr>
</thead>
<tbody>
{% for animal in prestaservices.dresseurListes %}
<tr>
<td>{{ animal.type }}</td>
<td>{{ animal.nombre }}</td>
<td>{{ animal.commentaire }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% if prestaservices.dresseurExperiences|length > 0 %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
{% for experience in prestaservices.dresseurExperiences %}
<tr>
<td>{{ experience.annee }}</td>
<td>{{ experience.titre }}</td>
<td>{{ experience.realisation }}</td>
<td>{{ experience.format }}</td>
<td>{{ experience.categorie }}</td>
<td>{{ experience.production }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% endif %}
{% if prestaservices.dresseurExperienceAutre %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
{{ prestaservices.dresseurExperienceAutre }}
</div>
{% endif %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie %}
<div class=\"form-group\">
Rayon d'intervention :
<ul>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
{% set rayon_normandie = \" \" %}
{% if prestaservices.rayonCalvados %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
{% if prestaservices.rayonEure %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
{% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
{% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
{% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
<li>
En Normandie : {{ rayon_normandie|slice(0, -2) }}
</li>
{% endif %}
{% if prestaservices.rayonHorsNormandie %}
<li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
{% endif %}
</ul>
</div>
{% endif %}
{% if prestaservices.langues != '' %}
<div class=\"form-group\">
Langue(s) pratiquée(s) : {{ prestaservices.langues }}
</div>
{% endif %}
</div>
{# Effet spécial #}
<div class=\"tab-pane fade {{ effetsSpeciauxcontenuactif }} p-2\" id=\"effetsSpeciaux\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
{{ prestaservices.effetSpecialDescriptif }}
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
<ul>
{% if prestaservices.effetSpecialEffetAtmospherique %}<li>Effets atmosphériques (pluie, vent, brouillard, neige,…)</li>{% endif %}
{% if prestaservices.effetSpecialEffetAquatique %}<li>Effets aquatiques (création de bassins, de cascades,…)</li>{% endif %}
{% if prestaservices.effetSpecialExplosionDecorNaturel %}<li>Explosion en décor naturel</li>{% endif %}
{% if prestaservices.effetSpecialExplosionStudio %}<li>Explosion en studio</li>{% endif %}
{% if prestaservices.effetSpecialTirImpact %}<li>Tir & impact</li>{% endif %}
{% if prestaservices.effetSpecialTorcheHumaine %}<li>Torche humaine</li>{% endif %}
{% if prestaservices.effetSpecialFeu %}<li>Feu, incendie, embrasement de site</li>{% endif %}
{% if prestaservices.effetSpecialFeuxArtificePerso %}<li>Feux d’artifices personnalisés</li>{% endif %}
{% if prestaservices.effetSpecialRegleurSceneAccident %}<li>Régleur de scène d’accident</li>{% endif %}
{% if prestaservices.effetSpecialCascadeAuto %}<li>Cascade auto</li>{% endif %}
{% if prestaservices.effetSpecialCascadeCamion %}<li>Cascade camion</li>{% endif %}
{% if prestaservices.effetSpecialCascadeMoto %}<li>Cascade moto</li>{% endif %}
{% if prestaservices.effetSpecialCascadePhysique %}<li>Cascade physique</li>{% endif %}
{% if prestaservices.effetSpecialRegleurCombat %}<li>Régleur de combat</li>{% endif %}
{% if prestaservices.effetSpecialEffetMaquillage %}<li>Effets de maquillage (bloody effects,…)</li>{% endif %}
{% if prestaservices.effetSpecialCreationProthese %}<li>Création de prothèses & masques (de créatures, de déformations corporelles,…)</li>{% endif %}
{% if prestaservices.effetSpecialMiniature %}<li>Miniatures et modelage (création de maquettes de décor, de figurines et miniatures,…)</li>{% endif %}
{% if prestaservices.effetSpecialAccessoiresTrucage %}<li>Accessoires SF (création d’armes, … )</li>{% endif %}
{% if prestaservices.effetSpecialAutre %}<li>Autre(s) : {{ prestaservices.effetSpecialAutrePrecision }}</li>{% endif %}
</ul>
</div>
{% if prestaservices.effetSpecialExperiences|length > 0 %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
{% for experience in prestaservices.effetSpecialExperiences %}
<tr>
<td>{{ experience.annee }}</td>
<td>{{ experience.titre }}</td>
<td>{{ experience.realisation }}</td>
<td>{{ experience.format }}</td>
<td>{{ experience.categorie }}</td>
<td>{{ experience.production }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% endif %}
{% if prestaservices.effetSpecialExperienceAutre %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
{{ prestaservices.effetSpecialExperienceAutre }}
</div>
{% endif %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie %}
<div class=\"form-group\">
Rayon d'intervention :
<ul>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
{% set rayon_normandie = \" \" %}
{% if prestaservices.rayonCalvados %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
{% if prestaservices.rayonEure %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
{% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
{% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
{% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
<li>
En Normandie : {{ rayon_normandie|slice(0, -2) }}
</li>
{% endif %}
{% if prestaservices.rayonHorsNormandie %}
<li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
{% endif %}
</ul>
</div>
{% endif %}
{% if prestaservices.langues != '' %}
<div class=\"form-group\">
Langue(s) pratiquée(s) : {{ prestaservices.langues }}
</div>
{% endif %}
</div>
{# Securite #}
<div class=\"tab-pane fade {{ securitecontenuactif }} p-2\" id=\"securite\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
{{ prestaservices.securiteDescriptif }}
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
<ul>
{% if prestaservices.securiteAssistanceVisiteur %}<li>Assistance aux visiteurs</li>{% endif %}
{% if prestaservices.securiteConvoyage %}<li>Convoyage</li>{% endif %}
{% if prestaservices.securiteFiltrage %}<li>Filtrage et contrôle d’accès</li>{% endif %}
{% if prestaservices.securiteProtectionRapprochee %}<li>Protection rapprochée</li>{% endif %}
{% if prestaservices.securiteRondes %}<li>Rondes à vue diurnes et/ou nocturnes</li>{% endif %}
{% if prestaservices.securiteSecuriteInvite %}<li>Sécurité d’invités</li>{% endif %}
{% if prestaservices.securiteSurveillanceCanine %}<li>Surveillance avec chien</li>{% endif %}
{% if prestaservices.securiteSurveillanceStatique %}<li>Surveillance statique</li>{% endif %}
{% if prestaservices.securiteTenueMainCourante %}<li>Tenue de la main-courante</li>{% endif %}
{% if prestaservices.securiteTransport %}<li>Véhicule de transport en protection rapprochée</li>{% endif %}
{% if prestaservices.securiteVentousage %}<li>Ventousage</li>{% endif %}
{% if prestaservices.securiteVerifSysteme %}<li>Vérification des installations et systèmes de sécurité</li>{% endif %}
{% if prestaservices.securiteVerifPrevention %}<li>Vérification et suivi des installations de prévention incendie</li>{% endif %}
</ul>
</div>
{% if prestaservices.securiteCertification or prestaservices.securiteCertificationPrecision != '' %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Certification
</div>
<div class=\"form-group\">
{{ prestaservices.securiteCertificationPrecision }}
</div>
{% endif %}
{% if prestaservices.securiteExperiences|length > 0 %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
{% for experience in prestaservices.securiteExperiences %}
<tr>
<td>{{ experience.annee }}</td>
<td>{{ experience.titre }}</td>
<td>{{ experience.realisation }}</td>
<td>{{ experience.format }}</td>
<td>{{ experience.categorie }}</td>
<td>{{ experience.production }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% endif %}
{% if prestaservices.securiteExperienceAutre %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
{{ prestaservices.securiteExperienceAutre }}
</div>
{% endif %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie %}
<div class=\"form-group\">
Rayon d'intervention :
<ul>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
{% set rayon_normandie = \" \" %}
{% if prestaservices.rayonCalvados %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
{% if prestaservices.rayonEure %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
{% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
{% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
{% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
<li>
En Normandie : {{ rayon_normandie|slice(0, -2) }}
</li>
{% endif %}
{% if prestaservices.rayonHorsNormandie %}
<li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
{% endif %}
</ul>
</div>
{% endif %}
{% if prestaservices.langues != '' %}
<div class=\"form-group\">
Langue(s) pratiquée(s) : {{ prestaservices.langues }}
</div>
{% endif %}
</div>
{# Vehicule Technique #}
<div class=\"tab-pane fade {{ vehiculeTechniquecontenuactif }} p-2\" id=\"vehiculeTechnique\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
{{ prestaservices.vehiculeTechniqueDescriptif }}
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
{% if
prestaservices.vehiculeTechniqueCamionRegie or
prestaservices.vehiculeTechniqueLogeMobile or
prestaservices.vehiculeTechniqueRemorque or
prestaservices.vehiculeTechniqueToiletteMobile
%}
<ul>
{% if prestaservices.vehiculeTechniqueCamionRegie %}<li>Camions régie</li>{% endif %}
{% if prestaservices.vehiculeTechniqueLogeMobile %}<li>Loges mobiles</li>{% endif %}
{% if prestaservices.vehiculeTechniqueRemorque %}<li>Remorques et plateaux</li>{% endif %}
{% if prestaservices.vehiculeTechniqueToiletteMobile %}<li>Toilettes mobiles</li>{% endif %}
</ul>
{% endif %}
{% if
prestaservices.vehiculeTechniqueAppAlimentaire or
prestaservices.vehiculeTechniqueAssiseTable or
prestaservices.vehiculeTechniqueBureau or
prestaservices.vehiculeTechniqueCaisse or
prestaservices.vehiculeTechniqueChauffage or
prestaservices.vehiculeTechniqueEnergie or
prestaservices.vehiculeTechniqueEnginElevation or
prestaservices.vehiculeTechniqueMaterielHmc or
prestaservices.vehiculeTechniqueMaterielSecurite or
prestaservices.vehiculeTechniqueOutilCom or
prestaservices.vehiculeTechniqueTente
%}
<ul>
{% if prestaservices.vehiculeTechniqueAppAlimentaire %}<li>Appareils alimentaires (café, eau, …)</li>{% endif %}
{% if prestaservices.vehiculeTechniqueAssiseTable %}<li>Assises, tables</li>{% endif %}
{% if prestaservices.vehiculeTechniqueBureau %}<li>Bureaux de production</li>{% endif %}
{% if prestaservices.vehiculeTechniqueCaisse %}<li>Caisses roulantes</li>{% endif %}
{% if prestaservices.vehiculeTechniqueChauffage %}<li>Chauffages</li>{% endif %}
{% if prestaservices.vehiculeTechniqueEnergie %}<li>Énergie (groupes électrogènes, câbles …)</li>{% endif %}
{% if prestaservices.vehiculeTechniqueEnginElevation %}<li>Engins d'élévation (nacelles, grues....)</li>{% endif %}
{% if prestaservices.vehiculeTechniqueMaterielHmc %}<li>Matériel HMC (miroirs, repassage …)</li>{% endif %}
{% if prestaservices.vehiculeTechniqueMaterielSecurite %}<li>Matériel sécurité (balises, plots ...)</li>{% endif %}
{% if prestaservices.vehiculeTechniqueOutilCom %}<li>Outils de communication (talkies...)</li>{% endif %}
{% if prestaservices.vehiculeTechniqueTente %}<li>Tentes, parquets</li>{% endif %}
</ul>
{% endif %}
{% if
prestaservices.vehiculeTechniqueVentousage or
prestaservices.vehiculeTechniqueConvoyage or
prestaservices.vehiculeTechniqueLivraison
%}
<ul>
{% if prestaservices.vehiculeTechniqueVentousage %}<li>Ventousage</li>{% endif %}
{% if prestaservices.vehiculeTechniqueConvoyage %}<li>Convoyage</li>{% endif %}
{% if prestaservices.vehiculeTechniqueLivraison %}<li>Livraison sur site</li>{% endif %}
</ul>
{% endif %}
</div>
{% if prestaservices.vehiculeTechniqueExperiences|length > 0 %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
{% for experience in prestaservices.vehiculeTechniqueExperiences %}
<tr>
<td>{{ experience.annee }}</td>
<td>{{ experience.titre }}</td>
<td>{{ experience.realisation }}</td>
<td>{{ experience.format }}</td>
<td>{{ experience.categorie }}</td>
<td>{{ experience.production }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% endif %}
{% if prestaservices.vehiculeTechniqueExperienceAutre %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
{{ prestaservices.vehiculeTechniqueExperienceAutre }}
</div>
{% endif %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie %}
<div class=\"form-group\">
Rayon d'intervention :
<ul>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
{% set rayon_normandie = \" \" %}
{% if prestaservices.rayonCalvados %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
{% if prestaservices.rayonEure %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
{% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
{% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
{% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
<li>
En Normandie : {{ rayon_normandie|slice(0, -2) }}
</li>
{% endif %}
{% if prestaservices.rayonHorsNormandie %}
<li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
{% endif %}
</ul>
</div>
{% endif %}
{% if prestaservices.langues != '' %}
<div class=\"form-group\">
Langue(s) pratiquée(s) : {{ prestaservices.langues }}
</div>
{% endif %}
</div>
{# Vehicule Jeu #}
<div class=\"tab-pane fade {{ vehiculeJeucontenuactif }} p-2\" id=\"vehiculeJeu\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
{{ prestaservices.vehiculeJeuDescriptif }}
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
véhicules en possession
</div>
<div class=\"form-group\">
{{ prestaservices.vehiculeJeuQuantite }}
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
<ul>
{% if prestaservices.vehiculeJeuLocation %}<li>Location de véhicules de jeu</li>{% endif %}
{% if prestaservices.vehiculeJeuGestion %}<li>Gestion intégrale du parc automobile sur tournage</li>{% endif %}
{% if prestaservices.vehiculeJeuLivraison %}<li>Livraison sur site</li>{% endif %}
</ul>
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Descriptif détaillé du parc de véhicule de jeu
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Type de véhicule</th>
<th scope=\"col\">Nombre</th>
<th scope=\"col\">Caractéristiques</th>
<th scope=\"col\">Année</th>
<th scope=\"col\">Origine</th>
</tr>
</thead>
<tbody>
{% for vehiculeJeu in prestaservices.vehiculeJeuListes %}
<tr>
<td>{{ vehiculeJeu.type }}</td>
<td>{{ vehiculeJeu.nombre }}</td>
<td>{{ vehiculeJeu.caracteristique }}</td>
<td>{{ vehiculeJeu.annee }}</td>
<td>{{ vehiculeJeu.origine }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% if prestaservices.vehiculeJeuExperiences|length > 0 %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
{% for experience in prestaservices.vehiculeJeuExperiences %}
<tr>
<td>{{ experience.annee }}</td>
<td>{{ experience.titre }}</td>
<td>{{ experience.realisation }}</td>
<td>{{ experience.format }}</td>
<td>{{ experience.categorie }}</td>
<td>{{ experience.production }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% endif %}
{% if prestaservices.vehiculeJeuExperienceAutre %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
{{ prestaservices.vehiculeJeuExperienceAutre }}
</div>
{% endif %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie %}
<div class=\"form-group\">
Rayon d'intervention :
<ul>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
{% set rayon_normandie = \" \" %}
{% if prestaservices.rayonCalvados %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
{% if prestaservices.rayonEure %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
{% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
{% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
{% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
<li>
En Normandie : {{ rayon_normandie|slice(0, -2) }}
</li>
{% endif %}
{% if prestaservices.rayonHorsNormandie %}
<li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
{% endif %}
</ul>
</div>
{% endif %}
{% if prestaservices.langues != '' %}
<div class=\"form-group\">
Langue(s) pratiquée(s) : {{ prestaservices.langues }}
</div>
{% endif %}
</div>
{# Ressourcerie #}
<div class=\"tab-pane fade {{ ressourceriecontenuactif }} p-2\" id=\"ressourcerie\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
{{ prestaservices.ressourcerieDescriptif }}
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
estimation quantité des matériels et équipements en possession
</div>
<div class=\"form-group\">
{{ prestaservices.ressourcerieMateriel }}
</div>
{% if prestaservices.ressourcerieExperiences|length > 0 %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
{% for experience in prestaservices.ressourcerieExperiences %}
<tr>
<td>{{ experience.annee }}</td>
<td>{{ experience.titre }}</td>
<td>{{ experience.realisation }}</td>
<td>{{ experience.format }}</td>
<td>{{ experience.categorie }}</td>
<td>{{ experience.production }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% endif %}
{% if prestaservices.ressourcerieExperienceAutre %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
{{ prestaservices.ressourcerieExperienceAutre }}
</div>
{% endif %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie %}
<div class=\"form-group\">
Rayon d'intervention :
<ul>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
{% set rayon_normandie = \" \" %}
{% if prestaservices.rayonCalvados %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
{% if prestaservices.rayonEure %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
{% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
{% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
{% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
<li>
En Normandie : {{ rayon_normandie|slice(0, -2) }}
</li>
{% endif %}
{% if prestaservices.rayonHorsNormandie %}
<li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
{% endif %}
</ul>
</div>
{% endif %}
{% if prestaservices.langues != '' %}
<div class=\"form-group\">
Langue(s) pratiquée(s) : {{ prestaservices.langues }}
</div>
{% endif %}
</div>
{# Vehicule Transport #}
<div class=\"tab-pane fade {{ vehiculeTransportcontenuactif }} p-2\" id=\"vehiculeTransport\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
{{ prestaservices.vehiculeTransportDescriptif }}
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
<ul>
{% if prestaservices.vehiculeTransportLocation %}<li>Location de véhicules de transport de personne</li>{% endif %}
{% if prestaservices.vehiculeTransportLivraison %}<li>Livraison sur site</li>{% endif %}
</ul>
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Descriptif détaillé du parc de véhicule de transport
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Type de véhicule</th>
<th scope=\"col\">Nombre</th>
<th scope=\"col\">Caractéristiques</th>
</tr>
</thead>
<tbody>
{% for vehiculeTransport in prestaservices.vehiculeTransportListes %}
<tr>
<td>{{ vehiculeTransport.type }}</td>
<td>{{ vehiculeTransport.nombre }}</td>
<td>{{ vehiculeTransport.caracteristique }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% if prestaservices.vehiculeTransportExperiences|length > 0 %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
{% for experience in prestaservices.vehiculeTransportExperiences %}
<tr>
<td>{{ experience.annee }}</td>
<td>{{ experience.titre }}</td>
<td>{{ experience.realisation }}</td>
<td>{{ experience.format }}</td>
<td>{{ experience.categorie }}</td>
<td>{{ experience.production }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% endif %}
{% if prestaservices.vehiculeTransportExperienceAutre %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
{{ prestaservices.vehiculeTransportExperienceAutre }}
</div>
{% endif %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie %}
<div class=\"form-group\">
Rayon d'intervention :
<ul>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
{% set rayon_normandie = \" \" %}
{% if prestaservices.rayonCalvados %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
{% if prestaservices.rayonEure %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
{% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
{% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
{% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
<li>
En Normandie : {{ rayon_normandie|slice(0, -2) }}
</li>
{% endif %}
{% if prestaservices.rayonHorsNormandie %}
<li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
{% endif %}
</ul>
</div>
{% endif %}
{% if prestaservices.langues != '' %}
<div class=\"form-group\">
Langue(s) pratiquée(s) : {{ prestaservices.langues }}
</div>
{% endif %}
</div>
{# Vues aériennes / Drone #}
<div class=\"tab-pane fade {{ dronecontenuactif }} p-2\" id=\"drone\" style=\"border-left: solid #DEE2E6 1px\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
descriptif général de l'activité
</div>
<div class=\"form-group\">
{{ prestaservices.droneDescriptif }}
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Services proposés
</div>
<div class=\"form-group\">
<ul>
{% if prestaservices.dronePhoto %}<li>Photographie</li>{% endif %}
{% if prestaservices.droneVideo %}<li>Vidéo</li>{% endif %}
{% if prestaservices.droneTimeLapse %}<li>Time-Lapse</li>{% endif %}
{% if prestaservices.droneModelisation3d %}<li>Modélisation 3D</li>{% endif %}
{% if prestaservices.droneLocAeroAvecPilote %}<li>Location d’aéronef avec pilote à bord</li>{% endif %}
{% if prestaservices.droneLocAeroSansPilote %}<li>Location d’aéronef sans pilote à bord</li>{% endif %}
{% if prestaservices.dronePiloteQualifie %}<li>Pilote qualifié et déclaré à la DGAC</li>{% endif %}
</ul>
</div>
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Descriptif détaillé du parc d’aéronef
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Type d'aéronef</th>
<th scope=\"col\">Nombre</th>
<th scope=\"col\">Caractéristiques</th>
</tr>
</thead>
<tbody>
{% for aeronef in prestaservices.droneListes %}
<tr>
<td>{{ aeronef.type }}</td>
<td>{{ aeronef.nombre }}</td>
<td>{{ aeronef.caracteristique }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% if prestaservices.droneExperiences|length > 0 %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Expérience(s) de tournage(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Catégorie</th>
<th scope=\"col\">Production</th>
</tr>
</thead>
<tbody>
{% for experience in prestaservices.droneExperiences %}
<tr>
<td>{{ experience.annee }}</td>
<td>{{ experience.titre }}</td>
<td>{{ experience.realisation }}</td>
<td>{{ experience.format }}</td>
<td>{{ experience.categorie }}</td>
<td>{{ experience.production }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% endif %}
{% if prestaservices.droneExperienceAutre %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Autre(s) expérience(s)
</div>
<div class=\"form-group\">
{{ prestaservices.droneExperienceAutre }}
</div>
{% endif %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime or prestaservices.rayonHorsNormandie %}
<div class=\"form-group\">
Rayon d'intervention :
<ul>
{% if prestaservices.rayonCalvados or prestaservices.rayonEure or prestaservices.rayonManche or prestaservices.rayonOrne or prestaservices.rayonSeineMaritime %}
{% set rayon_normandie = \" \" %}
{% if prestaservices.rayonCalvados %}{% set rayon_normandie = rayon_normandie ~ \"Calvados, \" %}{% endif %}
{% if prestaservices.rayonEure %}{% set rayon_normandie = rayon_normandie ~ \"Eure, \" %} {% endif %}
{% if prestaservices.rayonManche %}{% set rayon_normandie = rayon_normandie ~ \"Manche, \" %} {% endif %}
{% if prestaservices.rayonOrne %}{% set rayon_normandie = rayon_normandie ~ \"Orne, \" %} {% endif %}
{% if prestaservices.rayonSeineMaritime %}{% set rayon_normandie = rayon_normandie ~ \"Seine-Maritime, \" %} {% endif %}
<li>
En Normandie : {{ rayon_normandie|slice(0, -2) }}
</li>
{% endif %}
{% if prestaservices.rayonHorsNormandie %}
<li>Hors Normandie : {{ prestaservices.rayonHorsNormandie | capitalize }}</li>
{% endif %}
</ul>
</div>
{% endif %}
{% if prestaservices.langues != '' %}
<div class=\"form-group\">
Langue(s) pratiquée(s) : {{ prestaservices.langues }}
</div>
{% endif %}
</div>
</div>
{% endfor %}
{% endif %}
{% if type == 'prodoeuvres' %}
{% for prodoeuvre in user.productionsCineAudio %}
<div class=\"form-group col-12\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Ligne éditoriale
</div>
{% if prodoeuvre.presentation != '' %}
<div class=\"form-group\">
{{ prodoeuvre.presentation }}
</div>
{% endif %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Type(s) de production
</div>
{% if prodoeuvre.cineCmFiction or prodoeuvre.cineCmDoc or prodoeuvre.cineCmAnim or prodoeuvre.cineLmFiction or prodoeuvre.cineLmDoc or prodoeuvre.cineLmAnim %}
<div class=\"form-group\">
Cinéma :
<ul>
{% if prodoeuvre.cineCmFiction %}<li>Court métrage de fiction : {{ prodoeuvre.cineCmFictionNb }}</li>{% endif %}
{% if prodoeuvre.cineCmDoc %}<li>Court métrage documentaire : {{ prodoeuvre.cineCmDocNb }}</li>{% endif %}
{% if prodoeuvre.cineCmAnim %}<li>Court métrage d’animation : {{ prodoeuvre.cineCmAnimNb }}</li>{% endif %}
{% if prodoeuvre.cineLmFiction %}<li>Long métrage de fiction : {{ prodoeuvre.cineLmFictionNb }}</li>{% endif %}
{% if prodoeuvre.cineLmDoc %}<li>Long métrage documentaire : {{ prodoeuvre.cineLmDocNb }}</li>{% endif %}
{% if prodoeuvre.cineLmAnim %}<li>Long métrage d'animation : {{ prodoeuvre.cineLmAnimNb }}</li>{% endif %}
</ul>
</div>
{% endif %}
{% if prodoeuvre.audioUnitFiction or prodoeuvre.audioUnitDoc or prodoeuvre.audioUnitAnim or prodoeuvre.audioSerieFiction or prodoeuvre.audioSerieDoc or prodoeuvre.audioSerieAnim %}
<div class=\"form-group\">
Télévision :
<ul>
{% if prodoeuvre.audioUnitFiction %}<li>Unitaire de fiction : {{ prodoeuvre.audioUnitFictionNb }}</li>{% endif %}
{% if prodoeuvre.audioUnitDoc %}<li>Unitaire documentaire : {{ prodoeuvre.audioUnitDocNb }}</li>{% endif %}
{% if prodoeuvre.audioUnitAnim %}<li>Unitaire d’animation : {{ prodoeuvre.audioUnitAnimNb }}</li>{% endif %}
{% if prodoeuvre.audioSerieFiction %}<li>Série de fiction : {{ prodoeuvre.audioSerieFictionNb }}</li>{% endif %}
{% if prodoeuvre.audioSerieDoc %}<li>Série documentaire : {{ prodoeuvre.audioSerieDocNb }}</li>{% endif %}
{% if prodoeuvre.audioSerieAnim %}<li>Série d’animation : {{ prodoeuvre.audioSerieAnimNb }}</li>{% endif %}
</ul>
</div>
{% endif %}
{% if prodoeuvre.webFiction or prodoeuvre.webDoc or prodoeuvre.webRealiteAug or prodoeuvre.webRealiteVirtuelle or prodoeuvre.audioAutre %}
<div class=\"form-group\">
Web et création numérique :
<ul>
{% if prodoeuvre.webFiction %}<li>Web fiction : {{ prodoeuvre.webFictionNb }}</li>{% endif %}
{% if prodoeuvre.webDoc %}<li>Web documentaire : {{ prodoeuvre.webDocNb }}</li>{% endif %}
{% if prodoeuvre.webRealiteAug %}<li>Web réalité augmentée : {{ prodoeuvre.webRealiteAugNb }}</li>{% endif %}
{% if prodoeuvre.webRealiteVirtuelle %}<li>Web réalité virtuelle : {{ prodoeuvre.webRealiteVirtuelleNb }}</li>{% endif %}
{% if prodoeuvre.audioAutre %}<li>{{ prodoeuvre.audioAutrePrecision }} : {{ prodoeuvre.audioAutreNb }}</li>{% endif %}
</ul>
</div>
{% endif %}
{% if prodoeuvre.autrePrecision1 or prodoeuvre.autrePrecision2 %}
<div class=\"form-group\">
Autre :
<ul>
{% if prodoeuvre.autrePrecision1 %}<li>{{ prodoeuvre.autrePrecision1 }} : {{ prodoeuvre.autrePrecision1Nb }}</li>{% endif %}
{% if prodoeuvre.autrePrecision2 %}<li>{{ prodoeuvre.autrePrecision2 }} : {{ prodoeuvre.autrePrecision2Nb }}</li>{% endif %}
</ul>
</div>
{% endif %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Production(s) représentative(s)
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Réalisation</th>
<th scope=\"col\">Format</th>
<th scope=\"col\">Genre</th>
<th scope=\"col\">Minutes</th>
<th scope=\"col\">Coproduction(s)</th>
</tr>
</thead>
<tbody>
{% for filmo in prodoeuvre.filmographies %}
<tr>
<td>{{ filmo.annee }}</td>
<td>{{ filmo.titre }}</td>
<td>{{ filmo.realisation }}</td>
<td>{{ filmo.type }}</td>
<td>{{ filmo.genre }}</td>
<td>{{ filmo.duree }}</td>
<td>{{ filmo.coprod }}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% if prodoeuvre.catalogueComplet.name %}
<div class=\"my-3\">
<a href=\"{{ vich_uploader_asset(prodoeuvre, 'catalogueCompletFile') }}\" target=\"_blank\">
Voir le catalogue
</a>
</div>
{% endif %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires
</div>
<div class=\"form-group\">
{% if prodoeuvre.adherent == 'Oui' %}
Structure de production adhérente à {{ prodoeuvre.adherentPrecision }}<br>
{% endif %}
{% if prodoeuvre.coprodInter == 'occasionnellement' or prodoeuvre.coprodInter == 'regulierement' %}
Développe
{% if prodoeuvre.coprodInter == 'occasionnellement' %}
occasionnellement
{% else %}
régulièrement
{% endif %}
des productions internationales<br>
{% endif %}
{% if prodoeuvre.prodExe == 'occasionnellement' or prodoeuvre.prodExe == 'regulierement' %}
Production exécutive
{% if prodoeuvre.prodExeNationale %}
nationale
{% endif %}
{% if prodoeuvre.prodExeInternationale %}
{% if prodoeuvre.prodExeNationale %}
et
{% endif %}
internationale
{% endif %}
{% if prodoeuvre.prodExe == 'occasionnellement' %}
occasionnelle
{% else %}
régulière
{% endif %}
<br>
{% endif %}
{% if prodoeuvre.distribution == \"Oui\" %}
Distributeur
{% if prodoeuvre.distributionFilmType %}
de {{ prodoeuvre.distributionFilmType }}
{% endif %}
{% endif %}
{% if prodoeuvre.langueEtrangerePrecision %} Langue(s) pratiquée(s) : {{ prodoeuvre.langueEtrangerePrecision }}<br>{% endif %}
</div>
{% endfor %}
{% endif %}
{% if type == 'prodfilmscom' %}
{% for prodfilmcom in user.productionsCom %}
<div class=\"form-group col-12\">
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Descriptif de l'activité principale de production
</div>
{% if prodfilmcom.presentation != '' %}
<div class=\"form-group\">
{{ prodfilmcom.presentation }}
</div>
{% endif %}
{% if prodfilmcom.genreCaptation or prodfilmcom.genreClipMusic or prodfilmcom.genreFilmPeda or prodfilmcom.genreMagazine or prodfilmcom.genrePub or prodfilmcom.genreReportage or prodfilmcom.genreTeaser or prodfilmcom.genreVideo or prodfilmcom.genreAutre %}
<div class=\"form-group\">
Genre de production :
<ul>
{% if prodfilmcom.genreCaptation %}<li>Captation</li>{% endif %}
{% if prodfilmcom.genreClipMusic %}<li>Clip musical</li>{% endif %}
{% if prodfilmcom.genreFilmPeda %}<li>Film pédagogique</li>{% endif %}
{% if prodfilmcom.genreMagazine %}<li>Magazine corporate</li>{% endif %}
{% if prodfilmcom.genrePub %}<li>Publicité</li>{% endif %}
{% if prodfilmcom.genreReportage %}<li>Reportage</li>{% endif %}
{% if prodfilmcom.genreTeaser %}<li>Teaser</li>{% endif %}
{% if prodfilmcom.genreVideo %}<li>Vidéo de présentation</li>{% endif %}
{% if prodfilmcom.genreAutre %}<li>{{ prodfilmcom.genreAutrePrecision }}</li>{% endif %}
</ul>
</div>
{% endif %}
{% if prodfilmcom.techAnim or prodfilmcom.techPriseVueSol or prodfilmcom.techRealAug or prodfilmcom.techVideo360 or prodfilmcom.techVr or prodfilmcom.techWeb or prodfilmcom.techAutre %}
<div class=\"form-group\">
Technique et format :
<ul>
{% if prodfilmcom.techAnim %}<li>Animation/Motion design</li>{% endif %}
{% if prodfilmcom.techPriseVueSol %}<li>Prise vue au sol</li>{% endif %}
{% if prodfilmcom.techRealAug %}<li>Réalité augmentée</li>{% endif %}
{% if prodfilmcom.techVideo360 %}<li>Vidéo 360°</li>{% endif %}
{% if prodfilmcom.techVr %}<li>VR</li>{% endif %}
{% if prodfilmcom.techWeb %}<li>Web</li>{% endif %}
{% if prodfilmcom.techAutre %}<li>{{ prodfilmcom.techAutrePrecision }}</li>{% endif %}
</ul>
</div>
{% endif %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
Travaux représentatifs
</div>
<div class=\"form-group\">
<table class=\"table table-hover\">
<thead>
<tr class=\"table-active\">
<th scope=\"col\">Année</th>
<th scope=\"col\">Titre</th>
<th scope=\"col\">Genre de production</th>
<th scope=\"col\">Lien</th>
</tr>
</thead>
<tbody>
{% for travaux in prodfilmcom.travaux %}
<tr>
<td>{{ travaux.annee }}</td>
<td>{{ travaux.titre }}</td>
<td>{{ travaux.typeVideo }}</td>
<td>{% if travaux.lienUrl %}<a href=\"{{ travaux.lienUrl }}\" target=\"_blank\">accéder à la page</a>{% endif %}</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% if prodfilmcom.lienDemo %}
<div class=\"form-group\">
Démo : <a href=\"{{ prodfilmcom.lienDemo }}\" target=\"_blank\">accéder à la démo</a>
</div>
{% endif %}
{% if prodfilmcom.lienAutreProjet %}
<div class=\"form-group\">
Chaîne web : <a href=\"{{ prodfilmcom.lienAutreProjet }}\" target=\"_blank\">accéder à la chaîne web</a>
</div>
{% endif %}
{% if prodfilmcom.langueEtrangerePrecision != '' %}
<div class=\"form-group text-uppercase mb-0\" style=\"color: #01A7AB; font-size: 1rem\">
informations complémentaires sur votre activité de production
</div>
<div class=\"form-group\">
{% if prodfilmcom.langueEtrangerePrecision %}Langue(s) pratiquée(s) : {{ prodfilmcom.langueEtrangerePrecision }}<br>{% endif %}
</div>
{% endif %}
{% endfor %}
{% endif %}
</div>
{% endblock %}
{% block javascripts %}
<script>
jQuery(document).ready(function() {
\$('a').popover();
\$('#modal').modal({
backdrop: 'static'
});
})
</script>
{% endblock %}", "catalogue/fiche.html.twig" , "/home/normanv/www/annuairepro/templates/catalogue/fiche.html.twig" );
}
}