<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
/* admin/coach/listCoaches.html.twig */
class __TwigTemplate_c5f2e543f46d61e2d991299ea5fb487b extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'page_title' => [$this, 'block_page_title'],
'breadcump_main' => [$this, 'block_breadcump_main'],
'breadcump_subtitle' => [$this, 'block_breadcump_subtitle'],
'menu_left_sidebar' => [$this, 'block_menu_left_sidebar'],
'stylesheets' => [$this, 'block_stylesheets'],
'title' => [$this, 'block_title'],
'content' => [$this, 'block_content'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "admin/baseAdmin.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", "admin/coach/listCoaches.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "admin/coach/listCoaches.html.twig"));
$this->parent = $this->loadTemplate("admin/baseAdmin.html.twig", "admin/coach/listCoaches.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 2
public function block_page_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", "page_title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_title"));
yield "Comptes Coaches";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 3
public function block_breadcump_main($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", "breadcump_main"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcump_main"));
yield "Coaches";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 4
public function block_breadcump_subtitle($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", "breadcump_subtitle"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "breadcump_subtitle"));
yield "Liste des Coaches";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 5
public function block_menu_left_sidebar($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", "menu_left_sidebar"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "menu_left_sidebar"));
// line 6
yield " ";
yield from $this->loadTemplate("include/menu/menuAdmin.html.twig", "admin/coach/listCoaches.html.twig", 6)->unwrap()->yield(CoreExtension::merge($context, ["menu_active_event" => "2"]));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// 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
yield " <link href=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("admin/libs/select2/css/select2.min.css"), "html", null, true);
yield "\" rel=\"stylesheet\" type=\"text/css\">
<link href=\"";
// line 10
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("admin/css/tailwind.min.css"), "html", null, true);
yield "\" rel=\"stylesheet\" type=\"text/css\">
<link href=\"";
// line 11
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("admin/css/tailwind2.css"), "html", null, true);
yield "\" rel=\"stylesheet\" type=\"text/css\">
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 14
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"));
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Liste des coachs"), "html", null, true);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 15
public function block_content($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", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 16
yield " <div class=\"container-fluid px-0\">
<div class=\"card dark:bg-zink-700 \">
<div class=\"p-6\">
<div class=\"grid grid-cols-12\">
<div class=\"col-span-12\">
<div class=\"md:flex justify-between space-y-2 md:space-y-0\">
<div class=\"relative\">
<i class=\"bx bx-search-alt text-16 text-zink-600 dark:text-zink-200 absolute top-3 left-4 right-4 transform w-1/12\"></i>
<input class=\"border border-gray-400 focus:border focus:border-gray-400 focus:outline-none focus:ring-0 p-3 ps-5 pl-10 placeholder:text-[13px] placeholder:text-gray-600 py-2 rounded-full rtl:pr-10 text-gray-700 w-full\" type=\"search\" placeholder=\"Rechercher...\" id=\"example-search-input\">
</div>
<a href=\"";
// line 27
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("add_coach");
yield "\"
class=\"mb-3 text-13 px-4 rounded-full text-white bg-orange-500 border-transparent btn hover:bg-green-600\" style=\"background: #ffaa00;\"><i class=\"bx bx-plusme-1\"></i>Ajouter nouveau coach</a>
</div>
<div class=\"my-6 overflow-x-auto\">
<table class=\"table w-full datatable dt-responsive nowrap whitespace-nowrap border-spacing-y-1.5 border-collapse text-gray-800 \" id=\"cards-container\">
<thead>
<tr class=\"bg-gray-50 dark:bg-zink-50 dark:text-zink-200 \">
<th class=\"p-3 font-semibold text-13 ltr:text-left rtl:text-right\">#</th>
<th class=\"p-3 font-semibold text-13 ltr:text-left rtl:text-right\">Coach</th>
<th class=\"p-3 font-semibold text-13 ltr:text-left rtl:text-right\">Category</th>
<th class=\"p-3 font-semibold text-13 ltr:text-left rtl:text-right\">Pays de résidence</th>
<th class=\"p-3 font-semibold text-13 ltr:text-left rtl:text-right\" style=\"width: 120px;\">Action</th>
</tr>
</thead>
<tbody>
";
// line 43
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["coaches"]) || array_key_exists("coaches", $context) ? $context["coaches"] : (function () { throw new RuntimeError('Variable "coaches" does not exist.', 43, $this->source); })()));
foreach ($context['_seq'] as $context["_key"] => $context["coach"]) {
// line 44
yield " <tr class=\"bg-white border-b border-gray-300 dark:bg-transparent dark:border-zink-50\">
<td class=\"p-3\">
<div class=\"w-24 h-16 bg-gray-50 dark:bg-zink-50 rounded p-1\">
<img class=\"h-full w-full object-cover\" src=\"";
// line 47
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("" . CoreExtension::getAttribute($this->env, $this->source, $context["coach"], "image", [], "any", false, false, false, 47))), "html", null, true);
yield "\" alt=\"\">
</div>
</td>
<th scope=\"row\" class=\"p-3 text-13 ltr:text-left rtl:text-right font-normal whitespace-nowrap text-gray-600 dark:text-zink-200\">
<p class=\"text-[14px] font-medium mb-1 text-gray-800 dark:text-white name\">";
// line 51
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["coach"], "FirstName", [], "any", false, false, false, 51), "html", null, true);
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["coach"], "LastName", [], "any", false, false, false, 51), "html", null, true);
yield "</p>
<p></p>
</th>
<th scope=\"row\" class=\"p-3 text-13 ltr:text-left rtl:text-right font-normal whitespace-nowrap text-gray-600 dark:text-zink-200\">
<p>15 </p>
</th>
<td class=\"p-3 country\">
<p>";
// line 59
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["coach"], "country", [], "any", false, false, false, 59), "html", null, true);
yield " </p>
</td>
<td class=\"p-3 ltr:text-left rtl:text-right\">
<div class=\"relative dropdown\">
<button class=\"p-0 text-gray-700 border-0 btn dropdown-toggle dark:text-zink-200 \" type=\"button\" data-bs-toggle=\"dropdown\" id=\"dropdownMenuButton1\">
<i class=\"bx bx-dots-horizontal font-medium text-15\"></i>
</button>
<ul class=\"absolute right-0 left-auto top-auto z-20 hidden w-44 py-1.5 text-left list-none bg-white border border-transparent rounded shadow-lg dropdown-menu bg-clip-padding dark:bg-zink-700 dark:border-zink-50 dark:text-zink-200\" aria-labelledby=\"dropdownMenuButton1\">
<li><a class=\"bg-transparent dropdown-item font-normal flex items-center hover:bg-gray-50 px-6 py-1.5 text-13 text-gray-700 w-full whitespace-nowrap\" href=\"";
// line 68
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("edit_coach", ["id" => CoreExtension::getAttribute($this->env, $this->source, $context["coach"], "id", [], "any", false, false, false, 68)]), "html", null, true);
yield "\"><i class=\"bx bx-pencil text-16 text-green-500 me-2 \"></i> Edit</a>
</li>
<li><a class=\"bg-transparent dropdown-item font-normal flex items-center hover:bg-gray-50 px-6 py-1.5 text-13 text-gray-700 w-full whitespace-nowrap\" href=\"#\"> <i class=\"bx bx-lock-alt text-16 text-gray-500 me-2\"></i>Securite</a>
</li>
<li><a class=\"bg-transparent dropdown-item font-normal flex items-center hover:bg-gray-50 px-6 py-1.5 text-13 text-gray-700 w-full whitespace-nowrap\" href=\"#\"> <i class=\"bx bx-trash-alt text-16 text-red-500 me-2\"></i>Remove</a>
</li>
</ul>
</div>
</td>
</tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['coach'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 80
yield " </tbody>
</table>
</div>
<!-- end table -->
</div>
<div class=\"col-span-12\">
<div class=\"flex justify-between items-center\">
<p class=\"text-13\">Showing 1 to 7 of 7 entries</p>
<ul class=\"flex space-x-4 rtl:space-x-reverse items-center\">
<li class=\"cursor-pointer\"><i class=\"bx bx-chevron-left text-gray-700 text-16 dark:text-zink-200 rtl:rotate-180 block\"></i></li>
<li class=\"cursor-pointer flex h-8 items-center justify-center rounded-full text-white w-8\" style=\"background: #ffaa00; \">1</li>
<li class=\"cursor-pointer\"><i class=\"bx bx-chevron-right text-gray-700 text-16 dark:text-zink-200 rtl:rotate-180 block\"></i></li>
</ul>
</div>
</div>
</div>
<!-- end grid -->
</div>
</div>
</div>
<!-- container-fluid -->
<!-- End main -->
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
// line 107
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 108
yield "
<script src=\"";
// line 109
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("admin/js/app.js"), "html", null, true);
yield "\"></script>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "admin/coach/listCoaches.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 352 => 109, 349 => 108, 339 => 107, 302 => 80, 284 => 68, 272 => 59, 259 => 51, 252 => 47, 247 => 44, 243 => 43, 224 => 27, 211 => 16, 201 => 15, 181 => 14, 167 => 11, 163 => 10, 158 => 9, 148 => 8, 136 => 6, 126 => 5, 106 => 4, 86 => 3, 66 => 2, 43 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'admin/baseAdmin.html.twig' %}
{% block page_title %}Comptes Coaches{% endblock %}
{% block breadcump_main %}Coaches{% endblock %}
{% block breadcump_subtitle %}Liste des Coaches{% endblock %}
{% block menu_left_sidebar %}
{% include 'include/menu/menuAdmin.html.twig' with { menu_active_event : '2'} %}
{% endblock %}
{% block stylesheets %}
<link href=\"{{ asset('admin/libs/select2/css/select2.min.css') }}\" rel=\"stylesheet\" type=\"text/css\">
<link href=\"{{ asset('admin/css/tailwind.min.css') }}\" rel=\"stylesheet\" type=\"text/css\">
<link href=\"{{ asset('admin/css/tailwind2.css') }}\" rel=\"stylesheet\" type=\"text/css\">
{% endblock %}
{% block title %}{{\"Liste des coachs\"|trans }}{% endblock %}
{% block content %}
<div class=\"container-fluid px-0\">
<div class=\"card dark:bg-zink-700 \">
<div class=\"p-6\">
<div class=\"grid grid-cols-12\">
<div class=\"col-span-12\">
<div class=\"md:flex justify-between space-y-2 md:space-y-0\">
<div class=\"relative\">
<i class=\"bx bx-search-alt text-16 text-zink-600 dark:text-zink-200 absolute top-3 left-4 right-4 transform w-1/12\"></i>
<input class=\"border border-gray-400 focus:border focus:border-gray-400 focus:outline-none focus:ring-0 p-3 ps-5 pl-10 placeholder:text-[13px] placeholder:text-gray-600 py-2 rounded-full rtl:pr-10 text-gray-700 w-full\" type=\"search\" placeholder=\"Rechercher...\" id=\"example-search-input\">
</div>
<a href=\"{{ path('add_coach') }}\"
class=\"mb-3 text-13 px-4 rounded-full text-white bg-orange-500 border-transparent btn hover:bg-green-600\" style=\"background: #ffaa00;\"><i class=\"bx bx-plusme-1\"></i>Ajouter nouveau coach</a>
</div>
<div class=\"my-6 overflow-x-auto\">
<table class=\"table w-full datatable dt-responsive nowrap whitespace-nowrap border-spacing-y-1.5 border-collapse text-gray-800 \" id=\"cards-container\">
<thead>
<tr class=\"bg-gray-50 dark:bg-zink-50 dark:text-zink-200 \">
<th class=\"p-3 font-semibold text-13 ltr:text-left rtl:text-right\">#</th>
<th class=\"p-3 font-semibold text-13 ltr:text-left rtl:text-right\">Coach</th>
<th class=\"p-3 font-semibold text-13 ltr:text-left rtl:text-right\">Category</th>
<th class=\"p-3 font-semibold text-13 ltr:text-left rtl:text-right\">Pays de résidence</th>
<th class=\"p-3 font-semibold text-13 ltr:text-left rtl:text-right\" style=\"width: 120px;\">Action</th>
</tr>
</thead>
<tbody>
{% for coach in coaches %}
<tr class=\"bg-white border-b border-gray-300 dark:bg-transparent dark:border-zink-50\">
<td class=\"p-3\">
<div class=\"w-24 h-16 bg-gray-50 dark:bg-zink-50 rounded p-1\">
<img class=\"h-full w-full object-cover\" src=\"{{ asset(''~coach.image) }}\" alt=\"\">
</div>
</td>
<th scope=\"row\" class=\"p-3 text-13 ltr:text-left rtl:text-right font-normal whitespace-nowrap text-gray-600 dark:text-zink-200\">
<p class=\"text-[14px] font-medium mb-1 text-gray-800 dark:text-white name\">{{ coach.FirstName }} {{ coach.LastName }}</p>
<p></p>
</th>
<th scope=\"row\" class=\"p-3 text-13 ltr:text-left rtl:text-right font-normal whitespace-nowrap text-gray-600 dark:text-zink-200\">
<p>15 </p>
</th>
<td class=\"p-3 country\">
<p>{{ coach.country }} </p>
</td>
<td class=\"p-3 ltr:text-left rtl:text-right\">
<div class=\"relative dropdown\">
<button class=\"p-0 text-gray-700 border-0 btn dropdown-toggle dark:text-zink-200 \" type=\"button\" data-bs-toggle=\"dropdown\" id=\"dropdownMenuButton1\">
<i class=\"bx bx-dots-horizontal font-medium text-15\"></i>
</button>
<ul class=\"absolute right-0 left-auto top-auto z-20 hidden w-44 py-1.5 text-left list-none bg-white border border-transparent rounded shadow-lg dropdown-menu bg-clip-padding dark:bg-zink-700 dark:border-zink-50 dark:text-zink-200\" aria-labelledby=\"dropdownMenuButton1\">
<li><a class=\"bg-transparent dropdown-item font-normal flex items-center hover:bg-gray-50 px-6 py-1.5 text-13 text-gray-700 w-full whitespace-nowrap\" href=\"{{ path('edit_coach', {'id':coach.id}) }}\"><i class=\"bx bx-pencil text-16 text-green-500 me-2 \"></i> Edit</a>
</li>
<li><a class=\"bg-transparent dropdown-item font-normal flex items-center hover:bg-gray-50 px-6 py-1.5 text-13 text-gray-700 w-full whitespace-nowrap\" href=\"#\"> <i class=\"bx bx-lock-alt text-16 text-gray-500 me-2\"></i>Securite</a>
</li>
<li><a class=\"bg-transparent dropdown-item font-normal flex items-center hover:bg-gray-50 px-6 py-1.5 text-13 text-gray-700 w-full whitespace-nowrap\" href=\"#\"> <i class=\"bx bx-trash-alt text-16 text-red-500 me-2\"></i>Remove</a>
</li>
</ul>
</div>
</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
<!-- end table -->
</div>
<div class=\"col-span-12\">
<div class=\"flex justify-between items-center\">
<p class=\"text-13\">Showing 1 to 7 of 7 entries</p>
<ul class=\"flex space-x-4 rtl:space-x-reverse items-center\">
<li class=\"cursor-pointer\"><i class=\"bx bx-chevron-left text-gray-700 text-16 dark:text-zink-200 rtl:rotate-180 block\"></i></li>
<li class=\"cursor-pointer flex h-8 items-center justify-center rounded-full text-white w-8\" style=\"background: #ffaa00; \">1</li>
<li class=\"cursor-pointer\"><i class=\"bx bx-chevron-right text-gray-700 text-16 dark:text-zink-200 rtl:rotate-180 block\"></i></li>
</ul>
</div>
</div>
</div>
<!-- end grid -->
</div>
</div>
</div>
<!-- container-fluid -->
<!-- End main -->
{% endblock %}
{% block javascripts %}
<script src=\"{{ asset('admin/js/app.js')}}\"></script>
{% endblock %}", "admin/coach/listCoaches.html.twig", "/home/bookoachroot/public_html/templates/admin/coach/listCoaches.html.twig");
}
}