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 ;
/* security/login.html.twig */
class __TwigTemplate_850afd99d23d7159e0b016e2979697a3 extends Template
{
private $source ;
private $macros = [];
public function __construct ( Environment $env )
{
parent :: __construct ( $env );
$this -> source = $this -> getSourceContext ();
$this -> blocks = [
'title' => [ $this , 'block_title' ],
'stylesheets' => [ $this , 'block_stylesheets' ],
'banner' => [ $this , 'block_banner' ],
'body' => [ $this , 'block_body' ],
'footer' => [ $this , 'block_footer' ],
];
}
protected function doGetParent (array $context )
{
// line 1
return "base.html.twig" ;
}
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" , "security/login.html.twig" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this -> extensions [ "Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension" ];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> enter ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "template" , "security/login.html.twig" ));
$this -> parent = $this -> loadTemplate ( "base.html.twig" , "security/login.html.twig" , 1 );
$this -> parent -> display ( $context , array_merge ( $this -> blocks , $blocks ));
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> leave ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof );
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> leave ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof );
}
// line 3
public function block_title ( $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" , "title" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this -> extensions [ "Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension" ];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> enter ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "block" , "title" ));
echo "Accueil" ;
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> leave ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof );
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> leave ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof );
}
// line 5
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 6
echo " <style>
.jumbotron{
margin-bottom: 0;
}
</style>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> leave ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof );
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> leave ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof );
}
// line 13
public function block_banner ( $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" , "banner" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this -> extensions [ "Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension" ];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> enter ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "block" , "banner" ));
// line 14
echo " <div class=\"header\" style=\"background-color: #32BEF0; font-size: 22px\">
<div class=\"row\">
<div class=\"col-sm-3 col-md-3\" style=\"\">
<a href=\"https://normandieimages.fr\" target=\"_blank\"><img src=\"/images/entete_html_bleu_decoupe_gauche.png\" alt=\"Normandie Images\" class=\"img-fluid\"></a>
</div>
<div class=\"col-auto pt-4\" style=\"color:#ffffff; font-weight: bold; text-align: center; padding-left: 80px\">
Annuaire des productions et des prestataires<br>
cinéma et audiovisuel
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> leave ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof );
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> leave ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof );
}
// line 27
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 28
echo "
<div class=\"jumbotron\" style=\"padding: 1rem 2rem;padding-bottom: 0;text-align: justify\">
<div style=\"font-size: 14px\">
<p>
Vous êtes une structure <b>production cinéma et audiovisuel</b> <i>(courts, longs métrages cinéma ; unitaires, séries audiovisuels)</i> <b>implantée en Normandie</b>.
</p>
<p>
Vous êtes un <b>prestataire de services aux tournages</b> <i>(cantine, costume, décoration, dressage animalier, effets spéciaux mécaniques et cascades, gardiennage,
régie matériel et véhicule, véhicule de jeu ou de transport, vues aériennes)</i> pour le tournage ou la post-production de films <b>implanté en Normandie</b>.
</p>
<p>
Vous êtes un <b>prestataire de moyens techniques</b>
<i>(matériel technique image, lumière, son, machinerie ou studios)</i> pour le tournage ou la post-production de films <b>implanté en Normandie</b>.
</p>
<p>
Normandie Images propose de valoriser gratuitement votre activité en vous inscrivant sur son annuaire professionnel en ligne.
</p>
<p class=\"alert alert-success\">
Les techniciens spécialisés cinéma/audiovisuel/animation ayant leur résidence en Normandie sont invités à adresser leur CV à anaismarc@normandieimages.fr<br>
Parallèlement vous pouvez vous inscrire sur Film France Talents - Movinmotion, plateforme qui recense les professionnels en France.<br>
Les techniciens disposant d'un atelier de fabrication et/ou d'un stock de costumes/accessoires, décors peuvent référencer cette activité dans cet annuaire.
</p>
</div>
";
// line 52
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "app" ]) || array_key_exists ( "app" , $context ) ? $context [ "app" ] : (function () { throw new RuntimeError ( 'Variable "app" does not exist.' , 52 , $this -> source ); })()), "flashes" , [ "souscription" ], "method" , false , false , false , 52 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "message" ]) {
// line 53
echo " <div class=\"alert alert-success\">
Votre compte utilisateur a bien été enregistré, vous pouvez dorénavant vous connecter !
</div>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'message' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 57
echo "
";
// line 58
$context [ '_parent' ] = $context ;
$context [ '_seq' ] = twig_ensure_traversable ( twig_get_attribute ( $this -> env , $this -> source , (isset( $context [ "app" ]) || array_key_exists ( "app" , $context ) ? $context [ "app" ] : (function () { throw new RuntimeError ( 'Variable "app" does not exist.' , 58 , $this -> source ); })()), "flashes" , [ "reinitialisation" ], "method" , false , false , false , 58 ));
foreach ($context [ '_seq' ] as $context [ "_key" ] => $context [ "message" ]) {
// line 59
echo " <div class=\"alert alert-success\">
Votre mot de passe a bien été réinitialisé, vous pouvez dorénavant vous connecter !
</div>
";
}
$_parent = $context [ '_parent' ];
unset($context [ '_seq' ], $context [ '_iterated' ], $context [ '_key' ], $context [ 'message' ], $context [ '_parent' ], $context [ 'loop' ]);
$context = array_intersect_key ( $context , $_parent ) + $_parent ;
// line 63
echo "
";
// line 64
if ((isset( $context [ "hasError" ]) || array_key_exists ( "hasError" , $context ) ? $context [ "hasError" ] : (function () { throw new RuntimeError ( 'Variable "hasError" does not exist.' , 64 , $this -> source ); })())) {
// line 65
echo " <div class=\"alert alert-danger\">
Une erreur est survenue, le nom d'utilisateur ou le mot de passe est incorrect !
</div>
";
}
// line 69
echo "
<hr class=\"my-4\">
<div class=\"row\">
<div class=\"col-md-6\">
<div class=\"card text-white mb-3\" style=\"max-width: 100rem; border: #000 solid 2px; background-color: #cbcbcb !important\">
<div class=\"card-header\" style=\"color:#000; font-size: 1rem;border-bottom: #000 solid 2px; background-color: #32bef0; !important\"><strong>Pas encore inscrit</strong></div>
<div class=\"card-body pt-100 text-center\">
<div class=\"form-group p-5\">
<a href=\"";
// line 79
echo $this -> extensions [ 'Symfony\Bridge\Twig\Extension\RoutingExtension' ]-> getPath ( "security_registration" );
echo "\" class=\"btn btn-primary\">S'incrire</a>
</div>
</div>
</div>
</div>
<div class=\"col-md-6\">
<div class=\"card text-white mb-3\" style=\"max-width: 100rem; border: #000 solid 2px; background-color: #cbcbcb !important\">
<div class=\"card-header\" style=\"color:#000; font-size: 1rem;border-bottom: #000 solid 2px; background-color: #32bef0; !important\"><strong>Vous êtes déjà inscrit</strong></div>
<div class=\"card-body pt-1\">
<form action=\"";
// line 89
echo $this -> extensions [ 'Symfony\Bridge\Twig\Extension\RoutingExtension' ]-> getPath ( "security_login" );
echo "\" method=\"post\">
<div class=\"form-group\">
<input placeholder=\"Adresse Email...\" required name=\"_username\" type=\"text\" class=\"form-control\">
</div>
<div class=\"form-group\">
<input placeholder=\"Mot de passe...\" required name=\"_password\" type=\"password\" class=\"form-control\">
</div>
<div class=\"form-group mb-0\">
<input type=\"hidden\" name=\"_target_path\" value=\"";
// line 97
echo $this -> extensions [ 'Symfony\Bridge\Twig\Extension\RoutingExtension' ]-> getPath ( "dashboard_user" );
echo "\" />
<button type=\"submit\" class=\"btn btn-primary\">Connexion</button>
</div>
<div class=\"form-group mb-0\">
<a href=\"";
// line 101
echo $this -> extensions [ 'Symfony\Bridge\Twig\Extension\RoutingExtension' ]-> getPath ( "account_forget_password" );
echo "\" class=\"\" style=\"color:#545050\">Mot de passe oublié...</a>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> leave ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof );
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> leave ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof );
}
// line 114
public function block_footer ( $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" , "footer" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this -> extensions [ "Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension" ];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> enter ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "block" , "footer" ));
// line 115
echo " <div class=\"footer pl-3\" style=\"background-color: #7a7d7e; font-size: 14px\">
<a href=\"";
// line 116
echo $this -> extensions [ 'Symfony\Bridge\Twig\Extension\RoutingExtension' ]-> getPath ( "mentions_legales" );
echo "\" class=\"link text-white-50\" target=\"_blank\">Mentions légales</a>
</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> leave ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof );
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> leave ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof );
}
public function getTemplateName ()
{
return "security/login.html.twig" ;
}
public function isTraitable ()
{
return false ;
}
public function getDebugInfo ()
{
return array ( 291 => 116 , 288 => 115 , 278 => 114 , 256 => 101 , 249 => 97 , 238 => 89 , 225 => 79 , 213 => 69 , 207 => 65 , 205 => 64 , 202 => 63 , 193 => 59 , 189 => 58 , 186 => 57 , 177 => 53 , 173 => 52 , 147 => 28 , 137 => 27 , 116 => 14 , 106 => 13 , 91 => 6 , 81 => 5 , 62 => 3 , 39 => 1 ,);
}
public function getSourceContext ()
{
return new Source ( "{% extends 'base.html.twig' %}
{% block title %}Accueil{% endblock %}
{% block stylesheets %}
<style>
.jumbotron{
margin-bottom: 0;
}
</style>
{% endblock %}
{% block banner %}
<div class=\"header\" style=\"background-color: #32BEF0; font-size: 22px\">
<div class=\"row\">
<div class=\"col-sm-3 col-md-3\" style=\"\">
<a href=\"https://normandieimages.fr\" target=\"_blank\"><img src=\"/images/entete_html_bleu_decoupe_gauche.png\" alt=\"Normandie Images\" class=\"img-fluid\"></a>
</div>
<div class=\"col-auto pt-4\" style=\"color:#ffffff; font-weight: bold; text-align: center; padding-left: 80px\">
Annuaire des productions et des prestataires<br>
cinéma et audiovisuel
</div>
</div>
</div>
{% endblock %}
{% block body %}
<div class=\"jumbotron\" style=\"padding: 1rem 2rem;padding-bottom: 0;text-align: justify\">
<div style=\"font-size: 14px\">
<p>
Vous êtes une structure <b>production cinéma et audiovisuel</b> <i>(courts, longs métrages cinéma ; unitaires, séries audiovisuels)</i> <b>implantée en Normandie</b>.
</p>
<p>
Vous êtes un <b>prestataire de services aux tournages</b> <i>(cantine, costume, décoration, dressage animalier, effets spéciaux mécaniques et cascades, gardiennage,
régie matériel et véhicule, véhicule de jeu ou de transport, vues aériennes)</i> pour le tournage ou la post-production de films <b>implanté en Normandie</b>.
</p>
<p>
Vous êtes un <b>prestataire de moyens techniques</b>
<i>(matériel technique image, lumière, son, machinerie ou studios)</i> pour le tournage ou la post-production de films <b>implanté en Normandie</b>.
</p>
<p>
Normandie Images propose de valoriser gratuitement votre activité en vous inscrivant sur son annuaire professionnel en ligne.
</p>
<p class=\"alert alert-success\">
Les techniciens spécialisés cinéma/audiovisuel/animation ayant leur résidence en Normandie sont invités à adresser leur CV à anaismarc@normandieimages.fr<br>
Parallèlement vous pouvez vous inscrire sur Film France Talents - Movinmotion, plateforme qui recense les professionnels en France.<br>
Les techniciens disposant d'un atelier de fabrication et/ou d'un stock de costumes/accessoires, décors peuvent référencer cette activité dans cet annuaire.
</p>
</div>
{% for message in app.flashes('souscription') %}
<div class=\"alert alert-success\">
Votre compte utilisateur a bien été enregistré, vous pouvez dorénavant vous connecter !
</div>
{% endfor %}
{% for message in app.flashes('reinitialisation') %}
<div class=\"alert alert-success\">
Votre mot de passe a bien été réinitialisé, vous pouvez dorénavant vous connecter !
</div>
{% endfor %}
{% if hasError %}
<div class=\"alert alert-danger\">
Une erreur est survenue, le nom d'utilisateur ou le mot de passe est incorrect !
</div>
{% endif %}
<hr class=\"my-4\">
<div class=\"row\">
<div class=\"col-md-6\">
<div class=\"card text-white mb-3\" style=\"max-width: 100rem; border: #000 solid 2px; background-color: #cbcbcb !important\">
<div class=\"card-header\" style=\"color:#000; font-size: 1rem;border-bottom: #000 solid 2px; background-color: #32bef0; !important\"><strong>Pas encore inscrit</strong></div>
<div class=\"card-body pt-100 text-center\">
<div class=\"form-group p-5\">
<a href=\"{{ path('security_registration') }}\" class=\"btn btn-primary\">S'incrire</a>
</div>
</div>
</div>
</div>
<div class=\"col-md-6\">
<div class=\"card text-white mb-3\" style=\"max-width: 100rem; border: #000 solid 2px; background-color: #cbcbcb !important\">
<div class=\"card-header\" style=\"color:#000; font-size: 1rem;border-bottom: #000 solid 2px; background-color: #32bef0; !important\"><strong>Vous êtes déjà inscrit</strong></div>
<div class=\"card-body pt-1\">
<form action=\"{{ path('security_login') }}\" method=\"post\">
<div class=\"form-group\">
<input placeholder=\"Adresse Email...\" required name=\"_username\" type=\"text\" class=\"form-control\">
</div>
<div class=\"form-group\">
<input placeholder=\"Mot de passe...\" required name=\"_password\" type=\"password\" class=\"form-control\">
</div>
<div class=\"form-group mb-0\">
<input type=\"hidden\" name=\"_target_path\" value=\"{{ path('dashboard_user') }}\" />
<button type=\"submit\" class=\"btn btn-primary\">Connexion</button>
</div>
<div class=\"form-group mb-0\">
<a href=\"{{ path('account_forget_password') }}\" class=\"\" style=\"color:#545050\">Mot de passe oublié...</a>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
{% endblock %}
{% block footer %}
<div class=\"footer pl-3\" style=\"background-color: #7a7d7e; font-size: 14px\">
<a href=\"{{ path('mentions_legales') }}\" class=\"link text-white-50\" target=\"_blank\">Mentions légales</a>
</div>
{% endblock %}", "security/login.html.twig" , "/home/normanv/www/annuairepro/templates/security/login.html.twig" );
}
}