var/cache/dev/twig/34/34ade68b1150ca6b948c997e62050e20.php line 54

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* user/show.html.twig */
  16. class __TwigTemplate_720c4206efb4c0cdf6b3b957ea102bff extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->blocks = [
  28.             'title' => [$this'block_title'],
  29.             'body' => [$this'block_body'],
  30.         ];
  31.     }
  32.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  33.     {
  34.         // line 1
  35.         return "base.html.twig";
  36.     }
  37.     protected function doDisplay(array $context, array $blocks = []): iterable
  38.     {
  39.         $macros $this->macros;
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""user/show.html.twig"));
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""user/show.html.twig"));
  44.         $this->parent $this->load("base.html.twig"1);
  45.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  46.         
  47.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  48.         
  49.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  50.     }
  51.     // line 3
  52.     /**
  53.      * @return iterable<null|scalar|\Stringable>
  54.      */
  55.     public function block_title(array $context, array $blocks = []): iterable
  56.     {
  57.         $macros $this->macros;
  58.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  59.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  60.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  62.         yield "User";
  63.         
  64.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  65.         
  66.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  67.         yield from [];
  68.     }
  69.     // line 5
  70.     /**
  71.      * @return iterable<null|scalar|\Stringable>
  72.      */
  73.     public function block_body(array $context, array $blocks = []): iterable
  74.     {
  75.         $macros $this->macros;
  76.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  77.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  78.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  79.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  80.         // line 6
  81.         yield "    <h1>User</h1>
  82.     <table class=\"table\">
  83.         <tbody>
  84.             <tr>
  85.                 <th>Id</th>
  86.                 <td>";
  87.         // line 12
  88.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'12$this->source); })()), "id", [], "any"falsefalsefalse12), "html"nulltrue);
  89.         yield "</td>
  90.             </tr>
  91.             <tr>
  92.                 <th>Username</th>
  93.                 <td>";
  94.         // line 16
  95.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'16$this->source); })()), "username", [], "any"falsefalsefalse16), "html"nulltrue);
  96.         yield "</td>
  97.             </tr>
  98.             <tr>
  99.                 <th>Roles</th>
  100.                 <td>";
  101.         // line 20
  102.         yield (((($tmp CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'20$this->source); })()), "roles", [], "any"falsefalsefalse20)) && $tmp instanceof Markup ? (string) $tmp $tmp)) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(json_encode(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'20$this->source); })()), "roles", [], "any"falsefalsefalse20)), "html"nulltrue)) : (""));
  103.         yield "</td>
  104.             </tr>
  105.             <tr>
  106.                 <th>Password</th>
  107.                 <td>";
  108.         // line 24
  109.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'24$this->source); })()), "password", [], "any"falsefalsefalse24), "html"nulltrue);
  110.         yield "</td>
  111.             </tr>
  112.             <tr>
  113.                 <th>ResetPasswordToken</th>
  114.                 <td>";
  115.         // line 28
  116.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'28$this->source); })()), "resetPasswordToken", [], "any"falsefalsefalse28), "html"nulltrue);
  117.         yield "</td>
  118.             </tr>
  119.             <tr>
  120.                 <th>Civilité</th>
  121.                 <td>";
  122.         // line 32
  123.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'32$this->source); })()), "civilite", [], "any"falsefalsefalse32), "html"nulltrue);
  124.         yield "</td>
  125.             </tr>
  126.             <tr>
  127.                 <th>Nom</th>
  128.                 <td>";
  129.         // line 36
  130.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'36$this->source); })()), "nom", [], "any"falsefalsefalse36), "html"nulltrue);
  131.         yield "</td>
  132.             </tr>
  133.             <tr>
  134.                 <th>Prénom</th>
  135.                 <td>";
  136.         // line 40
  137.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($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); })()), "prenom", [], "any"falsefalsefalse40), "html"nulltrue);
  138.         yield "</td>
  139.             </tr>
  140.             <tr>
  141.                 <th>DateNaissance</th>
  142.                 <td>";
  143.         // line 44
  144.         yield (((($tmp CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'44$this->source); })()), "dateNaissance", [], "any"falsefalsefalse44)) && $tmp instanceof Markup ? (string) $tmp $tmp)) ? ($this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'44$this->source); })()), "dateNaissance", [], "any"falsefalsefalse44), "d/m/Y"), "html"nulltrue)) : (""));
  145.         yield "</td>
  146.             </tr>
  147.             <tr>
  148.                 <th>Adresse</th>
  149.                 <td>";
  150.         // line 48
  151.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'48$this->source); })()), "adresse", [], "any"falsefalsefalse48), "html"nulltrue);
  152.         yield "</td>
  153.             </tr>
  154.             <tr>
  155.                 <th>CodePostal</th>
  156.                 <td>";
  157.         // line 52
  158.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'52$this->source); })()), "codePostal", [], "any"falsefalsefalse52), "html"nulltrue);
  159.         yield "</td>
  160.             </tr>
  161.             <tr>
  162.                 <th>Ville</th>
  163.                 <td>";
  164.         // line 56
  165.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'56$this->source); })()), "ville", [], "any"falsefalsefalse56), "html"nulltrue);
  166.         yield "</td>
  167.             </tr>
  168.             <tr>
  169.                 <th>Téléphone</th>
  170.                 <td>";
  171.         // line 60
  172.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'60$this->source); })()), "tel", [], "any"falsefalsefalse60), "html"nulltrue);
  173.         yield "</td>
  174.             </tr>
  175.             <tr>
  176.                 <th>EtatActivation</th>
  177.                 <td>";
  178.         // line 64
  179.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'64$this->source); })()), "etatActivation", [], "any"falsefalsefalse64), "html"nulltrue);
  180.         yield "</td>
  181.             </tr>
  182.             <tr>
  183.                 <th>Niveau</th>
  184.                 <td>";
  185.         // line 68
  186.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'68$this->source); })()), "niveau", [], "any"falsefalsefalse68), "html"nulltrue);
  187.         yield "</td>
  188.             </tr>
  189.             <tr>
  190.                 <th>Specialite</th>
  191.                 <td>";
  192.         // line 72
  193.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'72$this->source); })()), "specialite", [], "any"falsefalsefalse72), "html"nulltrue);
  194.         yield "</td>
  195.             </tr>
  196.             <tr>
  197.                 <th>Experience</th>
  198.                 <td>";
  199.         // line 76
  200.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'76$this->source); })()), "experience", [], "any"falsefalsefalse76), "html"nulltrue);
  201.         yield "</td>
  202.             </tr>
  203.             <tr>
  204.                 <th>Certificats</th>
  205.                 <td>";
  206.         // line 80
  207.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'80$this->source); })()), "certificats", [], "any"falsefalsefalse80), "html"nulltrue);
  208.         yield "</td>
  209.             </tr>
  210.             <tr>
  211.                 <th>Diplome</th>
  212.                 <td>";
  213.         // line 84
  214.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'84$this->source); })()), "diplome", [], "any"falsefalsefalse84), "html"nulltrue);
  215.         yield "</td>
  216.             </tr>
  217.             <tr>
  218.                 <th>Institution</th>
  219.                 <td>";
  220.         // line 88
  221.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'88$this->source); })()), "institution", [], "any"falsefalsefalse88), "html"nulltrue);
  222.         yield "</td>
  223.             </tr>
  224.             <tr>
  225.                 <th>Poste</th>
  226.                 <td>";
  227.         // line 92
  228.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'92$this->source); })()), "poste", [], "any"falsefalsefalse92), "html"nulltrue);
  229.         yield "</td>
  230.             </tr>
  231.             <tr>
  232.                 <th>Organization</th>
  233.                 <td>";
  234.         // line 96
  235.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'96$this->source); })()), "organization", [], "any"falsefalsefalse96), "html"nulltrue);
  236.         yield "</td>
  237.             </tr>
  238.             <tr>
  239.                 <th>Nationnalite</th>
  240.                 <td>";
  241.         // line 100
  242.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'100$this->source); })()), "nationnalite", [], "any"falsefalsefalse100), "html"nulltrue);
  243.         yield "</td>
  244.             </tr>
  245.         </tbody>
  246.     </table>
  247.     <a href=\"";
  248.         // line 105
  249.         yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_user_index");
  250.         yield "\">back to list</a>
  251.     <a href=\"";
  252.         // line 107
  253.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_user_edit", ["id" => CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'107$this->source); })()), "id", [], "any"falsefalsefalse107)]), "html"nulltrue);
  254.         yield "\">edit</a>
  255.     <a href=\"";
  256.         // line 108
  257.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_invoice_generate_user", ["id" => CoreExtension::getAttribute($this->env$this->source, (isset($context["user"]) || array_key_exists("user"$context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.'108$this->source); })()), "id", [], "any"falsefalsefalse108)]), "html"nulltrue);
  258.         yield "\" class=\"btn btn-primary\">Générer Facture</a>
  259.     ";
  260.         // line 110
  261.         yield Twig\Extension\CoreExtension::include($this->env$context"user/_delete_form.html.twig");
  262.         yield "
  263. ";
  264.         
  265.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  266.         
  267.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  268.         yield from [];
  269.     }
  270.     /**
  271.      * @codeCoverageIgnore
  272.      */
  273.     public function getTemplateName(): string
  274.     {
  275.         return "user/show.html.twig";
  276.     }
  277.     /**
  278.      * @codeCoverageIgnore
  279.      */
  280.     public function isTraitable(): bool
  281.     {
  282.         return false;
  283.     }
  284.     /**
  285.      * @codeCoverageIgnore
  286.      */
  287.     public function getDebugInfo(): array
  288.     {
  289.         return array (  284 => 110,  279 => 108,  275 => 107,  270 => 105,  262 => 100,  255 => 96,  248 => 92,  241 => 88,  234 => 84,  227 => 80,  220 => 76,  213 => 72,  206 => 68,  199 => 64,  192 => 60,  185 => 56,  178 => 52,  171 => 48,  164 => 44,  157 => 40,  150 => 36,  143 => 32,  136 => 28,  129 => 24,  122 => 20,  115 => 16,  108 => 12,  100 => 6,  87 => 5,  64 => 3,  41 => 1,);
  290.     }
  291.     public function getSourceContext(): Source
  292.     {
  293.         return new Source("{% extends 'base.html.twig' %}
  294. {% block title %}User{% endblock %}
  295. {% block body %}
  296.     <h1>User</h1>
  297.     <table class=\"table\">
  298.         <tbody>
  299.             <tr>
  300.                 <th>Id</th>
  301.                 <td>{{ user.id }}</td>
  302.             </tr>
  303.             <tr>
  304.                 <th>Username</th>
  305.                 <td>{{ user.username }}</td>
  306.             </tr>
  307.             <tr>
  308.                 <th>Roles</th>
  309.                 <td>{{ user.roles ? user.roles|json_encode : '' }}</td>
  310.             </tr>
  311.             <tr>
  312.                 <th>Password</th>
  313.                 <td>{{ user.password }}</td>
  314.             </tr>
  315.             <tr>
  316.                 <th>ResetPasswordToken</th>
  317.                 <td>{{ user.resetPasswordToken }}</td>
  318.             </tr>
  319.             <tr>
  320.                 <th>Civilité</th>
  321.                 <td>{{ user.civilite }}</td>
  322.             </tr>
  323.             <tr>
  324.                 <th>Nom</th>
  325.                 <td>{{ user.nom }}</td>
  326.             </tr>
  327.             <tr>
  328.                 <th>Prénom</th>
  329.                 <td>{{ user.prenom }}</td>
  330.             </tr>
  331.             <tr>
  332.                 <th>DateNaissance</th>
  333.                 <td>{{ user.dateNaissance ? user.dateNaissance|date('d/m/Y') : '' }}</td>
  334.             </tr>
  335.             <tr>
  336.                 <th>Adresse</th>
  337.                 <td>{{ user.adresse }}</td>
  338.             </tr>
  339.             <tr>
  340.                 <th>CodePostal</th>
  341.                 <td>{{ user.codePostal }}</td>
  342.             </tr>
  343.             <tr>
  344.                 <th>Ville</th>
  345.                 <td>{{ user.ville }}</td>
  346.             </tr>
  347.             <tr>
  348.                 <th>Téléphone</th>
  349.                 <td>{{ user.tel }}</td>
  350.             </tr>
  351.             <tr>
  352.                 <th>EtatActivation</th>
  353.                 <td>{{ user.etatActivation }}</td>
  354.             </tr>
  355.             <tr>
  356.                 <th>Niveau</th>
  357.                 <td>{{ user.niveau }}</td>
  358.             </tr>
  359.             <tr>
  360.                 <th>Specialite</th>
  361.                 <td>{{ user.specialite }}</td>
  362.             </tr>
  363.             <tr>
  364.                 <th>Experience</th>
  365.                 <td>{{ user.experience }}</td>
  366.             </tr>
  367.             <tr>
  368.                 <th>Certificats</th>
  369.                 <td>{{ user.certificats }}</td>
  370.             </tr>
  371.             <tr>
  372.                 <th>Diplome</th>
  373.                 <td>{{ user.diplome }}</td>
  374.             </tr>
  375.             <tr>
  376.                 <th>Institution</th>
  377.                 <td>{{ user.institution }}</td>
  378.             </tr>
  379.             <tr>
  380.                 <th>Poste</th>
  381.                 <td>{{ user.poste }}</td>
  382.             </tr>
  383.             <tr>
  384.                 <th>Organization</th>
  385.                 <td>{{ user.organization }}</td>
  386.             </tr>
  387.             <tr>
  388.                 <th>Nationnalite</th>
  389.                 <td>{{ user.nationnalite }}</td>
  390.             </tr>
  391.         </tbody>
  392.     </table>
  393.     <a href=\"{{ path('app_user_index') }}\">back to list</a>
  394.     <a href=\"{{ path('app_user_edit', {'id': user.id}) }}\">edit</a>
  395.     <a href=\"{{ path('app_invoice_generate_user', {'id': user.id}) }}\" class=\"btn btn-primary\">Générer Facture</a>
  396.     {{ include('user/_delete_form.html.twig') }}
  397. {% endblock %}
  398. ""user/show.html.twig""/home/iaatunisie/public_html/templates/user/show.html.twig");
  399.     }
  400. }