<?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;
/* homeabout.html.twig */
class __TwigTemplate_ae90462a4f0c20bd3fa1e4fed303cfb0 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'headersection' => [$this, 'block_headersection'],
'body' => [$this, 'block_body'],
];
}
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", "homeabout.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "homeabout.html.twig"));
$this->parent = $this->loadTemplate("base.html.twig", "homeabout.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 "- Nos offres et options";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 5
public function block_headersection($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", "headersection"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "headersection"));
// line 6
echo "<div class=\"fixed-top\">
";
// line 7
echo twig_include($this->env, $context, "flashmessages/flashmessages.html.twig");
echo "
</div>
<section class=\"section section-xl bg-primary overlay-dark text-white rounded covernorepeat\" data-background=\"";
// line 9
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/cards-3662554_1920.jpg"), "html", null, true);
echo "\">
<div class=\"container\">
<div class=\"row justify-content-center\">
<div class=\"col-12\">
<!-- Heading -->
<h1 class=\"display-1\">
<span class=\"font-weight-bolder\">B</span>ridge <span class=\"font-weight-bolder\">F</span>estival
</h1>
<!-- Text -->
<p class=\"lead text-muted mt-4\">
Le <span class=\"font-weight-bold\">guide</span> des tournois et festivals de bridge.<br />
Le <span class=\"font-weight-bold\">partenaire</span> des tournois et festivals de bridge.<br />
</p>
</div>
</div>
</div>
</section>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 28
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 29
echo "<main>
<section class=\"section bg-white\" id=\"offers\">
<div class=\"container\">
<div class=\"mb-6 text-center\">
<h2 class=\"font-weight-light mb-4\">Êtes vous prêt?</h2>
<p class=\"lead\">Regardez nos offres:</p>
</div>
<div class=\"row justify-content-center\">
<div class=\"col-lg-12\">
<p><em>*Les tarifs sont TTC</em></p>
<div class=\"table-responsive\">
<table class=\"table table-striped\">
<thead class=\"thead-inverse\">
<tr>
<th class=\"h6 py-4\" style=\"width: 40%\">Fonctionnalités</th>
<th class=\"h6 py-4 font-weight-light\">Basique (Gratuit)</th>
<th class=\"h6 py-4 font-weight-light\">Options (Tarifs)</th>
<!--<th class=\"h6 py-4\">Extended License</th>-->
</tr>
</thead>
<tbody>
<tr>
<td class=\"option h6 font-weight-light\">Créer des festivals, éditions, tournois et séances</td>
<td><i class=\"fa fa-check text-success\"></i></td>
<td></td>
</tr>
<tr>
<td class=\"option h6 font-weight-light\">Activiter une édition</td>
<td><i class=\"fa fa-check text-success\"></i></td>
<td></td>
</tr>
<tr>
<td class=\"option h6 font-weight-light\">Nombre illimité de tournois et séances</td>
<td><i class=\"fa fa-check text-success\"></i></td>
<td></td>
</tr>
<tr>
<td class=\"option h6 font-weight-light\">Système de paiement</td>
<td><i class=\"fa fa-check text-warning\"></i> Commission / Signature requise</td>
<td></td>
</tr>
<tr>
<td class=\"option h6 font-weight-light\">URL personnalisée</td>
<td><i class=\"fas fa-times text-danger mr-2\"></i></td>
<td><i class=\"fa fa-check text-warning mr-2\"></i>+50€ /an/édition</td>
</tr>
<tr>
<td class=\"option h6 font-weight-light\">Mettre en avant le site internet</td>
<td><i class=\"fas fa-times text-danger mr-2\"></i></td>
<td><i class=\"fa fa-check text-warning mr-2\"></i>+50€ /an/édition</td>
</tr>
<tr>
<td class=\"option h6 font-weight-light\">Activiter plusieurs éditions</td>
<td><i class=\"fas fa-times text-danger mr-2\"></i></td>
<td><i class=\"fa fa-check text-warning mr-2\"></i>+50€ /an/édition</td>
</tr>
<tr>
<td class=\"option h6 font-weight-light\">Générer une mailing list</td>
<td><i class=\"fas fa-times text-danger mr-2\"></i></td>
<td><i class=\"fa fa-check text-warning mr-2\"></i>+50€ /an</td>
</tr>
<tr>
<td class=\"option h6 font-weight-light\">Système d'inscriptions</td>
<td><i class=\"fas fa-times text-danger mr-2\"></i></td>
<td><i class=\"fa fa-check text-warning mr-2\"></i>+100€ /an/édition</td>
</tr>
<tr>
<td class=\"option h6 font-weight-light\">Accompagnement et offres spécifiques</td>
<td><i class=\"fas fa-times text-danger mr-2\"></i></td>
<td><i class=\"fa fa-check text-warning mr-2\"></i>Sur demande</td>
</tr>
</tbody>
<tfoot class=\"thead-inverse\">
<tr>
<th class=\"w-25\"></th>
<th class=\"py-4\"></th>
<th class=\"py-4\"><a href=\"";
// line 105
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home_route", ["routename" => "contact"], false);
echo "\" class=\"btn btn-sm btn-primary font-weight-bold animate-up-2 d-none d-md-inline-block\">Demande d'option</a></th>
</tr>
</tfoot>
</table>
<div class=\"d-flex justify-content-around\">
<a href=\"";
// line 111
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("home_route", ["routename" => "contact"], false);
echo "\" class=\"btn btn-sm btn-primary font-weight-bold animate-up-2 d-md-none mr-3\">Demande d'option</a>
<!--
<a href=\"https://themesberg.com/product/web-templates/spaces-coworking-listings-template\" target=\"_blank\" class=\"btn btn-sm btn-outline-dark font-weight-bold d-md-none\">Buy Extended License - \$79</a>
-->
</div>
</div>
</div>
</div>
<div class=\"row justify-content-center mt-6\">
<div class=\"col-12 col-lg-8\">
<!--Accordion-->
<div class=\"accordion\">
<div class=\"card card-sm card-body border-light mb-0\">
<a href=\"#panel-3\" data-target=\"#panel-3\" class=\"accordion-panel-header\" data-toggle=\"collapse\" aria-expanded=\"false\" aria-controls=\"panel-3\">
<span class=\"icon-title h6 font-weight-normal mb-0\">URL personnalisée</span>
<span class=\"icon\"><i class=\"fas fa-plus\"></i></span>
</a>
<div class=\"collapse\" id=\"panel-3\">
<div class=\"pt-3\">
<p class=\"mb-0\">
Vous voulez promouvoir votre page sur www.bridgefestival.fr ? Cette option vous permettra d'avoir une url simple et claire pour vos utilisateurs.
</p>
</div>
</div>
</div>
<div class=\"card card-sm card-body border-light mb-0\">
<a href=\"#panel-2\" data-target=\"#panel-2\" class=\"accordion-panel-header\" data-toggle=\"collapse\" aria-expanded=\"false\" aria-controls=\"panel-2\">
<span class=\"icon-title h6 font-weight-normal mb-0\">Mettre en avant le site internet</span>
<span class=\"icon\"><i class=\"fas fa-plus\"></i></span>
</a>
<div class=\"collapse\" id=\"panel-2\">
<div class=\"pt-3\">
<p class=\"mb-0\">
Vous avez déjà un site internet trop bien ? Cette option vous permettra de le mettre en avant pour inciter vos utilisateurs à s'y rendre.
</p>
</div>
</div>
</div>
<div class=\"card card-sm card-body border-light mb-0\">
<a href=\"#panel-1\" data-target=\"#panel-1\" class=\"accordion-panel-header\" data-toggle=\"collapse\" aria-expanded=\"false\" aria-controls=\"panel-1\">
<span class=\"icon-title h6 font-weight-normal mb-0\">Activer plusieurs éditions</span>
<span class=\"icon\"><i class=\"fas fa-plus\"></i></span>
</a>
<div class=\"collapse\" id=\"panel-1\">
<div class=\"pt-3\">
<p class=\"mb-0\">
Vous avez plusieurs éditions de votre tournoi ou festival pour la même année ? Cette option vous permettra d'activer plusieurs éditions en même temps.
</p>
</div>
</div>
</div>
<div class=\"card card-sm card-body border-light mb-0\">
<a href=\"#panel-4\" data-target=\"#panel-4\" class=\"accordion-panel-header\" data-toggle=\"collapse\" aria-expanded=\"false\" aria-controls=\"panel-4\">
<span class=\"icon-title h6 font-weight-normal mb-0\">Générer une mailing list</span>
<span class=\"icon\"><i class=\"fas fa-plus\"></i></span>
</a>
<div class=\"collapse\" id=\"panel-4\">
<div class=\"pt-3\">
<p class=\"mb-0\">
Vous avez déjà vos template de mail de communication pour vos compétiteurs ? Avec cette option vous pouvez accéder aux adresses emails de vos abonnés et leur envoyer vos propres emails.
</p>
</div>
</div>
</div>
<div class=\"card card-sm card-body border-light mb-0\">
<a href=\"#panel-6\" data-target=\"#panel-6\" class=\"accordion-panel-header\" data-toggle=\"collapse\" aria-expanded=\"false\" aria-controls=\"panel-6\">
<span class=\"icon-title h6 font-weight-normal mb-0\">Système d'inscriptions</span>
<span class=\"icon\"><i class=\"fas fa-plus\"></i></span>
</a>
<div class=\"collapse\" id=\"panel-6\">
<div class=\"pt-3\">
<p class=\"mb-0\">
Vous avez besoin de connaître les inscrits à vos tournois avant? Avec cette option les utilisateurs de BRIDGE FESTIVAL peuvent s'inscrire à vos tournois et vous pouvez rester en contact avec eux.
</p>
</div>
</div>
</div>
<div class=\"card card-sm card-body border-light mb-0\">
<a href=\"#panel-5\" data-target=\"#panel-5\" class=\"accordion-panel-header\" data-toggle=\"collapse\" aria-expanded=\"false\" aria-controls=\"panel-5\">
<span class=\"icon-title h6 font-weight-normal mb-0\">Accompagnement et offres spécifiques</span>
<span class=\"icon\"><i class=\"fas fa-plus\"></i></span>
</a>
<div class=\"collapse\" id=\"panel-5\">
<div class=\"pt-3\">
<p class=\"mb-0\">
Slon vos besoins, nous pouvons vous accompagner et vous proposez des offres spécifiques.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=\"col mt-5 text-center\">
<a href=\"https://bridgefestival.atlassian.net/wiki/spaces/GD/overview\" target=\"_blank\" class=\"btn btn-light animate-up-2\"><i class=\"far fa-question-circle mr-2\"></i>Documentation détaillée</a>
</div>
</div>
</section>
</main>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "homeabout.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 222 => 111, 213 => 105, 135 => 29, 125 => 28, 97 => 9, 92 => 7, 89 => 6, 79 => 5, 60 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'base.html.twig' %}
{% block title %}- Nos offres et options{% endblock %}
{% block headersection %}
<div class=\"fixed-top\">
{{ include('flashmessages/flashmessages.html.twig') }}
</div>
<section class=\"section section-xl bg-primary overlay-dark text-white rounded covernorepeat\" data-background=\"{{ asset('assets/img/cards-3662554_1920.jpg') }}\">
<div class=\"container\">
<div class=\"row justify-content-center\">
<div class=\"col-12\">
<!-- Heading -->
<h1 class=\"display-1\">
<span class=\"font-weight-bolder\">B</span>ridge <span class=\"font-weight-bolder\">F</span>estival
</h1>
<!-- Text -->
<p class=\"lead text-muted mt-4\">
Le <span class=\"font-weight-bold\">guide</span> des tournois et festivals de bridge.<br />
Le <span class=\"font-weight-bold\">partenaire</span> des tournois et festivals de bridge.<br />
</p>
</div>
</div>
</div>
</section>
{%endblock%}
{%block body%}
<main>
<section class=\"section bg-white\" id=\"offers\">
<div class=\"container\">
<div class=\"mb-6 text-center\">
<h2 class=\"font-weight-light mb-4\">Êtes vous prêt?</h2>
<p class=\"lead\">Regardez nos offres:</p>
</div>
<div class=\"row justify-content-center\">
<div class=\"col-lg-12\">
<p><em>*Les tarifs sont TTC</em></p>
<div class=\"table-responsive\">
<table class=\"table table-striped\">
<thead class=\"thead-inverse\">
<tr>
<th class=\"h6 py-4\" style=\"width: 40%\">Fonctionnalités</th>
<th class=\"h6 py-4 font-weight-light\">Basique (Gratuit)</th>
<th class=\"h6 py-4 font-weight-light\">Options (Tarifs)</th>
<!--<th class=\"h6 py-4\">Extended License</th>-->
</tr>
</thead>
<tbody>
<tr>
<td class=\"option h6 font-weight-light\">Créer des festivals, éditions, tournois et séances</td>
<td><i class=\"fa fa-check text-success\"></i></td>
<td></td>
</tr>
<tr>
<td class=\"option h6 font-weight-light\">Activiter une édition</td>
<td><i class=\"fa fa-check text-success\"></i></td>
<td></td>
</tr>
<tr>
<td class=\"option h6 font-weight-light\">Nombre illimité de tournois et séances</td>
<td><i class=\"fa fa-check text-success\"></i></td>
<td></td>
</tr>
<tr>
<td class=\"option h6 font-weight-light\">Système de paiement</td>
<td><i class=\"fa fa-check text-warning\"></i> Commission / Signature requise</td>
<td></td>
</tr>
<tr>
<td class=\"option h6 font-weight-light\">URL personnalisée</td>
<td><i class=\"fas fa-times text-danger mr-2\"></i></td>
<td><i class=\"fa fa-check text-warning mr-2\"></i>+50€ /an/édition</td>
</tr>
<tr>
<td class=\"option h6 font-weight-light\">Mettre en avant le site internet</td>
<td><i class=\"fas fa-times text-danger mr-2\"></i></td>
<td><i class=\"fa fa-check text-warning mr-2\"></i>+50€ /an/édition</td>
</tr>
<tr>
<td class=\"option h6 font-weight-light\">Activiter plusieurs éditions</td>
<td><i class=\"fas fa-times text-danger mr-2\"></i></td>
<td><i class=\"fa fa-check text-warning mr-2\"></i>+50€ /an/édition</td>
</tr>
<tr>
<td class=\"option h6 font-weight-light\">Générer une mailing list</td>
<td><i class=\"fas fa-times text-danger mr-2\"></i></td>
<td><i class=\"fa fa-check text-warning mr-2\"></i>+50€ /an</td>
</tr>
<tr>
<td class=\"option h6 font-weight-light\">Système d'inscriptions</td>
<td><i class=\"fas fa-times text-danger mr-2\"></i></td>
<td><i class=\"fa fa-check text-warning mr-2\"></i>+100€ /an/édition</td>
</tr>
<tr>
<td class=\"option h6 font-weight-light\">Accompagnement et offres spécifiques</td>
<td><i class=\"fas fa-times text-danger mr-2\"></i></td>
<td><i class=\"fa fa-check text-warning mr-2\"></i>Sur demande</td>
</tr>
</tbody>
<tfoot class=\"thead-inverse\">
<tr>
<th class=\"w-25\"></th>
<th class=\"py-4\"></th>
<th class=\"py-4\"><a href=\"{{ path('home_route', {'routename':'contact'}, relative = false) }}\" class=\"btn btn-sm btn-primary font-weight-bold animate-up-2 d-none d-md-inline-block\">Demande d'option</a></th>
</tr>
</tfoot>
</table>
<div class=\"d-flex justify-content-around\">
<a href=\"{{ path('home_route', {'routename':'contact'}, relative = false) }}\" class=\"btn btn-sm btn-primary font-weight-bold animate-up-2 d-md-none mr-3\">Demande d'option</a>
<!--
<a href=\"https://themesberg.com/product/web-templates/spaces-coworking-listings-template\" target=\"_blank\" class=\"btn btn-sm btn-outline-dark font-weight-bold d-md-none\">Buy Extended License - \$79</a>
-->
</div>
</div>
</div>
</div>
<div class=\"row justify-content-center mt-6\">
<div class=\"col-12 col-lg-8\">
<!--Accordion-->
<div class=\"accordion\">
<div class=\"card card-sm card-body border-light mb-0\">
<a href=\"#panel-3\" data-target=\"#panel-3\" class=\"accordion-panel-header\" data-toggle=\"collapse\" aria-expanded=\"false\" aria-controls=\"panel-3\">
<span class=\"icon-title h6 font-weight-normal mb-0\">URL personnalisée</span>
<span class=\"icon\"><i class=\"fas fa-plus\"></i></span>
</a>
<div class=\"collapse\" id=\"panel-3\">
<div class=\"pt-3\">
<p class=\"mb-0\">
Vous voulez promouvoir votre page sur www.bridgefestival.fr ? Cette option vous permettra d'avoir une url simple et claire pour vos utilisateurs.
</p>
</div>
</div>
</div>
<div class=\"card card-sm card-body border-light mb-0\">
<a href=\"#panel-2\" data-target=\"#panel-2\" class=\"accordion-panel-header\" data-toggle=\"collapse\" aria-expanded=\"false\" aria-controls=\"panel-2\">
<span class=\"icon-title h6 font-weight-normal mb-0\">Mettre en avant le site internet</span>
<span class=\"icon\"><i class=\"fas fa-plus\"></i></span>
</a>
<div class=\"collapse\" id=\"panel-2\">
<div class=\"pt-3\">
<p class=\"mb-0\">
Vous avez déjà un site internet trop bien ? Cette option vous permettra de le mettre en avant pour inciter vos utilisateurs à s'y rendre.
</p>
</div>
</div>
</div>
<div class=\"card card-sm card-body border-light mb-0\">
<a href=\"#panel-1\" data-target=\"#panel-1\" class=\"accordion-panel-header\" data-toggle=\"collapse\" aria-expanded=\"false\" aria-controls=\"panel-1\">
<span class=\"icon-title h6 font-weight-normal mb-0\">Activer plusieurs éditions</span>
<span class=\"icon\"><i class=\"fas fa-plus\"></i></span>
</a>
<div class=\"collapse\" id=\"panel-1\">
<div class=\"pt-3\">
<p class=\"mb-0\">
Vous avez plusieurs éditions de votre tournoi ou festival pour la même année ? Cette option vous permettra d'activer plusieurs éditions en même temps.
</p>
</div>
</div>
</div>
<div class=\"card card-sm card-body border-light mb-0\">
<a href=\"#panel-4\" data-target=\"#panel-4\" class=\"accordion-panel-header\" data-toggle=\"collapse\" aria-expanded=\"false\" aria-controls=\"panel-4\">
<span class=\"icon-title h6 font-weight-normal mb-0\">Générer une mailing list</span>
<span class=\"icon\"><i class=\"fas fa-plus\"></i></span>
</a>
<div class=\"collapse\" id=\"panel-4\">
<div class=\"pt-3\">
<p class=\"mb-0\">
Vous avez déjà vos template de mail de communication pour vos compétiteurs ? Avec cette option vous pouvez accéder aux adresses emails de vos abonnés et leur envoyer vos propres emails.
</p>
</div>
</div>
</div>
<div class=\"card card-sm card-body border-light mb-0\">
<a href=\"#panel-6\" data-target=\"#panel-6\" class=\"accordion-panel-header\" data-toggle=\"collapse\" aria-expanded=\"false\" aria-controls=\"panel-6\">
<span class=\"icon-title h6 font-weight-normal mb-0\">Système d'inscriptions</span>
<span class=\"icon\"><i class=\"fas fa-plus\"></i></span>
</a>
<div class=\"collapse\" id=\"panel-6\">
<div class=\"pt-3\">
<p class=\"mb-0\">
Vous avez besoin de connaître les inscrits à vos tournois avant? Avec cette option les utilisateurs de BRIDGE FESTIVAL peuvent s'inscrire à vos tournois et vous pouvez rester en contact avec eux.
</p>
</div>
</div>
</div>
<div class=\"card card-sm card-body border-light mb-0\">
<a href=\"#panel-5\" data-target=\"#panel-5\" class=\"accordion-panel-header\" data-toggle=\"collapse\" aria-expanded=\"false\" aria-controls=\"panel-5\">
<span class=\"icon-title h6 font-weight-normal mb-0\">Accompagnement et offres spécifiques</span>
<span class=\"icon\"><i class=\"fas fa-plus\"></i></span>
</a>
<div class=\"collapse\" id=\"panel-5\">
<div class=\"pt-3\">
<p class=\"mb-0\">
Slon vos besoins, nous pouvons vous accompagner et vous proposez des offres spécifiques.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=\"col mt-5 text-center\">
<a href=\"https://bridgefestival.atlassian.net/wiki/spaces/GD/overview\" target=\"_blank\" class=\"btn btn-light animate-up-2\"><i class=\"far fa-question-circle mr-2\"></i>Documentation détaillée</a>
</div>
</div>
</section>
</main>
{%endblock%}
", "homeabout.html.twig", "/home/maixmebouz/www/dev/bridgefestival/templates/homeabout.html.twig");
}
}