var/cache/dev/twig/f0/f06d369d5c79e8aafaa7885bcd03dd1465cd8bdc2476e1c11c4e5b594ec261cb.php line 88

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* base.html.twig */
  14. class __TwigTemplate_ae415c228558dc33f789ab52aa6e99519f6c6c81e8e58ade9b83cce2720721c4 extends \Twig\Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'title' => [$this'block_title'],
  25.             'stylesheets' => [$this'block_stylesheets'],
  26.             'endHead' => [$this'block_endHead'],
  27.             'root_div' => [$this'block_root_div'],
  28.             'body' => [$this'block_body'],
  29.             'javascripts' => [$this'block_javascripts'],
  30.             'endBody' => [$this'block_endBody'],
  31.         ];
  32.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  33.         $tags = array("set" => 1"if" => 7"block" => 262"for" => 432"include" => 575);
  34.         $filters = array("trans" => 42"raw" => 55"escape" => 298"imagine_filter" => 319"date" => 474"date_modify" => 474"json_encode" => 587);
  35.         $functions = array("url" => 10"subscription_is_allowed" => 13"is_simplypay_integration_enabled" => 24"is_booking_from_admin_app" => 47"csrf_token" => 51"can_leave_review" => 53"get_max_connected_calendars" => 54"get_timezones" => 55"path" => 101"encore_entry_link_tags" => 292"vich_uploader_asset" => 319"asset" => 319"is_granted" => 362"include" => 564"encore_entry_script_tags" => 612);
  36.         try {
  37.             $this->sandbox->checkSecurity(
  38.                 ['set''if''block''for''include'],
  39.                 ['trans''raw''escape''imagine_filter''date''date_modify''json_encode'],
  40.                 ['url''subscription_is_allowed''is_simplypay_integration_enabled''is_booking_from_admin_app''csrf_token''can_leave_review''get_max_connected_calendars''get_timezones''path''encore_entry_link_tags''vich_uploader_asset''asset''is_granted''include''encore_entry_script_tags']
  41.             );
  42.         } catch (SecurityError $e) {
  43.             $e->setSourceContext($this->source);
  44.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  45.                 $e->setTemplateLine($tags[$e->getTagName()]);
  46.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  47.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  48.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  49.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  50.             }
  51.             throw $e;
  52.         }
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  55.     }
  56.     protected function doDisplay(array $context, array $blocks = [])
  57.     {
  58.         $macros $this->macros;
  59.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  60.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  61.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  62.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  63.         // line 1
  64.         $context["bodyClass"] = (($context["bodyClass"]) ?? (null));
  65.         // line 2
  66.         $context["contentClass"] = (($context["contentClass"]) ?? (null));
  67.         // line 3
  68.         $context["menuSidebarClass"] = (($context["menuSidebarClass"]) ?? (null));
  69.         // line 4
  70.         $context["organisationUrl"] = null;
  71.         // line 5
  72.         $context["simplypayOrganizationIntegration"] = null;
  73.         // line 6
  74.         $context["organization"] = twig_get_attribute($this->env$this->sourcetwig_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.'6$this->source); })()), "user", [], "any"falsefalsetrue6), "defaultOrganization", [], "any"falsefalsetrue6);
  75.         // line 7
  76.         if (((isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'7$this->source); })()) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'7$this->source); })()), "domain", [], "any"falsefalsetrue7)))) {
  77.             // line 8
  78.             echo "    ";
  79.             $context["organisationUrl"] = ("https://" $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'8$this->source); })()), "domain", [], "any"falsefalsetrue8), 8$this->source));
  80.         } elseif ((        // line 9
  81. (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'9$this->source); })()) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'9$this->source); })()), "slug", [], "any"falsefalsetrue9)))) {
  82.             // line 10
  83.             echo "    ";
  84.             $context["organisationUrl"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("hrm_booking_organization_index", ["organizationSlug" => twig_get_attribute($this->env$this->source, (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'10$this->source); })()), "slug", [], "any"falsefalsetrue10)]);
  85.         }
  86.         // line 12
  87.         echo "
  88. ";
  89.         // line 13
  90.         if ( !$this->extensions['Harmonizely\Twig\SubscriptionIsAllowedExtension']->getSubscriptionIsAllowed("organization")) {
  91.             // line 14
  92.             echo "    ";
  93.             $context["organisationUrl"] = "/organization";
  94.         }
  95.         // line 16
  96.         echo "
  97. ";
  98.         // line 17
  99.         $context["userUrl"] = $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getUrl("hrm_booking_index", ["slug" => twig_get_attribute($this->env$this->sourcetwig_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.'17$this->source); })()), "user", [], "any"falsefalsetrue17), "slug", [], "any"falsefalsetrue17)]);
  100.         // line 18
  101.         if ( !twig_test_empty(twig_get_attribute($this->env$this->sourcetwig_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.'18$this->source); })()), "user", [], "any"falsefalsetrue18), "domain", [], "any"falsefalsetrue18))) {
  102.             // line 19
  103.             echo "    ";
  104.             $context["userUrl"] = ("https://" $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_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.'19$this->source); })()), "user", [], "any"falsefalsetrue19), "domain", [], "any"falsefalsetrue19), 19$this->source));
  105.         } elseif ((        // line 20
  106. (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'20$this->source); })()) &&  !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'20$this->source); })()), "domain", [], "any"falsefalsetrue20)))) {
  107.             // line 21
  108.             echo "    ";
  109.             $context["userUrl"] = ((("https://" $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'21$this->source); })()), "domain", [], "any"falsefalsetrue21), 21$this->source)) . "/") . $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_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.'21$this->source); })()), "user", [], "any"falsefalsetrue21), "slug", [], "any"falsefalsetrue21), 21$this->source));
  110.         }
  111.         // line 23
  112.         echo "
  113. ";
  114.         // line 24
  115.         $context["isSimplypayIntegrationEnabled"] = $this->extensions['Harmonizely\Twig\SimplypayIntegrationExtension']->isSimplypayIntegrationEnabled($this->sandbox->ensureToStringAllowed(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.'24$this->source); })()), "user", [], "any"falsefalsetrue24), 24$this->source));
  116.         // line 25
  117.         $context["simplypayUserIntegration"] = twig_get_attribute($this->env$this->sourcetwig_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.'25$this->source); })()), "user", [], "any"falsefalsetrue25), "getIntegrationByType", [=> "simplypay"], "method"falsefalsetrue25);
  118.         // line 26
  119.         if ((isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'26$this->source); })())) {
  120.             // line 27
  121.             echo "    ";
  122.             $context["simplypayOrganizationIntegration"] = twig_get_attribute($this->env$this->source, (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'27$this->source); })()), "getIntegrationByType", [=> "simplypay"], "method"falsefalsetrue27);
  123.         }
  124.         // line 29
  125.         $context["smsIntegration"] = twig_get_attribute($this->env$this->sourcetwig_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.'29$this->source); })()), "user", [], "any"falsefalsetrue29), "integrationByType", [=> "sms"], "method"falsefalsetrue29);
  126.         // line 30
  127.         $context["zoomIntegration"] = twig_get_attribute($this->env$this->sourcetwig_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.'30$this->source); })()), "user", [], "any"falsefalsetrue30), "integrationByType", [=> "zoom"], "method"falsefalsetrue30);
  128.         // line 31
  129.         $context["googleMeetIntegration"] = twig_get_attribute($this->env$this->sourcetwig_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.'31$this->source); })()), "user", [], "any"falsefalsetrue31), "integrationByType", [=> "google_meet"], "method"falsefalsetrue31);
  130.         // line 32
  131.         $context["microsoftTeamsIntegration"] = twig_get_attribute($this->env$this->sourcetwig_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.'32$this->source); })()), "user", [], "any"falsefalsetrue32), "integrationByType", [=> "microsoft_teams"], "method"falsefalsetrue32);
  132.         // line 33
  133.         $context["wherebyIntegration"] = twig_get_attribute($this->env$this->sourcetwig_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.'33$this->source); })()), "user", [], "any"falsefalsetrue33), "integrationByType", [=> "whereby"], "method"falsefalsetrue33);
  134.         // line 34
  135.         $context["kopanoMeetIntegration"] = twig_get_attribute($this->env$this->sourcetwig_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.'34$this->source); })()), "user", [], "any"falsefalsetrue34), "integrationByType", [=> "kopano_meet"], "method"falsefalsetrue34);
  136.         // line 35
  137.         $context["flexibleDurationIntegration"] = twig_get_attribute($this->env$this->sourcetwig_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.'35$this->source); })()), "user", [], "any"falsefalsetrue35), "integrationByType", [=> "flexible_duration"], "method"falsefalsetrue35);
  138.         // line 36
  139.         $context["multipleMeetingIntegration"] = twig_get_attribute($this->env$this->sourcetwig_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.'36$this->source); })()), "user", [], "any"falsefalsetrue36), "integrationByType", [=> "multiple_meeting"], "method"falsefalsetrue36);
  140.         // line 37
  141.         $context["eventTypeTagIntegration"] = twig_get_attribute($this->env$this->sourcetwig_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.'37$this->source); })()), "user", [], "any"falsefalsetrue37), "integrationByType", [=> "event_type_tag"], "method"falsefalsetrue37);
  142.         // line 38
  143.         $context["routingFormIntegration"] = twig_get_attribute($this->env$this->sourcetwig_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.'38$this->source); })()), "user", [], "any"falsefalsetrue38), "integrationByType", [=> "routing_form"], "method"falsefalsetrue38);
  144.         // line 39
  145.         $context["multipleEmailIntegration"] = twig_get_attribute($this->env$this->sourcetwig_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.'39$this->source); })()), "user", [], "any"falsefalsetrue39), "integrationByType", [=> "multiple_email"], "method"falsefalsetrue39);
  146.         // line 40
  147.         echo "
  148. ";
  149.         // line 41
  150.         $context["integrations"] = [=> ["integration" =>         // line 42
  151. (isset($context["zoomIntegration"]) || array_key_exists("zoomIntegration"$context) ? $context["zoomIntegration"] : (function () { throw new RuntimeError('Variable "zoomIntegration" does not exist.'42$this->source); })()), "errorMessage" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("integration_error_zoom")], => ["integration" =>         // line 43
  152. (isset($context["googleMeetIntegration"]) || array_key_exists("googleMeetIntegration"$context) ? $context["googleMeetIntegration"] : (function () { throw new RuntimeError('Variable "googleMeetIntegration" does not exist.'43$this->source); })()), "errorMessage" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("integration_error_google_meet")], => ["integration" =>         // line 44
  153. (isset($context["microsoftTeamsIntegration"]) || array_key_exists("microsoftTeamsIntegration"$context) ? $context["microsoftTeamsIntegration"] : (function () { throw new RuntimeError('Variable "microsoftTeamsIntegration" does not exist.'44$this->source); })()), "errorMessage" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("integration_error_microsoft_teams")]];
  154.         // line 46
  155.         echo "
  156. ";
  157.         // line 47
  158.         $context["isAdminApp"] = $this->extensions['Harmonizely\Twig\isBookingFromAdmin']->isBookingFromAdminApp();
  159.         // line 48
  160.         $context["isDarkMode"] = ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_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.'48$this->source); })()), "request", [], "any"falsefalsetrue48), "cookies", [], "any"falsefalsetrue48), "get", [=> "dark_mode"], "method"falsefalsetrue48)) ? (true) : (false));
  161.         // line 49
  162.         echo "
  163. ";
  164.         // line 50
  165.         $context["config"] = ["csrf_token" => $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("app"), "empty_csrf_token" => $this->env->getRuntime('Symfony\Component\Form\FormRenderer')->renderCsrfToken("empty_csrf"), "can_leave_review" => $this->extensions['Harmonizely\Twig\CanLeaveReviewExtension']->canLeaveReview(), "max_connected_calendars" => $this->extensions['Harmonizely\Twig\GetMaxConnectedCalendarsExtension']->getMaxConnectedCalendars(), "timezones" => $this->extensions['Harmonizely\Twig\GetTimezonesExtension']->getTimezones(), "dark_mode" =>         // line 56
  166. (isset($context["isDarkMode"]) || array_key_exists("isDarkMode"$context) ? $context["isDarkMode"] : (function () { throw new RuntimeError('Variable "isDarkMode" does not exist.'56$this->source); })()), "show_modal_allow_login_as_user" => (((        // line 57
  167. (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'57$this->source); })()) && twig_get_attribute($this->env$this->source, (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'57$this->source); })()), "allowLoginAsUser", [], "any"falsefalsetrue57)) &&  !twig_get_attribute($this->env$this->sourcetwig_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.'57$this->source); })()), "user", [], "any"falsefalsetrue57), "isMainOwner", [], "any"falsefalsetrue57)) &&  !twig_get_attribute($this->env$this->sourcetwig_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.'57$this->source); })()), "user", [], "any"falsefalsetrue57), "isAllowLoginAsUser", [], "any"falsefalsetrue57)), "user" => ["id" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 59
  168. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'59$this->source); })()), "user", [], "any"falsefalsetrue59), "id", [], "any"falsefalsetrue59), "slug" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 60
  169. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'60$this->source); })()), "user", [], "any"falsefalsetrue60), "slug", [], "any"falsefalsetrue60), "email" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 61
  170. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'61$this->source); })()), "user", [], "any"falsefalsetrue61), "email", [], "any"falsefalsetrue61), "fullName" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 62
  171. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'62$this->source); })()), "user", [], "any"falsefalsetrue62), "fullName", [], "any"falsefalsetrue62), "timezone" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 63
  172. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'63$this->source); })()), "user", [], "any"falsefalsetrue63), "timezone", [], "any"falsefalsetrue63), "time_format" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 64
  173. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'64$this->source); })()), "user", [], "any"falsefalsetrue64), "timeFormat", [], "any"falsefalsetrue64), "date_format" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 65
  174. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'65$this->source); })()), "user", [], "any"falsefalsetrue65), "dateFormat", [], "any"falsefalsetrue65), "sunday_is_first_day" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 66
  175. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'66$this->source); })()), "user", [], "any"falsefalsetrue66), "sundayIsFirstDay", [], "any"falsefalsetrue66), "is_rtl" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 67
  176. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'67$this->source); })()), "user", [], "any"falsefalsetrue67), "isRtl", [], "any"falsefalsetrue67), "locale" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 68
  177. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'68$this->source); })()), "user", [], "any"falsefalsetrue68), "locale", [], "any"falsefalsetrue68), "is_owner" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 69
  178. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'69$this->source); })()), "user", [], "any"falsefalsetrue69), "isOwner", [], "any"falsefalsetrue69), "has_trial_subscription" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 70
  179. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'70$this->source); })()), "user", [], "any"falsefalsetrue70), "hasTrialSubscription", [], "any"falsefalsetrue70), "has_paid_subscription" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 71
  180. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'71$this->source); })()), "user", [], "any"falsefalsetrue71), "hasPaidSubscription", [], "any"falsefalsetrue71), "has_current_subscription" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 72
  181. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'72$this->source); })()), "user", [], "any"falsefalsetrue72), "hasCurrentSubscription", [], "any"falsefalsetrue72), "trial_days_left" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 73
  182. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'73$this->source); })()), "user", [], "any"falsefalsetrue73), "getTrialDaysLeft", [], "any"falsefalsetrue73), "has_organization" => (        // line 74
  183. (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'74$this->source); })()) != null), "branding_enabled" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 75
  184. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'75$this->source); })()), "user", [], "any"falsefalsetrue75), "brandingEnabled", [], "any"falsefalsetrue75), "welcome_tour_step" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 76
  185. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'76$this->source); })()), "user", [], "any"falsefalsetrue76), "welcomeTourStep", [], "any"falsefalsetrue76), "calendar_event_name_type" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 77
  186. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'77$this->source); })()), "user", [], "any"falsefalsetrue77), "preferences", [], "any"falsefalsetrue77), "calendarEventNameType", [], "any"falsefalsetrue77), "phone_number" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 78
  187. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'78$this->source); })()), "user", [], "any"falsefalsetrue78), "internationalPhoneNumber", [], "any"falsefalsetrue78), "public_url" =>         // line 79
  188. (isset($context["userUrl"]) || array_key_exists("userUrl"$context) ? $context["userUrl"] : (function () { throw new RuntimeError('Variable "userUrl" does not exist.'79$this->source); })()), "is_onboarding_skipped" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 80
  189. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'80$this->source); })()), "user", [], "any"falsefalsetrue80), "isOnboardingSkipped", [], "any"falsefalsetrue80)], "enabled_integrations" => ["simplypay" =>         // line 83
  190. (isset($context["isSimplypayIntegrationEnabled"]) || array_key_exists("isSimplypayIntegrationEnabled"$context) ? $context["isSimplypayIntegrationEnabled"] : (function () { throw new RuntimeError('Variable "isSimplypayIntegrationEnabled" does not exist.'83$this->source); })()), "user_simplypay" => (        // line 84
  191. (isset($context["simplypayUserIntegration"]) || array_key_exists("simplypayUserIntegration"$context) ? $context["simplypayUserIntegration"] : (function () { throw new RuntimeError('Variable "simplypayUserIntegration" does not exist.'84$this->source); })()) && twig_get_attribute($this->env$this->source, (isset($context["simplypayUserIntegration"]) || array_key_exists("simplypayUserIntegration"$context) ? $context["simplypayUserIntegration"] : (function () { throw new RuntimeError('Variable "simplypayUserIntegration" does not exist.'84$this->source); })()), "isEnabled", [], "method"falsefalsetrue84)), "organization_simplypay" => (        // line 85
  192. (isset($context["simplypayOrganizationIntegration"]) || array_key_exists("simplypayOrganizationIntegration"$context) ? $context["simplypayOrganizationIntegration"] : (function () { throw new RuntimeError('Variable "simplypayOrganizationIntegration" does not exist.'85$this->source); })()) && twig_get_attribute($this->env$this->source, (isset($context["simplypayOrganizationIntegration"]) || array_key_exists("simplypayOrganizationIntegration"$context) ? $context["simplypayOrganizationIntegration"] : (function () { throw new RuntimeError('Variable "simplypayOrganizationIntegration" does not exist.'85$this->source); })()), "isEnabled", [], "method"falsefalsetrue85)), "sms" => ((        // line 86
  193. (isset($context["smsIntegration"]) || array_key_exists("smsIntegration"$context) ? $context["smsIntegration"] : (function () { throw new RuntimeError('Variable "smsIntegration" does not exist.'86$this->source); })()) != null) && twig_get_attribute($this->env$this->source, (isset($context["smsIntegration"]) || array_key_exists("smsIntegration"$context) ? $context["smsIntegration"] : (function () { throw new RuntimeError('Variable "smsIntegration" does not exist.'86$this->source); })()), "enabled", [], "any"falsefalsetrue86)), "zoom" => ((        // line 87
  194. (isset($context["zoomIntegration"]) || array_key_exists("zoomIntegration"$context) ? $context["zoomIntegration"] : (function () { throw new RuntimeError('Variable "zoomIntegration" does not exist.'87$this->source); })()) != null) && twig_get_attribute($this->env$this->source, (isset($context["zoomIntegration"]) || array_key_exists("zoomIntegration"$context) ? $context["zoomIntegration"] : (function () { throw new RuntimeError('Variable "zoomIntegration" does not exist.'87$this->source); })()), "enabled", [], "any"falsefalsetrue87)), "whereby" => ((        // line 88
  195. (isset($context["wherebyIntegration"]) || array_key_exists("wherebyIntegration"$context) ? $context["wherebyIntegration"] : (function () { throw new RuntimeError('Variable "wherebyIntegration" does not exist.'88$this->source); })()) != null) && twig_get_attribute($this->env$this->source, (isset($context["wherebyIntegration"]) || array_key_exists("wherebyIntegration"$context) ? $context["wherebyIntegration"] : (function () { throw new RuntimeError('Variable "wherebyIntegration" does not exist.'88$this->source); })()), "enabled", [], "any"falsefalsetrue88)), "kopano_meet" => ((        // line 89
  196. (isset($context["kopanoMeetIntegration"]) || array_key_exists("kopanoMeetIntegration"$context) ? $context["kopanoMeetIntegration"] : (function () { throw new RuntimeError('Variable "kopanoMeetIntegration" does not exist.'89$this->source); })()) != null) && twig_get_attribute($this->env$this->source, (isset($context["kopanoMeetIntegration"]) || array_key_exists("kopanoMeetIntegration"$context) ? $context["kopanoMeetIntegration"] : (function () { throw new RuntimeError('Variable "kopanoMeetIntegration" does not exist.'89$this->source); })()), "enabled", [], "any"falsefalsetrue89)), "multiple_meeting" => ((        // line 90
  197. (isset($context["multipleMeetingIntegration"]) || array_key_exists("multipleMeetingIntegration"$context) ? $context["multipleMeetingIntegration"] : (function () { throw new RuntimeError('Variable "multipleMeetingIntegration" does not exist.'90$this->source); })()) != null) && twig_get_attribute($this->env$this->source, (isset($context["multipleMeetingIntegration"]) || array_key_exists("multipleMeetingIntegration"$context) ? $context["multipleMeetingIntegration"] : (function () { throw new RuntimeError('Variable "multipleMeetingIntegration" does not exist.'90$this->source); })()), "enabled", [], "any"falsefalsetrue90)), "flexible_duration" => ((        // line 91
  198. (isset($context["flexibleDurationIntegration"]) || array_key_exists("flexibleDurationIntegration"$context) ? $context["flexibleDurationIntegration"] : (function () { throw new RuntimeError('Variable "flexibleDurationIntegration" does not exist.'91$this->source); })()) != null) && twig_get_attribute($this->env$this->source, (isset($context["flexibleDurationIntegration"]) || array_key_exists("flexibleDurationIntegration"$context) ? $context["flexibleDurationIntegration"] : (function () { throw new RuntimeError('Variable "flexibleDurationIntegration" does not exist.'91$this->source); })()), "enabled", [], "any"falsefalsetrue91)), "event_type_tag" => ((        // line 92
  199. (isset($context["eventTypeTagIntegration"]) || array_key_exists("eventTypeTagIntegration"$context) ? $context["eventTypeTagIntegration"] : (function () { throw new RuntimeError('Variable "eventTypeTagIntegration" does not exist.'92$this->source); })()) != null) && twig_get_attribute($this->env$this->source, (isset($context["eventTypeTagIntegration"]) || array_key_exists("eventTypeTagIntegration"$context) ? $context["eventTypeTagIntegration"] : (function () { throw new RuntimeError('Variable "eventTypeTagIntegration" does not exist.'92$this->source); })()), "enabled", [], "any"falsefalsetrue92)), "routing_form" => ((        // line 93
  200. (isset($context["routingFormIntegration"]) || array_key_exists("routingFormIntegration"$context) ? $context["routingFormIntegration"] : (function () { throw new RuntimeError('Variable "routingFormIntegration" does not exist.'93$this->source); })()) != null) && twig_get_attribute($this->env$this->source, (isset($context["routingFormIntegration"]) || array_key_exists("routingFormIntegration"$context) ? $context["routingFormIntegration"] : (function () { throw new RuntimeError('Variable "routingFormIntegration" does not exist.'93$this->source); })()), "enabled", [], "any"falsefalsetrue93)), "multiple_email" => ((        // line 94
  201. (isset($context["multipleEmailIntegration"]) || array_key_exists("multipleEmailIntegration"$context) ? $context["multipleEmailIntegration"] : (function () { throw new RuntimeError('Variable "multipleEmailIntegration" does not exist.'94$this->source); })()) != null) && twig_get_attribute($this->env$this->source, (isset($context["multipleEmailIntegration"]) || array_key_exists("multipleEmailIntegration"$context) ? $context["multipleEmailIntegration"] : (function () { throw new RuntimeError('Variable "multipleEmailIntegration" does not exist.'94$this->source); })()), "enabled", [], "any"falsefalsetrue94)), "google_meet" => ((        // line 95
  202. (isset($context["googleMeetIntegration"]) || array_key_exists("googleMeetIntegration"$context) ? $context["googleMeetIntegration"] : (function () { throw new RuntimeError('Variable "googleMeetIntegration" does not exist.'95$this->source); })()) != null) && twig_get_attribute($this->env$this->source, (isset($context["googleMeetIntegration"]) || array_key_exists("googleMeetIntegration"$context) ? $context["googleMeetIntegration"] : (function () { throw new RuntimeError('Variable "googleMeetIntegration" does not exist.'95$this->source); })()), "enabled", [], "any"falsefalsetrue95)), "microsoft_teams" => ((        // line 96
  203. (isset($context["microsoftTeamsIntegration"]) || array_key_exists("microsoftTeamsIntegration"$context) ? $context["microsoftTeamsIntegration"] : (function () { throw new RuntimeError('Variable "microsoftTeamsIntegration" does not exist.'96$this->source); })()) != null) && twig_get_attribute($this->env$this->source, (isset($context["microsoftTeamsIntegration"]) || array_key_exists("microsoftTeamsIntegration"$context) ? $context["microsoftTeamsIntegration"] : (function () { throw new RuntimeError('Variable "microsoftTeamsIntegration" does not exist.'96$this->source); })()), "enabled", [], "any"falsefalsetrue96))], "path" => ["host" =>         // line 99
  204. (isset($context["public_host"]) || array_key_exists("public_host"$context) ? $context["public_host"] : (function () { throw new RuntimeError('Variable "public_host" does not exist.'99$this->source); })()), "help_url" =>         // line 100
  205. (isset($context["help_url"]) || array_key_exists("help_url"$context) ? $context["help_url"] : (function () { throw new RuntimeError('Variable "help_url" does not exist.'100$this->source); })()), "acl_rules" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.acl.list"), "payment" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("payment"), "open_simplypay_event" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.open_simplypay_event.base"), "dashboard" => ["review" => ["leave" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("api.review.leave")]], "search" => ["relevant_resources" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.search.relevant_resources"), "stream_gpt" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.search.stream_gpt")], "file" => ["image" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.file.upload.image")], "appearance" => ["user" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.appearance.user.get"), "organization" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.appearance.organization.get")], "widget" => ["user" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.widget.user.get"), "organization" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.widget.organization.get")], "directory" => ["company" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.directory.company"), "company_save" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.directory.company.save"), "company_delete" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.directory.company.delete")], "calendar_integration" => ["calendar_account_list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.calendar_integration.calendar_account.list"), "calendar_check_conflicts" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.calendar_integration.calendar.check_conflicts"), "calendar_check_external" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.calendar_integration.calendar.check_external"), "calendar_event_name_type" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.calendar_integration.calendar.event_name_type"), "calendar_default" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.calendar_integration.calendar.default")], "calendar" => ["event" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.calendar.event.list")], "event_type" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.calendar.event_type.list")]], "welcome_tour" => ["skip_step" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.welcome_tour.skip_step"), "event_type" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("api_event_type_create")], "event_type" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.event_type.list"), "availability" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.event_type.availability")], "single_use_link" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.single_use_link.create")], "event" => ["notes" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.event.notes"), "invite_participants" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.event.invite_participants"), "edit" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.event.edit"), "cancel" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.event.cancel"), "cancel_list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.event.cancel.list"), "delete_list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.event.delete.list"), "no_show" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.event.no_show"), "reschedule" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.event.reschedule"), "create" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.event.create"), "list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.event.list"), "event_list_page" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.event.list"), "resend_notification" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.event.resend_notification")], "poll" => ["create" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.poll.create"), "list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.poll.list")], "routing_form" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.routing_form.list")], "export" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.export.list"), "generate" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.export.generate"), "download" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.export.download.base")], "organization" => ["tag" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("api.organization.tag.list")]], "organization_role" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.organization_role.list"), "update" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.organization_role_permission.update")], "event_type_tag" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.event_type_tag.list")], "user_event_type_tag" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.user_event_type_tag.list")], "news" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.news.list"), "view" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.news.view")], "user" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.user.list"), "organization_tag" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("api.user.organization.tag.list")], "skip_tutorial" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.user.skip_tutorial"), "skip_onboarding" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.user.skip_onboarding"), "set_timezone" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.user.set_timezone"), "allow_login_as_user" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.user.allow_login_as_user"), "generate_user_login_url" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.user.generate_user_login_url")], "user_relation" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.user_relation.list"), "login" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.user_relation.login")], "availability_rule" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.availability_rule")], "custom_translation" => ["user" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.user_custom_translation.list")], "organization" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.organization_custom_translation.list")]], "tax" => ["user" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.tax.user.list")], "organization" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.tax.organization.list")]], "booking" => ["availability" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("api_booking_index")], "chart" => ["list_status" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.chart.list_status"), "hour" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.chart.hour"), "status" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.chart.status")], "api_key" => ["list" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.api_key.list")], "multiple_email" => ["config" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.api.multiple_email.config.get")]]];
  206.         // line 250
  207.         echo "
  208. <!DOCTYPE html>
  209. <html ";
  210.         // line 252
  211.         echo ">
  212. <head>
  213.     <meta charset=\"UTF-8\">
  214.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover\">
  215.     <meta name=\"apple-mobile-web-app-capable\" content=\"yes\">
  216.     <meta name=\"theme-color\" content=\"#06adef\">
  217.     <meta name=\"msapplication-navbutton-color\" content=\"#06adef\">
  218.     <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"#06adef\">
  219.     <title>";
  220.         // line 262
  221.         $this->displayBlock('title'$context$blocks);
  222.         echo "</title>
  223.     <style>
  224.         .inline-message {
  225.             position: relative;
  226.             display: flex;
  227.             width: 100%;
  228.             margin-top: 1.6rem;
  229.             padding: 1.6rem;
  230.             border-radius: 0 0 3px 3px;
  231.             transition: box-shadow 0.2s cubic-bezier(0.64, 0, 0.35, 1);
  232.             transition-delay: .1s;
  233.         }
  234.         .inline-message--info {
  235.             background-color: #edf1f7;
  236.             box-shadow: inset 0 3px 0 0 #606A85, inset 0 0 0 0 transparent, 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
  237.         }
  238.         .inline-message__content__inner {
  239.             display: flex;
  240.         }
  241.         .inline-message__content__inner i {
  242.             font-size: 20px;
  243.             padding-right: 10px;
  244.         }
  245.         .inline-message__content__inner p {
  246.             margin-bottom: 0px;
  247.         }
  248.     </style>
  249.     ";
  250.         // line 291
  251.         $this->displayBlock('stylesheets'$context$blocks);
  252.         // line 292
  253.         echo "    ";
  254.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("appStyles");
  255.         echo "
  256.     <script>
  257.         let LANG = null;
  258.         let LANG_EN = null;
  259.     </script>
  260.     <script type=\"text/javascript\" src=\"";
  261.         // line 298
  262.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("translations.js", ["locale" => twig_get_attribute($this->env$this->sourcetwig_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.'298$this->source); })()), "request", [], "any"falsefalsetrue298), "locale", [], "any"falsefalsetrue298)]), "html"nulltrue);
  263.         echo "\"></script>
  264.     ";
  265.         // line 300
  266.         $this->displayBlock('endHead'$context$blocks);
  267.         // line 304
  268.         echo "</head>
  269. <body data-ma-theme=\"sm_meet\" class=\"body--2 sm-meet ";
  270.         // line 305
  271.         if ((isset($context["isAdminApp"]) || array_key_exists("isAdminApp"$context) ? $context["isAdminApp"] : (function () { throw new RuntimeError('Variable "isAdminApp" does not exist.'305$this->source); })())) {
  272.             echo "--app-version";
  273.         }
  274.         echo " ";
  275.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["bodyClass"]) || array_key_exists("bodyClass"$context) ? $context["bodyClass"] : (function () { throw new RuntimeError('Variable "bodyClass" does not exist.'305$this->source); })()), 305$this->source), "html"nulltrue);
  276.         echo " -v2 ";
  277.         if ((isset($context["isDarkMode"]) || array_key_exists("isDarkMode"$context) ? $context["isDarkMode"] : (function () { throw new RuntimeError('Variable "isDarkMode" does not exist.'305$this->source); })())) {
  278.             echo " dark-mode ";
  279.         }
  280.         echo "\">
  281.     ";
  282.         // line 306
  283.         $this->displayBlock('root_div'$context$blocks);
  284.         // line 309
  285.         echo "
  286.     <div id=\"admin-root-app-header\"></div>
  287.     <aside id=\"main-menu\" class=\"sidebar ";
  288.         // line 312
  289.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["menuSidebarClass"]) || array_key_exists("menuSidebarClass"$context) ? $context["menuSidebarClass"] : (function () { throw new RuntimeError('Variable "menuSidebarClass" does not exist.'312$this->source); })()), 312$this->source), "html"nulltrue);
  290.         echo "\">
  291.         <div class=\"sidebar__control-panel\">
  292.             <button class=\"btn sidebar__close-btn\" data-targer=\"#main-menu\"><i class=\"fal fa-times\"></i></button>
  293.         </div>
  294.         <div class=\"scrollbar-block\">
  295.             <div class=\"user\">
  296.                 <div class=\"user__info\">
  297.                     <img class=\"user__img\" src=\"";
  298.         // line 319
  299.         if (twig_get_attribute($this->env$this->sourcetwig_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.'319$this->source); })()), "user", [], "any"falsefalsetrue319), "avatarName", [], "any"falsefalsetrue319)) {
  300.             echo twig_escape_filter($this->env$this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter($this->extensions['Vich\UploaderBundle\Twig\Extension\UploaderExtension']->asset($this->sandbox->ensureToStringAllowed(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.'319$this->source); })()), "user", [], "any"falsefalsetrue319), 319$this->source), "avatarFile"), "user_avatar"), "html"nulltrue);
  301.         } else {
  302.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("avatar.png"), "html"nulltrue);
  303.         }
  304.         echo "\" alt=\"\">
  305.                     <div class=\"break-word\">
  306.                         <div class=\"user__name\">";
  307.         // line 321
  308.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_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.'321$this->source); })()), "user", [], "any"falsefalsetrue321), "fullName", [], "any"falsefalsetrue321), 321$this->source), "html"nulltrue);
  309.         echo "</div>
  310.                         <div class=\"user__email\">";
  311.         // line 322
  312.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_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.'322$this->source); })()), "user", [], "any"falsefalsetrue322), "email", [], "any"falsefalsetrue322), 322$this->source), "html"nulltrue);
  313.         echo "</div>
  314.                     </div>
  315.                 </div>
  316.             </div>
  317.             <ul class=\"navigation\">
  318. ";
  319.         // line 328
  320.         echo "
  321.                     <li class=\"navigation__item navigation__item--has-dropdown\">
  322.                         <a class=\"navigation__link navigation__link-accordion collapsed navigation__link-calendar\" data-toggle=\"collapse\" href=\"#collapseCalendar\" role=\"button\" aria-expanded=\"false\" aria-controls=\"collapseCalendar\">
  323.                             <i class=\"fal fa-calendar ico\"></i> ";
  324.         // line 331
  325.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Calendar"), "html"nulltrue);
  326.         echo "
  327.                             ";
  328.         // line 332
  329.         if (twig_get_attribute($this->env$this->sourcetwig_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.'332$this->source); })()), "user", [], "any"falsefalsetrue332), "hasCalendarError", [], "any"falsefalsetrue332)) {
  330.             // line 333
  331.             echo "                                <div class=\"p p--default_x p--danger navigation__link--error\">
  332.                                     <i class=\"icon fa-light fal fa-exclamation-triangle\"
  333.                                        data-toggle=\"tooltip\"
  334.                                        data-placement=\"top\"
  335.                                        data-animation=\"false\"
  336.                                        data-original-title=\"";
  337.             // line 338
  338.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("calendar_account.connected_error"), "html"nulltrue);
  339.             echo "\"
  340.                                     ></i>
  341.                                 </div>
  342.                             ";
  343.         }
  344.         // line 342
  345.         echo "                        </a>
  346.                     </li>
  347.                     <ul class=\"navigation__inner collapse navigation__item-collapse\" id=\"collapseCalendar\">
  348.                         <li class=\"navigation__item navigation__item--back\" href=\"#collapseCalendar\" role=\"button\" data-toggle=\"collapse\" aria-controls=\"collapseCalendar\"> <span class=\"icon-back\"></span> ";
  349.         // line 346
  350.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Calendar"), "html"nulltrue);
  351.         echo "</li>
  352.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-internal-calendar ";
  353.         // line 347
  354.         if ((twig_get_attribute($this->env$this->sourcetwig_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.'347$this->source); })()), "request", [], "any"falsefalsetrue347), "get", [=> "_route"], "method"falsefalsetrue347) == "panel.calendar")) {
  355.             echo " active";
  356.         }
  357.         echo "\" href=\"";
  358.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.calendar");
  359.         echo "\"><i class=\" ico\"></i>";
  360.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("SimplyMeet.me calendar"), "html"nulltrue);
  361.         echo "</a></li>
  362.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-calendar-integrations ";
  363.         // line 348
  364.         if ((twig_get_attribute($this->env$this->sourcetwig_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.'348$this->source); })()), "request", [], "any"falsefalsetrue348), "get", [=> "_route"], "method"falsefalsetrue348) == "panel.calendar_integration")) {
  365.             echo " active";
  366.         }
  367.         echo "\" href=\"";
  368.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.calendar_integration");
  369.         echo "\"><i class=\" ico\"></i> ";
  370.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Calendar Integrations"), "html"nulltrue);
  371.         echo "</a></li>
  372.                     </ul>
  373.                     <li class=\"navigation__item navigation__item--has-dropdown\">
  374.                         <a class=\"navigation__link navigation__link-accordion collapsed\" data-toggle=\"collapse\" href=\"#collapseMettings\" role=\"button\" aria-expanded=\"false\" aria-controls=\"collapseMettings\"><i class=\"fal fa-calendar-alt ico\"></i> ";
  375.         // line 352
  376.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Meetings"), "html"nulltrue);
  377.         echo "</a>
  378.                     </li>
  379.                     <ul class=\"navigation__inner collapse navigation__item-collapse\" id=\"collapseMettings\">
  380.                         <li class=\"navigation__item navigation__item--back\" href=\"#collapseMettings\" role=\"button\" data-toggle=\"collapse\" aria-controls=\"collapseMettings\"> <span class=\"icon-back\"></span> ";
  381.         // line 355
  382.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Meetings"), "html"nulltrue);
  383.         echo "</li>
  384.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-my-meetings ";
  385.         // line 356
  386.         if ((twig_get_attribute($this->env$this->sourcetwig_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.'356$this->source); })()), "request", [], "any"falsefalsetrue356), "get", [=> "_route"], "method"falsefalsetrue356) == "panel.event.list")) {
  387.             echo " active";
  388.         }
  389.         echo "\" href=\"";
  390.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.event.list");
  391.         echo "\"><i class=\" ico\"></i> ";
  392.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("My Meetings"), "html"nulltrue);
  393.         echo "</a></li>
  394.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-mettings-type ";
  395.         // line 357
  396.         if ((twig_get_attribute($this->env$this->sourcetwig_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.'357$this->source); })()), "request", [], "any"falsefalsetrue357), "get", [=> "_route"], "method"falsefalsetrue357) == "hrm_event_type_index")) {
  397.             echo " active";
  398.         }
  399.         echo "\" href=\"";
  400.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("hrm_event_type_index");
  401.         echo "\"><i class=\" ico\"></i> ";
  402.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Meeting Types"), "html"nulltrue);
  403.         echo "</a></li>
  404.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-calendar-integr ";
  405.         // line 358
  406.         if ((twig_get_attribute($this->env$this->sourcetwig_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.'358$this->source); })()), "request", [], "any"falsefalsetrue358), "get", [=> "_route"], "method"falsefalsetrue358) == "panel.poll.list")) {
  407.             echo " active";
  408.         }
  409.         echo "\" href=\"";
  410.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.poll.list");
  411.         echo "\"><i class=\" ico\"></i> ";
  412.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("poll_menu"), "html"nulltrue);
  413.         echo "</a></li>
  414.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-calendar-integr ";
  415.         // line 359
  416.         if ((twig_get_attribute($this->env$this->sourcetwig_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.'359$this->source); })()), "request", [], "any"falsefalsetrue359), "get", [=> "_route"], "method"falsefalsetrue359) == "panel.routing_form.list")) {
  417.             echo " active";
  418.         }
  419.         echo "\" href=\"";
  420.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.routing_form.list");
  421.         echo "\"><i class=\" ico\"></i> ";
  422.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("routing_form_menu"), "html"nulltrue);
  423.         echo "</a></li>
  424.                     </ul>
  425.                     ";
  426.         // line 362
  427.         if ((((isset($context["simplypayOrganizationIntegration"]) || array_key_exists("simplypayOrganizationIntegration"$context) ? $context["simplypayOrganizationIntegration"] : (function () { throw new RuntimeError('Variable "simplypayOrganizationIntegration" does not exist.'362$this->source); })()) && twig_get_attribute($this->env$this->source, (isset($context["simplypayOrganizationIntegration"]) || array_key_exists("simplypayOrganizationIntegration"$context) ? $context["simplypayOrganizationIntegration"] : (function () { throw new RuntimeError('Variable "simplypayOrganizationIntegration" does not exist.'362$this->source); })()), "isEnabled", [], "any"falsefalsetrue362)) && $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("organization_integration", (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'362$this->source); })())))) {
  428.             // line 363
  429.             echo "                        ";
  430.             if (((isset($context["simplypayUserIntegration"]) || array_key_exists("simplypayUserIntegration"$context) ? $context["simplypayUserIntegration"] : (function () { throw new RuntimeError('Variable "simplypayUserIntegration" does not exist.'363$this->source); })()) && twig_get_attribute($this->env$this->source, (isset($context["simplypayUserIntegration"]) || array_key_exists("simplypayUserIntegration"$context) ? $context["simplypayUserIntegration"] : (function () { throw new RuntimeError('Variable "simplypayUserIntegration" does not exist.'363$this->source); })()), "isEnabled", [], "any"falsefalsetrue363))) {
  431.                 // line 364
  432.                 echo "                            <li class=\"navigation__item navigation__item--has-dropdown\">
  433.                                 <a class=\"navigation__link navigation__link-accordion collapsed\" data-toggle=\"collapse\" href=\"#collapsePayments\" role=\"button\" aria-expanded=\"false\" aria-controls=\"collapsePayments\">
  434.                                     <i class=\"fal fa-icon-sbpay ico\">
  435.                                         <svg height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14.21 13.74\"><defs><style>.cls-1{fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;}</style></defs>
  436.                                             <g id=\"Шар_2\" data-name=\"Шар 2\"><g id=\"Шар_1-2\" data-name=\"Шар 1\">
  437.                                                     <line class=\"cls-1\" x1=\"5.67\" y1=\"2.88\" x2=\"8.03\" y2=\"0.5\"/>
  438.                                                     <path class=\"cls-1\" d=\"M10.37,4.12,3.83,10.4a2,2,0,0,1-2.78-.06h0A2,2,0,0,1,1.1,7.56l3-3\"/><path class=\"cls-1\" d=\"M10.37,4.12a2,2,0,0,1,2.79,0h0A2,2,0,0,1,13.1,7L6.56,13.24\"/>
  439.                                                 </g>
  440.                                             </g>
  441.                                         </svg>
  442.                                     </i>
  443.                                     ";
  444.                 // line 375
  445.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Payments"), "html"nulltrue);
  446.                 echo "
  447.                                 </a>
  448.                             </li>
  449.                             <ul class=\"navigation__inner collapse navigation__item-collapse\" id=\"collapsePayments\">
  450.                                 <li class=\"navigation__item navigation__item--back\" href=\"#collapseSimplypay\" role=\"button\" data-toggle=\"collapse\" aria-controls=\"collapsePayments\"> <span class=\"icon-back\"></span> ";
  451.                 // line 379
  452.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Payments"), "html"nulltrue);
  453.                 echo "</li>
  454.                                 <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-my-simplypay-user\" target=\"_blank\" href=\"";
  455.                 // line 381
  456.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("hly_organization_integrations_simplypay_open");
  457.                 echo "\"><i class=\" ico\"></i> ";
  458.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("for Organization"), "html"nulltrue);
  459.                 echo "</a></li>
  460.                                 <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-my-simplypay-organization\" target=\"_blank\" href=\"";
  461.                 // line 382
  462.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("hly_integrations_simplypay_open");
  463.                 echo "\"><i class=\" ico\"></i> ";
  464.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("for User"), "html"nulltrue);
  465.                 echo "</a></li>
  466.                             </ul>
  467.                         ";
  468.             } else {
  469.                 // line 385
  470.                 echo "                            <li class=\"navigation__item navigation__item--has-dropdown __phantom\">
  471.                                 <a class=\"navigation__link\" href=\"";
  472.                 // line 386
  473.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("hly_organization_integrations_simplypay_open");
  474.                 echo "\" target=\"_blank\">
  475.                                     <i class=\"fal fa-icon-sbpay ico\"><svg height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14.21 13.74\"><defs><style>.cls-1{fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;}</style></defs><g id=\"Шар_2\" data-name=\"Шар 2\"><g id=\"Шар_1-2\" data-name=\"Шар 1\"><line class=\"cls-1\" x1=\"5.67\" y1=\"2.88\" x2=\"8.03\" y2=\"0.5\"/><path class=\"cls-1\" d=\"M10.37,4.12,3.83,10.4a2,2,0,0,1-2.78-.06h0A2,2,0,0,1,1.1,7.56l3-3\"/><path class=\"cls-1\" d=\"M10.37,4.12a2,2,0,0,1,2.79,0h0A2,2,0,0,1,13.1,7L6.56,13.24\"/></g></g></svg></i> ";
  476.                 // line 387
  477.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Payments"), "html"nulltrue);
  478.                 echo "
  479.                                 </a>
  480.                             </li>
  481.                         ";
  482.             }
  483.             // line 391
  484.             echo "                    ";
  485.         } elseif (((isset($context["simplypayUserIntegration"]) || array_key_exists("simplypayUserIntegration"$context) ? $context["simplypayUserIntegration"] : (function () { throw new RuntimeError('Variable "simplypayUserIntegration" does not exist.'391$this->source); })()) && twig_get_attribute($this->env$this->source, (isset($context["simplypayUserIntegration"]) || array_key_exists("simplypayUserIntegration"$context) ? $context["simplypayUserIntegration"] : (function () { throw new RuntimeError('Variable "simplypayUserIntegration" does not exist.'391$this->source); })()), "isEnabled", [], "any"falsefalsetrue391))) {
  486.             // line 392
  487.             echo "                        <li class=\"navigation__item navigation__item--has-dropdown __phantom\">
  488.                             <a class=\"navigation__link\" href=\"";
  489.             // line 393
  490.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("hly_integrations_simplypay_open");
  491.             echo "\" target=\"_blank\">
  492.                                 <i class=\"fal fa-icon-sbpay ico\"><svg height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14.21 13.74\"><defs><style>.cls-1{fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;}</style></defs><g id=\"Шар_2\" data-name=\"Шар 2\"><g id=\"Шар_1-2\" data-name=\"Шар 1\"><line class=\"cls-1\" x1=\"5.67\" y1=\"2.88\" x2=\"8.03\" y2=\"0.5\"/><path class=\"cls-1\" d=\"M10.37,4.12,3.83,10.4a2,2,0,0,1-2.78-.06h0A2,2,0,0,1,1.1,7.56l3-3\"/><path class=\"cls-1\" d=\"M10.37,4.12a2,2,0,0,1,2.79,0h0A2,2,0,0,1,13.1,7L6.56,13.24\"/></g></g></svg></i> ";
  493.             // line 394
  494.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("SBPay"), "html"nulltrue);
  495.             echo "
  496.                             </a>
  497.                         </li>
  498.                     ";
  499.         }
  500.         // line 398
  501.         echo "
  502.                     ";
  503.         // line 399
  504.         if ((isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'399$this->source); })())) {
  505.             // line 400
  506.             echo "                        ";
  507.             if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("organization_edit", (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'400$this->source); })()))) {
  508.                 // line 401
  509.                 echo "                            <li class=\"navigation__item navigation__item--has-dropdown\">
  510.                                 <a class=\"navigation__link navigation__link-accordion collapsed\" data-toggle=\"collapse\" href=\"#collapseOrganization\" role=\"button\" aria-expanded=\"false\" aria-controls=\"collapseOrganization\">
  511.                                     <i class=\"fal fa-sitemap ico\"></i>
  512.                                     ";
  513.                 // line 404
  514.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Organization"), "html"nulltrue);
  515.                 echo "
  516.                                 </a>
  517.                             </li>
  518.                             <ul class=\"navigation__inner collapse navigation__item-collapse \" id=\"collapseOrganization\">
  519.                                 <li class=\"navigation__item navigation__item--back\" href=\"#collapseOrganization\" role=\"button\" data-toggle=\"collapse\" aria-controls=\"collapseOrganization\"> <span class=\"icon-back\"></span> ";
  520.                 // line 408
  521.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Organization"), "html"nulltrue);
  522.                 echo "</li>
  523.                                 ";
  524.                 // line 409
  525.                 if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("organization_view", (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'409$this->source); })()))) {
  526.                     // line 410
  527.                     echo "                                    <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-organization ";
  528.                     if ((twig_get_attribute($this->env$this->sourcetwig_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.'410$this->source); })()), "request", [], "any"falsefalsetrue410), "get", [=> "_route"], "method"falsefalsetrue410) == "hrm_organization_index")) {
  529.                         echo " active";
  530.                     }
  531.                     echo "\" href=\"";
  532.                     echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("hrm_organization_index");
  533.                     echo "\"><i class=\" ico\"></i>";
  534.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Overview"), "html"nulltrue);
  535.                     echo "</a></li>
  536.                                 ";
  537.                 }
  538.                 // line 412
  539.                 echo "                                <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-organization-settings ";
  540.                 if ((twig_get_attribute($this->env$this->sourcetwig_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.'412$this->source); })()), "request", [], "any"falsefalsetrue412), "get", [=> "_route"], "method"falsefalsetrue412) == "hrm_organization_settings")) {
  541.                     echo " active";
  542.                 }
  543.                 echo "\" href=\"";
  544.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("hrm_organization_settings");
  545.                 echo "\"><i class=\" ico\"></i>";
  546.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Settings"), "html"nulltrue);
  547.                 echo "</a></li>
  548.                             </ul>
  549.                         ";
  550.             } elseif (($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("organization_view",             // line 414
  551. (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'414$this->source); })())) || $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("organization_billing", (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'414$this->source); })())))) {
  552.                 // line 415
  553.                 echo "                            <li class=\"navigation__item navigation__item--has-dropdown __phantom\">
  554.                                 <a class=\"navigation__link navigation__link-organization ";
  555.                 // line 416
  556.                 if ((twig_get_attribute($this->env$this->sourcetwig_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.'416$this->source); })()), "request", [], "any"falsefalsetrue416), "get", [=> "_route"], "method"falsefalsetrue416) == "hrm_organization_index")) {
  557.                     echo " active";
  558.                 }
  559.                 echo "\" href=\"";
  560.                 echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("hrm_organization_index");
  561.                 echo "\">
  562.                                     <i class=\"fal fa-sitemap ico\"></i>
  563.                                     ";
  564.                 // line 418
  565.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Organization"), "html"nulltrue);
  566.                 echo "</a>
  567.                             </li>
  568.                         ";
  569.             }
  570.             // line 421
  571.             echo "                    ";
  572.         } else {
  573.             // line 422
  574.             echo "                        <li class=\"navigation__item navigation__item--has-dropdown __phantom\">
  575.                             <a class=\"navigation__link navigation__link-organization ";
  576.             // line 423
  577.             if ((twig_get_attribute($this->env$this->sourcetwig_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.'423$this->source); })()), "request", [], "any"falsefalsetrue423), "get", [=> "_route"], "method"falsefalsetrue423) == "hrm_organization_index")) {
  578.                 echo " active";
  579.             }
  580.             echo "\" href=\"";
  581.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("hrm_organization_index");
  582.             echo "\">
  583.                                 <i class=\"fal fa-sitemap ico\"></i>
  584.                                 ";
  585.             // line 425
  586.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Organization"), "html"nulltrue);
  587.             echo "</a>
  588.                         </li>
  589.                     ";
  590.         }
  591.         // line 428
  592.         echo "
  593.                     <li class=\"navigation__item navigation__item--has-dropdown __phantom\">
  594.                         <a class=\"navigation__link navigation__link-integrations ";
  595.         // line 430
  596.         if ((twig_get_attribute($this->env$this->sourcetwig_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.'430$this->source); })()), "request", [], "any"falsefalsetrue430), "get", [=> "_route"], "method"falsefalsetrue430) == "hly_integrations")) {
  597.             echo " active";
  598.         }
  599.         echo "\" href=\"";
  600.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("hly_integrations");
  601.         echo "\">
  602.                             <i class=\"fal ico fa-cogs\"></i> ";
  603.         // line 431
  604.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Integrations"), "html"nulltrue);
  605.         echo "
  606.                             ";
  607.         // line 432
  608.         $context['_parent'] = $context;
  609.         $context['_seq'] = twig_ensure_traversable((isset($context["integrations"]) || array_key_exists("integrations"$context) ? $context["integrations"] : (function () { throw new RuntimeError('Variable "integrations" does not exist.'432$this->source); })()));
  610.         foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
  611.             // line 433
  612.             echo "                                ";
  613.             if (((twig_get_attribute($this->env$this->source$context["item"], "integration", [], "any"falsefalsetrue433) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "integration", [], "any"falsefalsetrue433), "enabled", [], "any"falsefalsetrue433)) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["item"], "integration", [], "any"falsefalsetrue433), "error", [], "any"falsefalsetrue433))) {
  614.                 // line 434
  615.                 echo "                                    <div class=\"p p--default_x p--danger navigation__link--error\">
  616.                                         <i class=\"icon fa-light fal fa-exclamation-triangle\"
  617.                                            data-toggle=\"tooltip\"
  618.                                            data-placement=\"top\"
  619.                                            data-animation=\"false\"
  620.                                            data-original-title=\"";
  621.                 // line 439
  622.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["item"], "errorMessage", [], "any"falsefalsetrue439), 439$this->source), "html"nulltrue);
  623.                 echo "\"
  624.                                         ></i>
  625.                                     </div>
  626.                                 ";
  627.             }
  628.             // line 443
  629.             echo "                            ";
  630.         }
  631.         $_parent $context['_parent'];
  632.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
  633.         $context array_intersect_key($context$_parent) + $_parent;
  634.         // line 444
  635.         echo "                        </a>
  636.                     </li>
  637.                     <li class=\"navigation__item navigation__item--has-dropdown\">
  638.                         <a class=\"navigation__link navigation__link-accordion collapsed\" data-toggle=\"collapse\" href=\"#collapseDevelopment\" role=\"button\" aria-expanded=\"false\" aria-controls=\"collapseDevelopment\"><i class=\"fal fa-code ico\"></i> ";
  639.         // line 448
  640.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Development"), "html"nulltrue);
  641.         echo "</a>
  642.                     </li>
  643.                     <ul class=\"navigation__inner collapse navigation__item-collapse\" id=\"collapseDevelopment\">
  644.                         <li class=\"navigation__item navigation__item--back\" href=\"#collapseDevelopment\" role=\"button\" data-toggle=\"collapse\" aria-controls=\"collapseDevelopment\"> <span class=\"icon-back\"></span> ";
  645.         // line 451
  646.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Development"), "html"nulltrue);
  647.         echo "</li>
  648.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-embed-code ";
  649.         // line 452
  650.         if ((twig_get_attribute($this->env$this->sourcetwig_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.'452$this->source); })()), "request", [], "any"falsefalsetrue452), "get", [=> "_route"], "method"falsefalsetrue452) == "panel.widget")) {
  651.             echo " active";
  652.         }
  653.         echo "\" href=\"";
  654.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.widget");
  655.         echo "\"><i class=\" ico\"></i> ";
  656.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Embed Code"), "html"nulltrue);
  657.         echo "</a></li>
  658.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-appearance ";
  659.         // line 453
  660.         if ((twig_get_attribute($this->env$this->sourcetwig_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.'453$this->source); })()), "request", [], "any"falsefalsetrue453), "get", [=> "_route"], "method"falsefalsetrue453) == "panel.appearance")) {
  661.             echo " active";
  662.         }
  663.         echo "\" href=\"";
  664.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.appearance");
  665.         echo "\"><i class=\" ico\"></i> ";
  666.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Appearance"), "html"nulltrue);
  667.         echo "</a></li>
  668.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-custom-translation ";
  669.         // line 454
  670.         if ((twig_get_attribute($this->env$this->sourcetwig_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.'454$this->source); })()), "request", [], "any"falsefalsetrue454), "get", [=> "_route"], "method"falsefalsetrue454) == "panel.custom_translation.list")) {
  671.             echo " active";
  672.         }
  673.         echo "\" href=\"";
  674.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.custom_translation.list");
  675.         echo "\"><i class=\" ico\"></i> ";
  676.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Custom translations"), "html"nulltrue);
  677.         echo "</a></li>
  678.                     </ul>
  679.                     <li class=\"navigation__item navigation__item--has-dropdown\">
  680.                         <a class=\"navigation__link navigation__link-accordion collapsed\" data-toggle=\"collapse\" href=\"#collapseProfile\" role=\"button\" aria-expanded=\"false\" aria-controls=\"collapseProfile\"><i class=\"fal fa-id-card ico\"></i>";
  681.         // line 458
  682.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Profile"), "html"nulltrue);
  683.         echo "</a>
  684.                     </li>
  685.                     <ul class=\"navigation__inner collapse navigation__item-collapse\" id=\"collapseProfile\">
  686.                         <li class=\"navigation__item navigation__item--back\" href=\"#collapseProfile\" role=\"button\" data-toggle=\"collapse\" aria-controls=\"collapseProfile\"> <span class=\"icon-back\"></span> ";
  687.         // line 461
  688.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Profile"), "html"nulltrue);
  689.         echo "</li>
  690.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-account-settings ";
  691.         // line 462
  692.         if ((twig_get_attribute($this->env$this->sourcetwig_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.'462$this->source); })()), "request", [], "any"falsefalsetrue462), "get", [=> "_route"], "method"falsefalsetrue462) == "fos_user_profile_edit")) {
  693.             echo " active";
  694.         }
  695.         echo "\" href=\"";
  696.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_user_profile_edit");
  697.         echo "\"><i class=\" ico\"></i>";
  698.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Account Settings"), "html"nulltrue);
  699.         echo "</a></li>
  700.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-directory ";
  701.         // line 463
  702.         if ((twig_get_attribute($this->env$this->sourcetwig_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.'463$this->source); })()), "request", [], "any"falsefalsetrue463), "get", [=> "_route"], "method"falsefalsetrue463) == "panel.directory")) {
  703.             echo " active";
  704.         }
  705.         echo "\" href=\"";
  706.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("panel.directory");
  707.         echo "\"><i class=\" ico\"></i>";
  708.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Directory listing"), "html"nulltrue);
  709.         echo "</a></li>
  710.                     </ul>
  711.                     ";
  712.         // line 465
  713.         if (( !(isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'465$this->source); })()) || $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("organization_billing", (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'465$this->source); })())))) {
  714.             // line 466
  715.             echo "                        <li class=\"navigation__item navigation__item--has-dropdown __phantom\"><a class=\"navigation__link navigation__link-billing ";
  716.             if ((twig_get_attribute($this->env$this->sourcetwig_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.'466$this->source); })()), "request", [], "any"falsefalsetrue466), "get", [=> "_route"], "method"falsefalsetrue466) == "payment.widget")) {
  717.                 echo " active";
  718.             }
  719.             echo "\" href=\"";
  720.             echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("payment.widget");
  721.             echo "\"><i class=\"fal fa-money-bill-alt ico\"></i>";
  722.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Billing"), "html"nulltrue);
  723.             echo "</a></li>
  724.                     ";
  725.         }
  726.         // line 468
  727.         echo "
  728.                     <li class=\"navigation__item navigation__item--has-dropdown\">
  729.                         <a class=\"navigation__link navigation__link-accordion collapsed\" data-toggle=\"collapse\" href=\"#collapseHelp\" role=\"button\" aria-expanded=\"false\" aria-controls=\"collapseHelp\"><i class=\"fal fa-comment ico\"></i> ";
  730.         // line 470
  731.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Help"), "html"nulltrue);
  732.         echo "</a>
  733.                     </li>
  734.                     <ul class=\"navigation__inner collapse navigation__item-collapse\" id=\"collapseHelp\">
  735.                         <li class=\"navigation__item navigation__item--back\" href=\"#collapseHelp\" role=\"button\" data-toggle=\"collapse\" aria-controls=\"collapseHelp\"> <span class=\"icon-back\"></span> ";
  736.         // line 473
  737.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Help"), "html"nulltrue);
  738.         echo "</li>
  739.                         ";
  740.         // line 474
  741.         if ((twig_date_format_filter($this->envtwig_date_modify_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_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.'474$this->source); })()), "user", [], "any"falsefalsetrue474), "createdAt", [], "any"falsefalsetrue474), "+14 days"), "U") > twig_date_format_filter($this->env"now""U"))) {
  742.             // line 475
  743.             echo "                            <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-get-start\" target=\"_blank\" href=\"";
  744.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["help_url"]) || array_key_exists("help_url"$context) ? $context["help_url"] : (function () { throw new RuntimeError('Variable "help_url" does not exist.'475$this->source); })()), 475$this->source), "html"nulltrue);
  745.             echo "/index.php/Getting_Started_with_SimplyMeet.me\"><i class=\" ico\"></i> ";
  746.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Getting Started"), "html"nulltrue);
  747.             echo "</a></li>
  748.                         ";
  749.         }
  750.         // line 477
  751.         echo "                        <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-helpcenter\" href=\"https://";
  752.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["help_domain"]) || array_key_exists("help_domain"$context) ? $context["help_domain"] : (function () { throw new RuntimeError('Variable "help_domain" does not exist.'477$this->source); })()), 477$this->source), "html"nulltrue);
  753.         echo "/\" target=\"_blank\"><i class=\" ico\"></i> ";
  754.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Knowledge base"), "html"nulltrue);
  755.         echo "</a></li>
  756.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-send-feedback\" href=\"https://simplybookme.upvotyfeedback.com/?board=87e69a75-5379-432b-82e7-ac38b4dbce05\" target=\"_blank\"><i class=\" ico\"></i> ";
  757.         // line 478
  758.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Send feedback"), "html"nulltrue);
  759.         echo "</a></li>
  760.                         <li class=\"navigation__item live-help-menu-item\"><a data-email=\"";
  761.         // line 479
  762.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_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.'479$this->source); })()), "user", [], "any"falsefalsetrue479), "email", [], "any"falsefalsetrue479), 479$this->source), "html"nulltrue);
  763.         echo "\" data-name=\"";
  764.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_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.'479$this->source); })()), "user", [], "any"falsefalsetrue479), "firstName", [], "any"falsefalsetrue479), 479$this->source), "html"nulltrue);
  765.         echo "\" class=\"navigation__link navigation__link-live-chat\"><i class=\" ico\"></i> ";
  766.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Live chat"), "html"nulltrue);
  767.         echo "</a></li>
  768.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-blog\" href=\"";
  769.         // line 480
  770.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["news_url"]) || array_key_exists("news_url"$context) ? $context["news_url"] : (function () { throw new RuntimeError('Variable "news_url" does not exist.'480$this->source); })()), 480$this->source), "html"nulltrue);
  771.         echo "\" target=\"_blank\"><i class=\" ico\"></i> ";
  772.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Blog"), "html"nulltrue);
  773.         echo "</a></li>
  774.                         <li class=\"navigation__item navigation__item-onboarding-steps\"><button class=\"navigation__link navigation__link-init-tutorial\" id=\"initWelcomeTour\"> ";
  775.         // line 481
  776.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Start welcome tour"), "html"nulltrue);
  777.         echo "</button></li>
  778.                     </ul>
  779.                 </ul>
  780.             </div>
  781.             <div class=\"sidebar-apps-links\">
  782.                 <a class=\"sidebar-apps-links__item\" target=\"_blank\" href=\"https://play.google.com/store/apps/details?id=me.simplymeet.admin\">
  783.                     <img src=\"";
  784.         // line 489
  785.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/google-play.svg"), "html"nulltrue);
  786.         echo "\" alt=\"Google Play\"/>
  787.                 </a>
  788.                 <a class=\"sidebar-apps-links__item\" target=\"_blank\" href=\"https://apps.apple.com/app/id1642914144\">
  789.                     <img src=\"";
  790.         // line 492
  791.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/app-store.svg"), "html"nulltrue);
  792.         echo "\" alt=\"App Store\"/>
  793.                 </a>
  794.             </div>
  795.         </aside>
  796.     <main class=\"main\">
  797.         <section class=\"content ";
  798.         // line 497
  799.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["contentClass"]) || array_key_exists("contentClass"$context) ? $context["contentClass"] : (function () { throw new RuntimeError('Variable "contentClass" does not exist.'497$this->source); })()), 497$this->source), "html"nulltrue);
  800.         echo "\">
  801.             <div id=\"admin-root-app-messages\"></div>
  802.             ";
  803.         // line 500
  804.         $this->displayBlock('body'$context$blocks);
  805.         // line 501
  806.         echo "        </section>
  807.         <div style=\"display: none;\"><div id=\"originalButtonContainer\"></div></div>
  808.     </main>
  809.     <div id=\"modal_root\" class=\"app-modal-content\"></div>
  810.     <footer class=\"footer\">
  811.         ";
  812.         // line 509
  813.         if (( !twig_get_attribute($this->env$this->sourcetwig_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.'509$this->source); })()), "user", [], "any"falsefalsetrue509), "isTutorialSkipped", [], "any"falsefalsetrue509) && ( !(isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'509$this->source); })()) || $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("organization_billing", (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'509$this->source); })()))))) {
  814.             // line 510
  815.             echo "            <div id=\"getting-started-informer\" class=\"informer--getting-started_wrapper hidden\">
  816.                 <div class=\"informer--getting-started\">
  817.                     <div class=\"informer--getting-started_content\">
  818.                         <h4 class=\"title title--h3\">";
  819.             // line 513
  820.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Welcome to your 14-day free trial!"), "html"nulltrue);
  821.             echo "</h4>
  822.                         <div class=\"informer--getting-started_btn-bar\">
  823.                             <button type=\"button\" class=\"btn btn--action-secondary open-popup\" data-toggle=\"modal\" data-target=\"#sm--greeting\"><i class=\"icon fal fa-play\"></i> <span class=\"btn__txt\">";
  824.             // line 515
  825.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Watch video"), "html"nulltrue);
  826.             echo "</span></button>
  827.                             <picture class=\"informer--getting-started_bird\">
  828.                                 <svg class=\"getting-started_bird\" xmlns=\"http://www.w3.org/2000/svg\" width=\"59\" height=\"54\" viewBox=\"0 0 59 54\" fill=\"none\">
  829.                                     <path d=\"M48.0652 13.2671C43.1362 9.29446 38.2444 10.2299 37.0078 11.6958C35.7713 13.1616 33.63 17.096 39.6922 22.2224C46.9431 28.354 49.6129 23.3273 46.7727 20.3943C49.6593 22.9684 50.5327 22.2124 51.642 20.9415C53.579 18.7221 51.8523 16.3195 48.0652 13.2671Z\" fill=\"#059CD8\"/>
  830.                                     <path d=\"M12.9704 15.4755C19.2042 14.3726 23.0383 17.5514 23.4145 19.4319C23.7908 21.3124 23.7691 25.7917 15.9861 27.3587C6.73226 29.2218 6.76184 23.6092 10.596 22.3642C6.58999 23.3492 3.31407 23.7291 2.95684 22.0877C2.33036 19.2093 8.18064 16.3229 12.9704 15.4755Z\" fill=\"#059CD8\"/>
  831.                                     <path d=\"M29.7812 32.9028C33.5212 37.7634 41.6957 46.3184 44.4739 41.6541C47.2521 36.9897 35.8363 33.8764 29.7812 32.9028Z\" fill=\"#FAC23C\"/>
  832.                                     <path d=\"M29.1863 31.7414C29.6753 35.4171 31.3693 42.3681 34.2342 40.7656C37.099 39.1631 32.0626 34.0817 29.1863 31.7414Z\" fill=\"#FAC23C\"/>
  833.                                     <path d=\"M29.0991 32.6585C32.5269 34.0729 39.3936 36.0813 39.4382 32.799C39.4828 29.5168 32.5641 31.3377 29.0991 32.6585Z\" fill=\"#FAC23C\"/>
  834.                                     <path d=\"M45.0819 16.9344C46.4973 20.0851 46.9579 23.769 45.61 26.9492C43.7369 31.3685 39.5133 32.6642 32.3672 33.9146C26.1743 34.9982 17.5163 35.6573 15.1483 26.8596C13.3795 16.7503 19.6886 6.07723 27.1576 4.14085C32.3945 2.78317 41.1014 8.0736 45.0819 16.9344Z\" fill=\"#FEC439\"/>
  835.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.5434 33.3354C28.5959 33.3421 28.6329 33.3901 28.6262 33.4425L27.9358 38.8163L28.4987 40.335C28.517 40.3845 28.4917 40.4396 28.4422 40.4579C28.3926 40.4763 28.3376 40.451 28.3192 40.4015L27.8282 39.0766L26.6695 41.5835C26.6473 41.6314 26.5904 41.6524 26.5425 41.6302C26.4945 41.608 26.4736 41.5511 26.4957 41.5032L27.6309 39.0472L26.0079 39.9181C25.9614 39.9431 25.9034 39.9256 25.8784 39.879C25.8534 39.8324 25.8709 39.7744 25.9174 39.7494L27.7492 38.7664L28.4363 33.4181C28.4431 33.3657 28.491 33.3287 28.5434 33.3354Z\" fill=\"white\"/>
  836.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M33.2422 33.076C33.1937 33.0972 33.1717 33.1536 33.1928 33.202L35.353 38.1402L34.658 39.2101C34.6292 39.2544 34.6418 39.3137 34.6861 39.3425C34.7304 39.3713 34.7897 39.3587 34.8185 39.3144L35.4538 38.3364L36.8668 40.9525C36.8919 40.999 36.95 41.0163 36.9965 40.9912C37.043 40.9661 37.0603 40.908 37.0352 40.8615L35.6387 38.276L37.6952 38.6225C37.7474 38.6313 37.7967 38.5962 37.8055 38.5441C37.8143 38.4919 37.7792 38.4426 37.727 38.4338L35.5283 38.0633L33.3682 33.1253C33.347 33.0769 33.2906 33.0548 33.2422 33.076Z\" fill=\"white\"/>
  837.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.0618 10.495C21.5005 10.8707 22.0852 11.02 22.4901 11.0413C22.5166 11.0426 22.5369 11.0652 22.5356 11.0917C22.5342 11.1182 22.5116 11.1385 22.4851 11.1371C22.0659 11.1152 21.4587 10.9613 20.9994 10.568C20.5368 10.1718 20.2295 9.53684 20.4086 8.56756C20.4135 8.54149 20.4385 8.52426 20.4646 8.52908C20.4907 8.53389 20.5079 8.55894 20.5031 8.58501C20.3299 9.52231 20.6265 10.1222 21.0618 10.495Z\" fill=\"#0B3052\"/>
  838.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0364 9.93253C22.4751 10.3082 23.0598 10.4575 23.4647 10.4788C23.4912 10.4801 23.5116 10.5027 23.5102 10.5292C23.5088 10.5557 23.4862 10.576 23.4597 10.5746C23.0405 10.5527 22.4333 10.3988 21.974 10.0055C21.5114 9.60927 21.2041 8.97434 21.3833 8.00506C21.3881 7.97899 21.4131 7.96176 21.4392 7.96658C21.4653 7.97139 21.4825 7.99644 21.4777 8.02251C21.3045 8.95981 21.6011 9.55971 22.0364 9.93253Z\" fill=\"#0B3052\"/>
  839.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M35.0092 8.65934C34.6658 9.12365 34.1293 9.40006 33.7394 9.51139C33.7139 9.51867 33.6991 9.54524 33.7064 9.57074C33.7137 9.59624 33.7403 9.611 33.7658 9.60372C34.1694 9.48847 34.7268 9.2026 35.0864 8.71644C35.4486 8.22676 35.6059 7.53917 35.2144 6.63458C35.2039 6.61024 35.1756 6.59906 35.1513 6.60959C35.1269 6.62012 35.1158 6.64838 35.1263 6.67272C35.5049 7.54747 35.35 8.19854 35.0092 8.65934Z\" fill=\"#0B3052\"/>
  840.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M33.9335 8.33219C33.5901 8.7965 33.0536 9.07292 32.6637 9.18424C32.6382 9.19152 32.6235 9.21809 32.6307 9.24359C32.638 9.26909 32.6646 9.28386 32.6901 9.27657C33.0937 9.16132 33.6511 8.87545 34.0107 8.38929C34.3729 7.89961 34.5302 7.21203 34.1387 6.30743C34.1282 6.2831 34.0999 6.27191 34.0756 6.28244C34.0513 6.29297 34.0401 6.32124 34.0506 6.34557C34.4292 7.22032 34.2744 7.87139 33.9335 8.33219Z\" fill=\"#0B3052\"/>
  841.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32.668 8.42631C32.4212 8.78537 32.062 9.01748 31.8076 9.12049C31.7831 9.13045 31.7712 9.15844 31.7812 9.18302C31.7911 9.20759 31.8191 9.21945 31.8437 9.20949C32.112 9.10083 32.4877 8.85813 32.7472 8.48071C33.008 8.10129 33.1501 7.58704 32.9495 6.94273C32.9416 6.91741 32.9147 6.90328 32.8894 6.91117C32.8641 6.91905 32.8499 6.94597 32.8578 6.97128C33.049 7.58533 32.9135 8.06924 32.668 8.42631Z\" fill=\"#0B3052\"/>
  842.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.1423 9.53021C23.4964 9.78412 23.9131 9.88047 24.1873 9.891C24.2138 9.89202 24.2344 9.91433 24.2334 9.94082C24.2324 9.96732 24.2101 9.98797 24.1836 9.98696C23.8944 9.97584 23.4586 9.87514 23.0864 9.60824C22.7122 9.33994 22.4039 8.90451 22.3738 8.23035C22.3726 8.20386 22.3931 8.18143 22.4196 8.18025C22.4461 8.17906 22.4686 8.19958 22.4697 8.22607C22.4984 8.86857 22.7902 9.2777 23.1423 9.53021Z\" fill=\"#0B3052\"/>
  843.                                     <path d=\"M28.5719 12.1868C28.9512 14.3547 27.8948 16.4793 25.7269 16.8587C23.559 17.238 21.8348 15.7461 21.4555 13.5782C21.0761 11.4103 22.1853 9.38733 24.3532 9.00801C26.5211 8.62868 28.1926 10.0189 28.5719 12.1868Z\" fill=\"white\"/>
  844.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.7103 16.7641C27.8105 16.3966 28.8504 14.336 28.4773 12.2034C28.2911 11.1394 27.7891 10.2725 27.0744 9.71809C26.3607 9.16442 25.4285 8.91734 24.3698 9.10259C22.2655 9.47078 21.1777 11.4339 21.55 13.5617C21.9222 15.6884 23.6051 17.1324 25.7103 16.7641ZM25.7269 16.8587C27.8948 16.4793 28.9512 14.3547 28.5719 12.1868C28.1926 10.0189 26.5211 8.62868 24.3532 9.00801C22.1853 9.38733 21.0761 11.4103 21.4555 13.5782C21.8348 15.7461 23.559 17.238 25.7269 16.8587Z\" fill=\"#FEC439\"/>
  845.                                     <path d=\"M35.4032 11.3912C35.7825 13.5591 34.7516 15.5507 32.5837 15.93C30.4158 16.3093 28.594 14.8169 28.2147 12.649C27.8353 10.4811 29.0421 8.45867 31.21 8.07935C33.3779 7.70002 35.0239 9.22326 35.4032 11.3912Z\" fill=\"white\"/>
  846.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M34.8659 14.2825C35.3339 13.4888 35.495 12.4728 35.3086 11.4077C35.1223 10.3427 34.6258 9.44165 33.9161 8.854C33.2079 8.26756 32.2828 7.98912 31.2266 8.17393C29.1187 8.54275 27.9376 10.5086 28.3092 12.6324C28.6809 14.7562 30.4593 16.2042 32.5671 15.8354C33.6234 15.6506 34.3989 15.0746 34.8659 14.2825ZM32.5837 15.93C34.7516 15.5507 35.7825 13.5591 35.4032 11.3912C35.0239 9.22326 33.3779 7.70002 31.21 8.07935C29.0421 8.45867 27.8353 10.4811 28.2147 12.649C28.594 14.8169 30.4158 16.3093 32.5837 15.93Z\" fill=\"#FEC439\"/>
  847.                                     <path d=\"M34.0996 11.6436C34.3281 12.9496 33.4547 14.1935 32.1487 14.422C30.8427 14.6505 29.5988 13.7771 29.3703 12.4711C29.1418 11.1651 30.0152 9.9212 31.3212 9.6927C32.6272 9.46419 33.8711 10.3376 34.0996 11.6436Z\" fill=\"#06ADEF\"/>
  848.                                     <path d=\"M33.2518 11.7914C33.389 12.575 32.8649 13.3214 32.0813 13.4585C31.2977 13.5956 30.5514 13.0715 30.4143 12.2879C30.2772 11.5044 30.8012 10.758 31.5848 10.6209C32.3684 10.4838 33.1147 11.0079 33.2518 11.7914Z\" fill=\"#0B3052\"/>
  849.                                     <path d=\"M27.4321 12.5401C27.6606 13.846 26.7872 15.09 25.4812 15.3185C24.1753 15.547 22.9313 14.6735 22.7028 13.3676C22.4743 12.0616 23.3478 10.8177 24.6537 10.5892C25.9597 10.3607 27.2036 11.2341 27.4321 12.5401Z\" fill=\"#06ADEF\"/>
  850.                                     <path d=\"M26.4867 12.7045C26.6238 13.4881 26.0997 14.2345 25.3162 14.3716C24.5326 14.5087 23.7862 13.9846 23.6491 13.201C23.512 12.4174 24.0361 11.6711 24.8197 11.534C25.6032 11.3969 26.3496 11.9209 26.4867 12.7045Z\" fill=\"#0B3052\"/>
  851.                                     <path d=\"M26.3211 11.7586C26.3668 12.0198 26.1921 12.2686 25.9309 12.3143C25.6697 12.36 25.4209 12.1853 25.3752 11.9241C25.3295 11.6629 25.5042 11.4141 25.7654 11.3684C26.0266 11.3227 26.2754 11.4974 26.3211 11.7586Z\" fill=\"white\"/>
  852.                                     <path d=\"M32.9891 10.8621C33.0348 11.1233 32.8601 11.3721 32.5989 11.4178C32.3377 11.4635 32.0889 11.2888 32.0432 11.0276C31.9975 10.7664 32.1722 10.5176 32.4334 10.4719C32.6946 10.4262 32.9434 10.6009 32.9891 10.8621Z\" fill=\"white\"/>
  853.                                     <path d=\"M35.6287 15.6906C35.79 16.6554 34.8873 17.6103 33.6124 17.8235C32.3375 18.0368 31.1732 17.4275 31.0119 16.4627C30.8505 15.4979 31.7532 14.543 33.0281 14.3298C34.303 14.1165 35.4673 14.7258 35.6287 15.6906Z\" fill=\"#FFCE59\"/>
  854.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M35.8962 17.7334C35.3664 18.2939 34.6156 18.6814 33.781 18.821C32.9463 18.9606 32.1103 18.8385 31.4269 18.4808C30.7428 18.1229 30.1596 17.4921 30.0153 16.6289C29.8709 15.7657 30.2171 14.9795 30.7475 14.4184C31.2774 13.8579 32.0281 13.4704 32.8628 13.3308C33.6974 13.1912 34.5334 13.3133 35.2168 13.6709C35.9009 14.0289 36.4841 14.6597 36.6285 15.5229C36.7728 16.3861 36.4266 17.1723 35.8962 17.7334ZM33.614 17.8228C34.8889 17.6096 35.7916 16.6546 35.6303 15.6898C35.4689 14.725 34.3046 14.1158 33.0297 14.329C31.7548 14.5422 30.8521 15.4972 31.0135 16.462C31.1748 17.4267 32.3391 18.036 33.614 17.8228Z\" fill=\"#FEC439\"/>
  855.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M30.7364 14.5676C30.3054 14.9671 30.0489 15.5192 30.1241 16.2875L29.7464 16.3245C29.6595 15.4368 29.9613 14.7684 30.4784 14.2892C30.9875 13.8174 31.6939 13.5385 32.4106 13.39C33.1297 13.2412 33.8771 13.2198 34.4867 13.2774C34.7915 13.3062 35.0663 13.3552 35.2886 13.4199C35.5021 13.4821 35.6971 13.5671 35.8118 13.6865L35.5381 13.9494C35.4965 13.9061 35.3849 13.8433 35.1825 13.7843C34.989 13.728 34.7389 13.6825 34.451 13.6553C33.8751 13.6009 33.1659 13.6212 32.4876 13.7617C31.807 13.9026 31.1754 14.1607 30.7364 14.5676Z\" fill=\"#F1BA36\"/>
  856.                                     <path d=\"M22.4864 17.5435C22.6616 18.5024 23.8308 19.092 25.098 18.8605C26.3651 18.629 27.2503 17.6639 27.0751 16.705C26.8999 15.7461 25.7306 15.1564 24.4635 15.388C23.1963 15.6195 22.3112 16.5846 22.4864 17.5435Z\" fill=\"#FFCE59\"/>
  857.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.9292 19.5505C23.6155 19.8966 24.4503 20.0058 25.2799 19.8542C26.1095 19.7026 26.8518 19.3053 27.3713 18.7388C27.8914 18.1718 28.2246 17.3832 28.0679 16.5253C27.9111 15.6674 27.3205 15.0476 26.6335 14.7011C25.9472 14.355 25.1124 14.2458 24.2828 14.3974C23.4533 14.549 22.711 14.9463 22.1914 15.5128C21.6713 16.0798 21.3381 16.8684 21.4949 17.7263C21.6516 18.5843 22.2422 19.2041 22.9292 19.5505ZM25.0986 18.8621C23.8315 19.0936 22.6622 18.5039 22.487 17.545C22.3118 16.5861 23.197 15.6211 24.4641 15.3895C25.7313 15.158 26.9005 15.7477 27.0757 16.7066C27.2509 17.6655 26.3658 18.6305 25.0986 18.8621Z\" fill=\"#FEC439\"/>
  858.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M26.8403 14.4896C27.4871 14.7638 27.9962 15.2881 28.2151 16.1496L27.8486 16.2427C27.6591 15.4971 27.2319 15.0664 26.6927 14.8378C26.1435 14.605 25.4642 14.5768 24.7785 14.675C24.0952 14.7728 23.4236 14.9937 22.9022 15.2396C22.6416 15.3625 22.4225 15.4898 22.2602 15.6081C22.0904 15.7318 22.007 15.8285 21.9827 15.8831L21.6372 15.7293C21.7043 15.5785 21.8584 15.4329 22.0374 15.3024C22.2239 15.1665 22.4649 15.0276 22.7409 14.8975C23.2928 14.6372 24.0006 14.4043 24.7249 14.3006C25.4469 14.1972 26.2034 14.2196 26.8403 14.4896Z\" fill=\"#F1BA36\"/>
  859.                                     <path d=\"M32.5088 14.5889L28.3678 13.2458C27.7492 15.1852 27.971 16.1112 29.2751 17.5035L32.5088 14.5889Z\" fill=\"#0B3052\"/>
  860.                                     <mask id=\"mask0_12331_2048\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"28\" y=\"13\" width=\"5\" height=\"5\">
  861.                                         <path d=\"M32.5088 14.5879L28.3678 13.2448C28.7221 14.9075 28.9208 15.8398 29.2751 17.5025L32.5088 14.5879Z\" fill=\"#0B3052\"/>
  862.                                     </mask>
  863.                                     <g mask=\"url(#mask0_12331_2048)\">
  864.                                         <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32.5276 14.6257C32.5277 14.6257 32.5277 14.6257 32.5086 14.5866C32.4894 14.5475 32.4894 14.5475 32.4894 14.5475L32.4887 14.5478L32.4866 14.5489L32.4779 14.5531C32.4702 14.5568 32.4588 14.5623 32.4438 14.5694C32.4139 14.5836 32.3699 14.6043 32.3137 14.6301C32.2015 14.6816 32.0406 14.7535 31.8465 14.8349C31.4581 14.9978 30.9374 15.1984 30.4067 15.3499C29.875 15.5016 29.3377 15.6028 28.9145 15.57C28.7032 15.5536 28.5238 15.5041 28.3881 15.4139C28.2537 15.3245 28.1595 15.1936 28.1199 15.0078L28.0348 15.026C28.079 15.2336 28.1862 15.3842 28.3399 15.4864C28.4924 15.5877 28.688 15.6398 28.9078 15.6568C29.3469 15.6908 29.8964 15.5861 30.4306 15.4336C30.9658 15.2808 31.4901 15.0788 31.8802 14.9152C32.0753 14.8334 32.237 14.7611 32.3501 14.7092C32.4066 14.6832 32.4509 14.6624 32.4812 14.648C32.4963 14.6409 32.5079 14.6353 32.5157 14.6315L32.5246 14.6272L32.5269 14.6261L32.5276 14.6257Z\" fill=\"#FEC439\"/>
  865.                                     </g>
  866.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M43.5944 29.8806C40.8641 32.875 25.7785 37.4869 19.2267 32.77C20.5072 31.4167 22.0136 30.2198 23.7274 29.2398C30.3034 25.4792 38.0821 25.9693 43.5944 29.8806Z\" fill=\"#F1BA36\"/>
  867.                                 </svg>
  868.                             </picture>
  869.                         </div>
  870.                         <p class=\"p p--primary\">";
  871.             // line 559
  872.             echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("No credit card needed - explore all features and enjoy SimplyMeet.me to the fullest!");
  873.             echo "</p>
  874.                     </div>
  875.                     <button id=\"close-gs-informer\" class=\"btn btn--secondary btn--has-icon btn--no-text close-gs-informer\"><i class=\"fal fa-times icon\"></i></button>
  876.                 </div>
  877.             </div>
  878.             ";
  879.             // line 564
  880.             echo twig_include($this->env$context"/components/tutorial-popup.html.twig", ["modal__video_id" => "sm--greeting""modal__video_src" => "https://www.youtube.com/embed/4X17GZ3eBns?si=nygU2kptzxxulQi3"]);
  881.             // line 567
  882.             echo "
  883.         ";
  884.         }
  885.         // line 569
  886.         echo "
  887.         <section class=\"content\">
  888.             <p class=\"p p--small\">© 2021-";
  889.         // line 571
  890.         echo twig_escape_filter($this->envtwig_date_format_filter($this->env"now""Y"), "html"nulltrue);
  891.         echo " SimplyMeet.me ";
  892.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("All rights reserved"), "html"nulltrue);
  893.         echo ".</p>
  894.             <p class=\"p p--subtitle\"><a href=\"";
  895.         // line 572
  896.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["policy_url"]) || array_key_exists("policy_url"$context) ? $context["policy_url"] : (function () { throw new RuntimeError('Variable "policy_url" does not exist.'572$this->source); })()), 572$this->source), "html"nulltrue);
  897.         echo "\" target=\"_blank\">";
  898.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Privacy policy"), "html"nulltrue);
  899.         echo "</a> | <a href=\"";
  900.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["terms_url"]) || array_key_exists("terms_url"$context) ? $context["terms_url"] : (function () { throw new RuntimeError('Variable "terms_url" does not exist.'572$this->source); })()), 572$this->source), "html"nulltrue);
  901.         echo "\" target=\"_blank\">";
  902.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Terms & Conditions"), "html"nulltrue);
  903.         echo "</a></p>
  904.         </section>
  905.        ";
  906.         // line 575
  907.         $this->loadTemplate("/support/support.html.twig""base.html.twig"575)->display(twig_array_merge($context, ["email" => twig_get_attribute($this->env$this->sourcetwig_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.'575$this->source); })()), "user", [], "any"falsefalsetrue575), "email", [], "any"falsefalsetrue575), "name" => twig_get_attribute($this->env$this->sourcetwig_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.'575$this->source); })()), "user", [], "any"falsefalsetrue575), "firstName", [], "any"falsefalsetrue575)]));
  908.         // line 576
  909.         echo "
  910. ";
  911.         // line 582
  912.         echo "    </footer>
  913.     <script>
  914.         var directoryHost = '";
  915.         // line 585
  916.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["directory_host"]) || array_key_exists("directory_host"$context) ? $context["directory_host"] : (function () { throw new RuntimeError('Variable "directory_host" does not exist.'585$this->source); })()), 585$this->source), "html"nulltrue);
  917.         echo "';
  918.         var isAdminApp = ";
  919.         // line 586
  920.         if ((isset($context["isAdminApp"]) || array_key_exists("isAdminApp"$context) ? $context["isAdminApp"] : (function () { throw new RuntimeError('Variable "isAdminApp" does not exist.'586$this->source); })())) {
  921.             echo "true";
  922.         } else {
  923.             echo "false";
  924.         }
  925.         echo ";
  926.         var baseDomain = ";
  927.         // line 587
  928.         echo json_encode($this->sandbox->ensureToStringAllowed((isset($context["base_domain"]) || array_key_exists("base_domain"$context) ? $context["base_domain"] : (function () { throw new RuntimeError('Variable "base_domain" does not exist.'587$this->source); })()), 587$this->source));
  929.         echo ";
  930.         var helpCenterDomain = ";
  931.         // line 588
  932.         echo json_encode($this->sandbox->ensureToStringAllowed((isset($context["help_domain"]) || array_key_exists("help_domain"$context) ? $context["help_domain"] : (function () { throw new RuntimeError('Variable "help_domain" does not exist.'588$this->source); })()), 588$this->source));
  933.         echo ";
  934.         var userUuid = '";
  935.         // line 589
  936.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_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.'589$this->source); })()), "user", [], "any"falsefalsetrue589), "uuid", [], "any"falsefalsetrue589), 589$this->source), "html"nulltrue);
  937.         echo "';
  938.         var userSlug = '";
  939.         // line 590
  940.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_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.'590$this->source); })()), "user", [], "any"falsefalsetrue590), "slug", [], "any"falsefalsetrue590), 590$this->source), "html"nulltrue);
  941.         echo "';
  942.         var user = ";
  943.         // line 591
  944.         echo json_encode(["id" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 592
  945. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'592$this->source); })()), "user", [], "any"falsefalsetrue592), "id", [], "any"falsefalsetrue592), "directoryCompanyLogin" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 593
  946. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'593$this->source); })()), "user", [], "any"falsefalsetrue593), "directoryCompanyLogin", [], "any"falsefalsetrue593), "fullname" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 594
  947. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'594$this->source); })()), "user", [], "any"falsefalsetrue594), "fullName", [], "any"falsefalsetrue594), "email" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 595
  948. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'595$this->source); })()), "user", [], "any"falsefalsetrue595), "email", [], "any"falsefalsetrue595), "username" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 596
  949. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'596$this->source); })()), "user", [], "any"falsefalsetrue596), "username", [], "any"falsefalsetrue596), "locale" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 597
  950. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'597$this->source); })()), "user", [], "any"falsefalsetrue597), "locale", [], "any"falsefalsetrue597)]);
  951.         // line 598
  952.         echo ";
  953.         var organizationSlug = '";
  954.         // line 599
  955.         if ((isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'599$this->source); })())) {
  956.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'599$this->source); })()), "slug", [], "any"falsefalsetrue599), 599$this->source), "html"nulltrue);
  957.         }
  958.         echo "';
  959.         var organizationName = '";
  960.         // line 600
  961.         if ((isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'600$this->source); })())) {
  962.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'600$this->source); })()), "name", [], "any"falsefalsetrue600), 600$this->source), "html"nulltrue);
  963.         }
  964.         echo "';
  965.         var organizationDomain = '";
  966.         // line 601
  967.         if ((isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'601$this->source); })())) {
  968.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'601$this->source); })()), "domain", [], "any"falsefalsetrue601), 601$this->source), "html"nulltrue);
  969.         }
  970.         echo "';
  971.         var organizationAllowLoginAsUser = ";
  972.         // line 602
  973.         if ((((isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'602$this->source); })()) && twig_get_attribute($this->env$this->source, (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'602$this->source); })()), "allowLoginAsUser", [], "any"falsefalsetrue602)) && $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("organization_allow_login_as_user", (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'602$this->source); })())))) {
  974.             echo "true";
  975.         } else {
  976.             echo "false";
  977.         }
  978.         echo ";
  979.         var organizationUrl = ";
  980.         // line 604
  981.         echo json_encode($this->sandbox->ensureToStringAllowed((isset($context["organisationUrl"]) || array_key_exists("organisationUrl"$context) ? $context["organisationUrl"] : (function () { throw new RuntimeError('Variable "organisationUrl" does not exist.'604$this->source); })()), 604$this->source));
  982.         echo ";
  983.         var userUrl = ";
  984.         // line 605
  985.         echo json_encode($this->sandbox->ensureToStringAllowed((isset($context["userUrl"]) || array_key_exists("userUrl"$context) ? $context["userUrl"] : (function () { throw new RuntimeError('Variable "userUrl" does not exist.'605$this->source); })()), 605$this->source));
  986.         echo ";
  987.         var userDomain = '";
  988.         // line 607
  989.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_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.'607$this->source); })()), "user", [], "any"falsefalsetrue607), "domain", [], "any"falsefalsetrue607), 607$this->source), "html"nulltrue);
  990.         echo "';
  991.         var canManageRoundRobin = ";
  992.         // line 608
  993.         if (((isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'608$this->source); })()) && $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("organization_manage_round_robin", (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'608$this->source); })())))) {
  994.             echo "true";
  995.         } else {
  996.             echo "false";
  997.         }
  998.         echo ";
  999.         var canManageUser = ";
  1000.         // line 609
  1001.         if (((isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'609$this->source); })()) && $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("organization_manage_user", (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'609$this->source); })())))) {
  1002.             echo "true";
  1003.         } else {
  1004.             echo "false";
  1005.         }
  1006.         echo ";
  1007.         var canManageOwner = ";
  1008.         // line 610
  1009.         if (((isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'610$this->source); })()) && $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("organization_manage_owner", (isset($context["organization"]) || array_key_exists("organization"$context) ? $context["organization"] : (function () { throw new RuntimeError('Variable "organization" does not exist.'610$this->source); })())))) {
  1010.             echo "true";
  1011.         } else {
  1012.             echo "false";
  1013.         }
  1014.         echo ";
  1015.     </script>
  1016.     ";
  1017.         // line 612
  1018.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("support");
  1019.         echo "
  1020.     ";
  1021.         // line 613
  1022.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("intlTelInputField");
  1023.         echo "
  1024.     ";
  1025.         // line 614
  1026.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("categorySelectField");
  1027.         echo "
  1028.     ";
  1029.         // line 615
  1030.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("htmlEditorField");
  1031.         echo "
  1032.     ";
  1033.         // line 616
  1034.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("localeSelectField");
  1035.         echo "
  1036.     ";
  1037.         // line 617
  1038.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("admin-root-app");
  1039.         echo "
  1040.     ";
  1041.         // line 618
  1042.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("admin-root-app-header");
  1043.         echo "
  1044.     ";
  1045.         // line 619
  1046.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("admin-root-app-messages");
  1047.         echo "
  1048.     ";
  1049.         // line 620
  1050.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("appCustomJs");
  1051.         echo "
  1052.     ";
  1053.         // line 621
  1054.         $this->displayBlock('javascripts'$context$blocks);
  1055.         // line 622
  1056.         echo "
  1057.     ";
  1058.         // line 623
  1059.         $this->displayBlock('endBody'$context$blocks);
  1060.         // line 624
  1061.         echo "</body>
  1062. </html>
  1063. ";
  1064.         
  1065.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1066.         
  1067.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1068.     }
  1069.     // line 262
  1070.     public function block_title($context, array $blocks = [])
  1071.     {
  1072.         $macros $this->macros;
  1073.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1074.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  1075.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1076.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  1077.         echo "Welcome!";
  1078.         
  1079.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1080.         
  1081.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1082.     }
  1083.     // line 291
  1084.     public function block_stylesheets($context, array $blocks = [])
  1085.     {
  1086.         $macros $this->macros;
  1087.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1088.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  1089.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1090.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  1091.         
  1092.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1093.         
  1094.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1095.     }
  1096.     // line 300
  1097.     public function block_endHead($context, array $blocks = [])
  1098.     {
  1099.         $macros $this->macros;
  1100.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1101.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""endHead"));
  1102.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1103.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""endHead"));
  1104.         // line 301
  1105.         echo "        ";
  1106.         echo twig_include($this->env$context"/analytics/gtm.html.twig");
  1107.         echo "
  1108.         ";
  1109.         // line 302
  1110.         echo twig_include($this->env$context"/analytics/matomo.html.twig");
  1111.         echo "
  1112.     ";
  1113.         
  1114.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1115.         
  1116.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1117.     }
  1118.     // line 306
  1119.     public function block_root_div($context, array $blocks = [])
  1120.     {
  1121.         $macros $this->macros;
  1122.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1123.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""root_div"));
  1124.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1125.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""root_div"));
  1126.         // line 307
  1127.         echo "        <div id=\"root-config\" data-config=\"";
  1128.         echo twig_escape_filter($this->envjson_encode($this->sandbox->ensureToStringAllowed((isset($context["config"]) || array_key_exists("config"$context) ? $context["config"] : (function () { throw new RuntimeError('Variable "config" does not exist.'307$this->source); })()), 307$this->source)), "html"nulltrue);
  1129.         echo "\"></div>
  1130.     ";
  1131.         
  1132.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1133.         
  1134.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1135.     }
  1136.     // line 500
  1137.     public function block_body($context, array $blocks = [])
  1138.     {
  1139.         $macros $this->macros;
  1140.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1141.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  1142.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1143.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  1144.         
  1145.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1146.         
  1147.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1148.     }
  1149.     // line 621
  1150.     public function block_javascripts($context, array $blocks = [])
  1151.     {
  1152.         $macros $this->macros;
  1153.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1154.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  1155.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1156.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  1157.         
  1158.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1159.         
  1160.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1161.     }
  1162.     // line 623
  1163.     public function block_endBody($context, array $blocks = [])
  1164.     {
  1165.         $macros $this->macros;
  1166.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1167.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""endBody"));
  1168.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1169.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""endBody"));
  1170.         
  1171.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1172.         
  1173.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1174.     }
  1175.     public function getTemplateName()
  1176.     {
  1177.         return "base.html.twig";
  1178.     }
  1179.     public function isTraitable()
  1180.     {
  1181.         return false;
  1182.     }
  1183.     public function getDebugInfo()
  1184.     {
  1185.         return array (  1233 => 623,  1215 => 621,  1197 => 500,  1184 => 307,  1174 => 306,  1162 => 302,  1157 => 301,  1147 => 300,  1129 => 291,  1110 => 262,  1098 => 624,  1096 => 623,  1093 => 622,  1091 => 621,  1087 => 620,  1083 => 619,  1079 => 618,  1075 => 617,  1071 => 616,  1067 => 615,  1063 => 614,  1059 => 613,  1055 => 612,  1046 => 610,  1038 => 609,  1030 => 608,  1026 => 607,  1021 => 605,  1017 => 604,  1008 => 602,  1002 => 601,  996 => 600,  990 => 599,  987 => 598,  985 => 597,  984 => 596,  983 => 595,  982 => 594,  981 => 593,  980 => 592,  979 => 591,  975 => 590,  971 => 589,  967 => 588,  963 => 587,  955 => 586,  951 => 585,  946 => 582,  943 => 576,  941 => 575,  929 => 572,  923 => 571,  919 => 569,  915 => 567,  913 => 564,  905 => 559,  858 => 515,  853 => 513,  848 => 510,  846 => 509,  836 => 501,  834 => 500,  828 => 497,  820 => 492,  814 => 489,  803 => 481,  797 => 480,  789 => 479,  785 => 478,  778 => 477,  770 => 475,  768 => 474,  764 => 473,  758 => 470,  754 => 468,  742 => 466,  740 => 465,  729 => 463,  719 => 462,  715 => 461,  709 => 458,  696 => 454,  686 => 453,  676 => 452,  672 => 451,  666 => 448,  660 => 444,  654 => 443,  647 => 439,  640 => 434,  637 => 433,  633 => 432,  629 => 431,  621 => 430,  617 => 428,  611 => 425,  602 => 423,  599 => 422,  596 => 421,  590 => 418,  581 => 416,  578 => 415,  576 => 414,  564 => 412,  552 => 410,  550 => 409,  546 => 408,  539 => 404,  534 => 401,  531 => 400,  529 => 399,  526 => 398,  519 => 394,  515 => 393,  512 => 392,  509 => 391,  502 => 387,  498 => 386,  495 => 385,  487 => 382,  481 => 381,  476 => 379,  469 => 375,  456 => 364,  453 => 363,  451 => 362,  439 => 359,  429 => 358,  419 => 357,  409 => 356,  405 => 355,  399 => 352,  386 => 348,  376 => 347,  372 => 346,  366 => 342,  359 => 338,  352 => 333,  350 => 332,  346 => 331,  341 => 328,  333 => 322,  329 => 321,  320 => 319,  310 => 312,  305 => 309,  303 => 306,  291 => 305,  288 => 304,  286 => 300,  281 => 298,  271 => 292,  269 => 291,  237 => 262,  225 => 252,  221 => 250,  219 => 100,  218 => 99,  217 => 96,  216 => 95,  215 => 94,  214 => 93,  213 => 92,  212 => 91,  211 => 90,  210 => 89,  209 => 88,  208 => 87,  207 => 86,  206 => 85,  205 => 84,  204 => 83,  203 => 80,  202 => 79,  201 => 78,  200 => 77,  199 => 76,  198 => 75,  197 => 74,  196 => 73,  195 => 72,  194 => 71,  193 => 70,  192 => 69,  191 => 68,  190 => 67,  189 => 66,  188 => 65,  187 => 64,  186 => 63,  185 => 62,  184 => 61,  183 => 60,  182 => 59,  181 => 57,  180 => 56,  179 => 50,  176 => 49,  174 => 48,  172 => 47,  169 => 46,  167 => 44,  166 => 43,  165 => 42,  164 => 41,  161 => 40,  159 => 39,  157 => 38,  155 => 37,  153 => 36,  151 => 35,  149 => 34,  147 => 33,  145 => 32,  143 => 31,  141 => 30,  139 => 29,  135 => 27,  133 => 26,  131 => 25,  129 => 24,  126 => 23,  122 => 21,  120 => 20,  117 => 19,  115 => 18,  113 => 17,  110 => 16,  106 => 14,  104 => 13,  101 => 12,  97 => 10,  95 => 9,  92 => 8,  90 => 7,  88 => 6,  86 => 5,  84 => 4,  82 => 3,  80 => 2,  78 => 1,);
  1186.     }
  1187.     public function getSourceContext()
  1188.     {
  1189.         return new Source("{% set bodyClass = bodyClass ?? null %}
  1190. {% set contentClass = contentClass ?? null %}
  1191. {% set menuSidebarClass = menuSidebarClass ?? null %}
  1192. {% set organisationUrl = null %}
  1193. {% set simplypayOrganizationIntegration = null %}
  1194. {% set organization = app.user.defaultOrganization %}
  1195. {% if organization and organization.domain is not empty %}
  1196.     {%  set organisationUrl = 'https://' ~ organization.domain %}
  1197. {% elseif organization and organization.slug is not empty %}
  1198.     {%  set organisationUrl = url('hrm_booking_organization_index', {'organizationSlug': organization.slug}) %}
  1199. {% endif %}
  1200. {% if not subscription_is_allowed('organization') %}
  1201.     {% set organisationUrl = '/organization' %}
  1202. {% endif %}
  1203. {% set userUrl = url('hrm_booking_index', {'slug': app.user.slug}) %}
  1204. {% if app.user.domain is not empty %}
  1205.     {% set userUrl = 'https://' ~ app.user.domain %}
  1206. {% elseif organization and organization.domain is not empty %}
  1207.     {% set userUrl = 'https://' ~ organization.domain ~ '/' ~ app.user.slug %}
  1208. {% endif %}
  1209. {% set isSimplypayIntegrationEnabled = is_simplypay_integration_enabled(app.user) %}
  1210. {% set simplypayUserIntegration = app.user.getIntegrationByType('simplypay') %}
  1211. {% if organization %}
  1212.     {% set simplypayOrganizationIntegration = organization.getIntegrationByType('simplypay') %}
  1213. {% endif %}
  1214. {% set smsIntegration = app.user.integrationByType('sms') %}
  1215. {% set zoomIntegration = app.user.integrationByType('zoom') %}
  1216. {% set googleMeetIntegration = app.user.integrationByType('google_meet') %}
  1217. {% set microsoftTeamsIntegration = app.user.integrationByType('microsoft_teams') %}
  1218. {% set wherebyIntegration = app.user.integrationByType('whereby') %}
  1219. {% set kopanoMeetIntegration = app.user.integrationByType('kopano_meet') %}
  1220. {% set flexibleDurationIntegration = app.user.integrationByType('flexible_duration') %}
  1221. {% set multipleMeetingIntegration = app.user.integrationByType('multiple_meeting') %}
  1222. {% set eventTypeTagIntegration = app.user.integrationByType('event_type_tag') %}
  1223. {% set routingFormIntegration = app.user.integrationByType('routing_form') %}
  1224. {% set multipleEmailIntegration = app.user.integrationByType('multiple_email') %}
  1225. {% set integrations = [
  1226.     { integration: zoomIntegration, errorMessage: 'integration_error_zoom'|trans },
  1227.     { integration: googleMeetIntegration, errorMessage: 'integration_error_google_meet'|trans },
  1228.     { integration: microsoftTeamsIntegration, errorMessage: 'integration_error_microsoft_teams'|trans }
  1229. ] %}
  1230. {% set isAdminApp = is_booking_from_admin_app() %}
  1231. {% set isDarkMode = app.request.cookies.get('dark_mode') ? true : false %}
  1232. {% set config = {
  1233.     'csrf_token': csrf_token('app'),
  1234.     'empty_csrf_token': csrf_token('empty_csrf'),
  1235.     'can_leave_review': can_leave_review(),
  1236.     'max_connected_calendars': get_max_connected_calendars(),
  1237.     'timezones': get_timezones()|raw,
  1238.     'dark_mode': isDarkMode,
  1239.     'show_modal_allow_login_as_user': organization and organization.allowLoginAsUser and not app.user.isMainOwner and not app.user.isAllowLoginAsUser,
  1240.     'user': {
  1241.         'id': app.user.id,
  1242.         'slug': app.user.slug,
  1243.         'email': app.user.email,
  1244.         'fullName': app.user.fullName,
  1245.         'timezone' : app.user.timezone,
  1246.         'time_format': app.user.timeFormat,
  1247.         'date_format': app.user.dateFormat,
  1248.         'sunday_is_first_day': app.user.sundayIsFirstDay,
  1249.         'is_rtl': app.user.isRtl,
  1250.         'locale': app.user.locale,
  1251.         'is_owner': app.user.isOwner,
  1252.         'has_trial_subscription': app.user.hasTrialSubscription,
  1253.         'has_paid_subscription': app.user.hasPaidSubscription,
  1254.         'has_current_subscription': app.user.hasCurrentSubscription,
  1255.         'trial_days_left': app.user.getTrialDaysLeft,
  1256.         'has_organization': organization != null,
  1257.         'branding_enabled': app.user.brandingEnabled,
  1258.         'welcome_tour_step': app.user.welcomeTourStep,
  1259.         'calendar_event_name_type': app.user.preferences.calendarEventNameType,
  1260.         'phone_number': app.user.internationalPhoneNumber,
  1261.         'public_url': userUrl,
  1262.         'is_onboarding_skipped': app.user.isOnboardingSkipped
  1263.     },
  1264.     'enabled_integrations': {
  1265.         'simplypay': isSimplypayIntegrationEnabled,
  1266.         'user_simplypay': simplypayUserIntegration and simplypayUserIntegration.isEnabled(),
  1267.         'organization_simplypay': simplypayOrganizationIntegration and simplypayOrganizationIntegration.isEnabled(),
  1268.         'sms': smsIntegration != null and smsIntegration.enabled,
  1269.         'zoom': zoomIntegration != null and zoomIntegration.enabled,
  1270.         'whereby': wherebyIntegration != null and wherebyIntegration.enabled,
  1271.         'kopano_meet': kopanoMeetIntegration != null and kopanoMeetIntegration.enabled,
  1272.         'multiple_meeting': multipleMeetingIntegration != null and multipleMeetingIntegration.enabled,
  1273.         'flexible_duration': flexibleDurationIntegration != null and flexibleDurationIntegration.enabled,
  1274.         'event_type_tag': eventTypeTagIntegration != null and eventTypeTagIntegration.enabled,
  1275.         'routing_form': routingFormIntegration != null and routingFormIntegration.enabled,
  1276.         'multiple_email': multipleEmailIntegration != null and multipleEmailIntegration.enabled,
  1277.         'google_meet': googleMeetIntegration != null and googleMeetIntegration.enabled,
  1278.         'microsoft_teams': microsoftTeamsIntegration != null and microsoftTeamsIntegration.enabled
  1279.     },
  1280.     'path': {
  1281.         'host': public_host,
  1282.         'help_url': help_url,
  1283.         'acl_rules': path('panel.api.acl.list'),
  1284.         'payment': path('payment'),
  1285.         'open_simplypay_event': path('panel.open_simplypay_event.base'),
  1286.         'dashboard': {
  1287.             'review': {
  1288.                 'leave': path('api.review.leave')
  1289.             }
  1290.         },
  1291.         'search': {
  1292.             'relevant_resources': path('panel.api.search.relevant_resources'),
  1293.             'stream_gpt': path('panel.api.search.stream_gpt'),
  1294.         },
  1295.         'file': {
  1296.             'image': path('panel.api.file.upload.image'),
  1297.         },
  1298.         'appearance': {
  1299.             'user': path('panel.api.appearance.user.get'),
  1300.             'organization': path('panel.api.appearance.organization.get')
  1301.         },
  1302.         'widget': {
  1303.             'user': path('panel.api.widget.user.get'),
  1304.             'organization': path('panel.api.widget.organization.get')
  1305.         },
  1306.         'directory': {
  1307.             'company': path('panel.api.directory.company'),
  1308.             'company_save': path('panel.api.directory.company.save'),
  1309.             'company_delete': path('panel.api.directory.company.delete'),
  1310.         },
  1311.         'calendar_integration': {
  1312.             'calendar_account_list': path('panel.api.calendar_integration.calendar_account.list'),
  1313.             'calendar_check_conflicts': path('panel.api.calendar_integration.calendar.check_conflicts'),
  1314.             'calendar_check_external': path('panel.api.calendar_integration.calendar.check_external'),
  1315.             'calendar_event_name_type': path('panel.api.calendar_integration.calendar.event_name_type'),
  1316.             'calendar_default': path('panel.api.calendar_integration.calendar.default'),
  1317.         },
  1318.         'calendar': {
  1319.             'event': {
  1320.                 'list': path('panel.api.calendar.event.list'),
  1321.             },
  1322.             'event_type': {
  1323.                 'list': path('panel.api.calendar.event_type.list'),
  1324.             }
  1325.         },
  1326.         'welcome_tour': {
  1327.             'skip_step': path('panel.welcome_tour.skip_step'),
  1328.             'event_type': path('api_event_type_create'),
  1329.         },
  1330.         'event_type': {
  1331.             'list': path('panel.api.event_type.list'),
  1332.             'availability': path('panel.api.event_type.availability')
  1333.         },
  1334.         'single_use_link': {
  1335.             'list': path('panel.api.single_use_link.create'),
  1336.         },
  1337.         'event': {
  1338.             'notes': path('panel.api.event.notes'),
  1339.             'invite_participants': path('panel.api.event.invite_participants'),
  1340.             'edit': path('panel.api.event.edit'),
  1341.             'cancel': path('panel.api.event.cancel'),
  1342.             'cancel_list': path('panel.api.event.cancel.list'),
  1343.             'delete_list': path('panel.api.event.delete.list'),
  1344.             'no_show': path('panel.api.event.no_show'),
  1345.             'reschedule': path('panel.api.event.reschedule'),
  1346.             'create': path('panel.api.event.create'),
  1347.             'list': path('panel.api.event.list'),
  1348.             'event_list_page' : path('panel.event.list'),
  1349.             'resend_notification': path('panel.api.event.resend_notification'),
  1350.         },
  1351.         'poll': {
  1352.             'create': path('panel.api.poll.create'),
  1353.             'list': path('panel.api.poll.list')
  1354.         },
  1355.         'routing_form': {
  1356.             'list': path('panel.api.routing_form.list'),
  1357.         },
  1358.         'export': {
  1359.             'list': path('panel.api.export.list'),
  1360.             'generate': path('panel.api.export.generate'),
  1361.             'download': path('panel.export.download.base'),
  1362.         },
  1363.         'organization': {
  1364.             'tag': {
  1365.                 'list': path('api.organization.tag.list')
  1366.             }
  1367.         },
  1368.         'organization_role': {
  1369.             'list': path('panel.api.organization_role.list'),
  1370.             'update': path('panel.api.organization_role_permission.update'),
  1371.         },
  1372.         'event_type_tag': {
  1373.             'list': path('panel.api.event_type_tag.list'),
  1374.         },
  1375.         'user_event_type_tag': {
  1376.             'list': path('panel.api.user_event_type_tag.list')
  1377.         },
  1378.         'news': {
  1379.             'list': path('panel.api.news.list'),
  1380.             'view': path('panel.api.news.view')
  1381.         },
  1382.         'user': {
  1383.             'list': path('panel.api.user.list'),
  1384.             'organization_tag': {
  1385.                 'list': path('api.user.organization.tag.list')
  1386.             },
  1387.             'skip_tutorial': path('panel.api.user.skip_tutorial'),
  1388.             'skip_onboarding': path('panel.api.user.skip_onboarding'),
  1389.             'set_timezone': path('panel.api.user.set_timezone'),
  1390.             'allow_login_as_user': path('panel.api.user.allow_login_as_user'),
  1391.             'generate_user_login_url': path('panel.api.user.generate_user_login_url')
  1392.         },
  1393.         'user_relation': {
  1394.             'list': path('panel.api.user_relation.list'),
  1395.             'login': path('panel.user_relation.login'),
  1396.         },
  1397.         'availability_rule': {
  1398.             'list': path('panel.api.availability_rule'),
  1399.         },
  1400.         'custom_translation': {
  1401.             'user': {
  1402.                 'list': path('panel.api.user_custom_translation.list')
  1403.             },
  1404.             'organization': {
  1405.                 'list': path('panel.api.organization_custom_translation.list')
  1406.             }
  1407.         },
  1408.         'tax': {
  1409.             'user': {
  1410.                 'list': path('panel.api.tax.user.list')
  1411.             },
  1412.             'organization': {
  1413.                 'list': path('panel.api.tax.organization.list')
  1414.             }
  1415.         },
  1416.         'booking': {
  1417.             'availability': path('api_booking_index')
  1418.         },
  1419.         'chart': {
  1420.             'list_status': path('panel.api.chart.list_status'),
  1421.             'hour': path('panel.api.chart.hour'),
  1422.             'status': path('panel.api.chart.status'),
  1423.         },
  1424.         'api_key': {
  1425.             'list': path('panel.api.api_key.list'),
  1426.         },
  1427.         'multiple_email': {
  1428.             'config': path('panel.api.multiple_email.config.get'),
  1429.         },
  1430.     }
  1431. } %}
  1432. <!DOCTYPE html>
  1433. <html {#dir=\"{% if app.user.isRtl %}rtl{% else %}ltr{% endif %}\"#}>
  1434. <head>
  1435.     <meta charset=\"UTF-8\">
  1436.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover\">
  1437.     <meta name=\"apple-mobile-web-app-capable\" content=\"yes\">
  1438.     <meta name=\"theme-color\" content=\"#06adef\">
  1439.     <meta name=\"msapplication-navbutton-color\" content=\"#06adef\">
  1440.     <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"#06adef\">
  1441.     <title>{% block title %}Welcome!{% endblock %}</title>
  1442.     <style>
  1443.         .inline-message {
  1444.             position: relative;
  1445.             display: flex;
  1446.             width: 100%;
  1447.             margin-top: 1.6rem;
  1448.             padding: 1.6rem;
  1449.             border-radius: 0 0 3px 3px;
  1450.             transition: box-shadow 0.2s cubic-bezier(0.64, 0, 0.35, 1);
  1451.             transition-delay: .1s;
  1452.         }
  1453.         .inline-message--info {
  1454.             background-color: #edf1f7;
  1455.             box-shadow: inset 0 3px 0 0 #606A85, inset 0 0 0 0 transparent, 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
  1456.         }
  1457.         .inline-message__content__inner {
  1458.             display: flex;
  1459.         }
  1460.         .inline-message__content__inner i {
  1461.             font-size: 20px;
  1462.             padding-right: 10px;
  1463.         }
  1464.         .inline-message__content__inner p {
  1465.             margin-bottom: 0px;
  1466.         }
  1467.     </style>
  1468.     {% block stylesheets %}{% endblock %}
  1469.     {{ encore_entry_link_tags('appStyles') }}
  1470.     <script>
  1471.         let LANG = null;
  1472.         let LANG_EN = null;
  1473.     </script>
  1474.     <script type=\"text/javascript\" src=\"{{ path('translations.js', {locale: app.request.locale}) }}\"></script>
  1475.     {% block endHead %}
  1476.         {{ include('/analytics/gtm.html.twig') }}
  1477.         {{ include('/analytics/matomo.html.twig') }}
  1478.     {% endblock %}
  1479. </head>
  1480. <body data-ma-theme=\"sm_meet\" class=\"body--2 sm-meet {% if isAdminApp %}--app-version{% endif %} {{ bodyClass }} -v2 {% if isDarkMode %} dark-mode {% endif %}\">
  1481.     {% block root_div %}
  1482.         <div id=\"root-config\" data-config=\"{{ config|json_encode }}\"></div>
  1483.     {% endblock %}
  1484.     <div id=\"admin-root-app-header\"></div>
  1485.     <aside id=\"main-menu\" class=\"sidebar {{ menuSidebarClass }}\">
  1486.         <div class=\"sidebar__control-panel\">
  1487.             <button class=\"btn sidebar__close-btn\" data-targer=\"#main-menu\"><i class=\"fal fa-times\"></i></button>
  1488.         </div>
  1489.         <div class=\"scrollbar-block\">
  1490.             <div class=\"user\">
  1491.                 <div class=\"user__info\">
  1492.                     <img class=\"user__img\" src=\"{% if app.user.avatarName %}{{ vich_uploader_asset(app.user, 'avatarFile')|imagine_filter('user_avatar') }}{% else %}{{ asset('avatar.png') }}{% endif %}\" alt=\"\">
  1493.                     <div class=\"break-word\">
  1494.                         <div class=\"user__name\">{{ app.user.fullName }}</div>
  1495.                         <div class=\"user__email\">{{ app.user.email }}</div>
  1496.                     </div>
  1497.                 </div>
  1498.             </div>
  1499.             <ul class=\"navigation\">
  1500. {#                    <li class=\"navigation__item navigation__item--has-dropdown __phantom\"><a class=\"navigation__link navigation__link-dashdoard {% if app.request.get('_route') == 'panel.dashboard' %} active{% endif %}\" href=\"{{ path('panel.dashboard') }}\"><i class=\"fal fa-chart-bar ico\"></i> {{ 'Dashboard'|trans }}</a></li>#}
  1501.                     <li class=\"navigation__item navigation__item--has-dropdown\">
  1502.                         <a class=\"navigation__link navigation__link-accordion collapsed navigation__link-calendar\" data-toggle=\"collapse\" href=\"#collapseCalendar\" role=\"button\" aria-expanded=\"false\" aria-controls=\"collapseCalendar\">
  1503.                             <i class=\"fal fa-calendar ico\"></i> {{ 'Calendar'|trans }}
  1504.                             {% if app.user.hasCalendarError %}
  1505.                                 <div class=\"p p--default_x p--danger navigation__link--error\">
  1506.                                     <i class=\"icon fa-light fal fa-exclamation-triangle\"
  1507.                                        data-toggle=\"tooltip\"
  1508.                                        data-placement=\"top\"
  1509.                                        data-animation=\"false\"
  1510.                                        data-original-title=\"{{ 'calendar_account.connected_error'|trans }}\"
  1511.                                     ></i>
  1512.                                 </div>
  1513.                             {% endif %}
  1514.                         </a>
  1515.                     </li>
  1516.                     <ul class=\"navigation__inner collapse navigation__item-collapse\" id=\"collapseCalendar\">
  1517.                         <li class=\"navigation__item navigation__item--back\" href=\"#collapseCalendar\" role=\"button\" data-toggle=\"collapse\" aria-controls=\"collapseCalendar\"> <span class=\"icon-back\"></span> {{ 'Calendar'|trans }}</li>
  1518.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-internal-calendar {% if app.request.get('_route') == 'panel.calendar' %} active{% endif %}\" href=\"{{ path('panel.calendar') }}\"><i class=\" ico\"></i>{{ 'SimplyMeet.me calendar'|trans }}</a></li>
  1519.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-calendar-integrations {% if app.request.get('_route') == 'panel.calendar_integration' %} active{% endif %}\" href=\"{{ path('panel.calendar_integration') }}\"><i class=\" ico\"></i> {{ 'Calendar Integrations'|trans }}</a></li>
  1520.                     </ul>
  1521.                     <li class=\"navigation__item navigation__item--has-dropdown\">
  1522.                         <a class=\"navigation__link navigation__link-accordion collapsed\" data-toggle=\"collapse\" href=\"#collapseMettings\" role=\"button\" aria-expanded=\"false\" aria-controls=\"collapseMettings\"><i class=\"fal fa-calendar-alt ico\"></i> {{ 'Meetings'|trans }}</a>
  1523.                     </li>
  1524.                     <ul class=\"navigation__inner collapse navigation__item-collapse\" id=\"collapseMettings\">
  1525.                         <li class=\"navigation__item navigation__item--back\" href=\"#collapseMettings\" role=\"button\" data-toggle=\"collapse\" aria-controls=\"collapseMettings\"> <span class=\"icon-back\"></span> {{ 'Meetings'|trans }}</li>
  1526.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-my-meetings {% if app.request.get('_route') == 'panel.event.list' %} active{% endif %}\" href=\"{{ path('panel.event.list') }}\"><i class=\" ico\"></i> {{ 'My Meetings'|trans }}</a></li>
  1527.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-mettings-type {% if app.request.get('_route') == 'hrm_event_type_index' %} active{% endif %}\" href=\"{{ path('hrm_event_type_index') }}\"><i class=\" ico\"></i> {{ 'Meeting Types'|trans }}</a></li>
  1528.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-calendar-integr {% if app.request.get('_route') == 'panel.poll.list' %} active{% endif %}\" href=\"{{ path('panel.poll.list') }}\"><i class=\" ico\"></i> {{ 'poll_menu'|trans }}</a></li>
  1529.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-calendar-integr {% if app.request.get('_route') == 'panel.routing_form.list' %} active{% endif %}\" href=\"{{ path('panel.routing_form.list') }}\"><i class=\" ico\"></i> {{ 'routing_form_menu'|trans }}</a></li>
  1530.                     </ul>
  1531.                     {% if simplypayOrganizationIntegration and simplypayOrganizationIntegration.isEnabled and is_granted('organization_integration', organization) %}
  1532.                         {% if simplypayUserIntegration and simplypayUserIntegration.isEnabled %}
  1533.                             <li class=\"navigation__item navigation__item--has-dropdown\">
  1534.                                 <a class=\"navigation__link navigation__link-accordion collapsed\" data-toggle=\"collapse\" href=\"#collapsePayments\" role=\"button\" aria-expanded=\"false\" aria-controls=\"collapsePayments\">
  1535.                                     <i class=\"fal fa-icon-sbpay ico\">
  1536.                                         <svg height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14.21 13.74\"><defs><style>.cls-1{fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;}</style></defs>
  1537.                                             <g id=\"Шар_2\" data-name=\"Шар 2\"><g id=\"Шар_1-2\" data-name=\"Шар 1\">
  1538.                                                     <line class=\"cls-1\" x1=\"5.67\" y1=\"2.88\" x2=\"8.03\" y2=\"0.5\"/>
  1539.                                                     <path class=\"cls-1\" d=\"M10.37,4.12,3.83,10.4a2,2,0,0,1-2.78-.06h0A2,2,0,0,1,1.1,7.56l3-3\"/><path class=\"cls-1\" d=\"M10.37,4.12a2,2,0,0,1,2.79,0h0A2,2,0,0,1,13.1,7L6.56,13.24\"/>
  1540.                                                 </g>
  1541.                                             </g>
  1542.                                         </svg>
  1543.                                     </i>
  1544.                                     {{ 'Payments'|trans }}
  1545.                                 </a>
  1546.                             </li>
  1547.                             <ul class=\"navigation__inner collapse navigation__item-collapse\" id=\"collapsePayments\">
  1548.                                 <li class=\"navigation__item navigation__item--back\" href=\"#collapseSimplypay\" role=\"button\" data-toggle=\"collapse\" aria-controls=\"collapsePayments\"> <span class=\"icon-back\"></span> {{ 'Payments'|trans }}</li>
  1549.                                 <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-my-simplypay-user\" target=\"_blank\" href=\"{{ path('hly_organization_integrations_simplypay_open') }}\"><i class=\" ico\"></i> {{ 'for Organization'|trans }}</a></li>
  1550.                                 <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-my-simplypay-organization\" target=\"_blank\" href=\"{{ path('hly_integrations_simplypay_open') }}\"><i class=\" ico\"></i> {{ 'for User'|trans }}</a></li>
  1551.                             </ul>
  1552.                         {% else %}
  1553.                             <li class=\"navigation__item navigation__item--has-dropdown __phantom\">
  1554.                                 <a class=\"navigation__link\" href=\"{{ path('hly_organization_integrations_simplypay_open') }}\" target=\"_blank\">
  1555.                                     <i class=\"fal fa-icon-sbpay ico\"><svg height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14.21 13.74\"><defs><style>.cls-1{fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;}</style></defs><g id=\"Шар_2\" data-name=\"Шар 2\"><g id=\"Шар_1-2\" data-name=\"Шар 1\"><line class=\"cls-1\" x1=\"5.67\" y1=\"2.88\" x2=\"8.03\" y2=\"0.5\"/><path class=\"cls-1\" d=\"M10.37,4.12,3.83,10.4a2,2,0,0,1-2.78-.06h0A2,2,0,0,1,1.1,7.56l3-3\"/><path class=\"cls-1\" d=\"M10.37,4.12a2,2,0,0,1,2.79,0h0A2,2,0,0,1,13.1,7L6.56,13.24\"/></g></g></svg></i> {{ 'Payments'|trans }}
  1556.                                 </a>
  1557.                             </li>
  1558.                         {% endif %}
  1559.                     {% elseif simplypayUserIntegration and simplypayUserIntegration.isEnabled %}
  1560.                         <li class=\"navigation__item navigation__item--has-dropdown __phantom\">
  1561.                             <a class=\"navigation__link\" href=\"{{ path('hly_integrations_simplypay_open') }}\" target=\"_blank\">
  1562.                                 <i class=\"fal fa-icon-sbpay ico\"><svg height=\"14\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 14.21 13.74\"><defs><style>.cls-1{fill:none;stroke:currentColor;stroke-linecap:round;stroke-miterlimit:10;}</style></defs><g id=\"Шар_2\" data-name=\"Шар 2\"><g id=\"Шар_1-2\" data-name=\"Шар 1\"><line class=\"cls-1\" x1=\"5.67\" y1=\"2.88\" x2=\"8.03\" y2=\"0.5\"/><path class=\"cls-1\" d=\"M10.37,4.12,3.83,10.4a2,2,0,0,1-2.78-.06h0A2,2,0,0,1,1.1,7.56l3-3\"/><path class=\"cls-1\" d=\"M10.37,4.12a2,2,0,0,1,2.79,0h0A2,2,0,0,1,13.1,7L6.56,13.24\"/></g></g></svg></i> {{ 'SBPay'|trans }}
  1563.                             </a>
  1564.                         </li>
  1565.                     {% endif %}
  1566.                     {% if organization %}
  1567.                         {% if is_granted('organization_edit', organization) %}
  1568.                             <li class=\"navigation__item navigation__item--has-dropdown\">
  1569.                                 <a class=\"navigation__link navigation__link-accordion collapsed\" data-toggle=\"collapse\" href=\"#collapseOrganization\" role=\"button\" aria-expanded=\"false\" aria-controls=\"collapseOrganization\">
  1570.                                     <i class=\"fal fa-sitemap ico\"></i>
  1571.                                     {{ 'Organization'|trans }}
  1572.                                 </a>
  1573.                             </li>
  1574.                             <ul class=\"navigation__inner collapse navigation__item-collapse \" id=\"collapseOrganization\">
  1575.                                 <li class=\"navigation__item navigation__item--back\" href=\"#collapseOrganization\" role=\"button\" data-toggle=\"collapse\" aria-controls=\"collapseOrganization\"> <span class=\"icon-back\"></span> {{ 'Organization'|trans }}</li>
  1576.                                 {% if is_granted('organization_view', organization) %}
  1577.                                     <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-organization {% if app.request.get('_route') == 'hrm_organization_index' %} active{% endif %}\" href=\"{{ path('hrm_organization_index') }}\"><i class=\" ico\"></i>{{ 'Overview'|trans }}</a></li>
  1578.                                 {% endif %}
  1579.                                 <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-organization-settings {% if app.request.get('_route') == 'hrm_organization_settings' %} active{% endif %}\" href=\"{{ path('hrm_organization_settings') }}\"><i class=\" ico\"></i>{{ 'Settings'|trans }}</a></li>
  1580.                             </ul>
  1581.                         {% elseif is_granted('organization_view', organization) or is_granted('organization_billing', organization) %}
  1582.                             <li class=\"navigation__item navigation__item--has-dropdown __phantom\">
  1583.                                 <a class=\"navigation__link navigation__link-organization {% if app.request.get('_route') == 'hrm_organization_index' %} active{% endif %}\" href=\"{{ path('hrm_organization_index') }}\">
  1584.                                     <i class=\"fal fa-sitemap ico\"></i>
  1585.                                     {{ 'Organization'|trans }}</a>
  1586.                             </li>
  1587.                         {% endif %}
  1588.                     {% else %}
  1589.                         <li class=\"navigation__item navigation__item--has-dropdown __phantom\">
  1590.                             <a class=\"navigation__link navigation__link-organization {% if app.request.get('_route') == 'hrm_organization_index' %} active{% endif %}\" href=\"{{ path('hrm_organization_index') }}\">
  1591.                                 <i class=\"fal fa-sitemap ico\"></i>
  1592.                                 {{ 'Organization'|trans }}</a>
  1593.                         </li>
  1594.                     {% endif %}
  1595.                     <li class=\"navigation__item navigation__item--has-dropdown __phantom\">
  1596.                         <a class=\"navigation__link navigation__link-integrations {% if app.request.get('_route') == 'hly_integrations' %} active{% endif %}\" href=\"{{ path('hly_integrations') }}\">
  1597.                             <i class=\"fal ico fa-cogs\"></i> {{ 'Integrations'|trans }}
  1598.                             {% for item in integrations %}
  1599.                                 {% if item.integration and item.integration.enabled and item.integration.error %}
  1600.                                     <div class=\"p p--default_x p--danger navigation__link--error\">
  1601.                                         <i class=\"icon fa-light fal fa-exclamation-triangle\"
  1602.                                            data-toggle=\"tooltip\"
  1603.                                            data-placement=\"top\"
  1604.                                            data-animation=\"false\"
  1605.                                            data-original-title=\"{{ item.errorMessage }}\"
  1606.                                         ></i>
  1607.                                     </div>
  1608.                                 {% endif %}
  1609.                             {% endfor %}
  1610.                         </a>
  1611.                     </li>
  1612.                     <li class=\"navigation__item navigation__item--has-dropdown\">
  1613.                         <a class=\"navigation__link navigation__link-accordion collapsed\" data-toggle=\"collapse\" href=\"#collapseDevelopment\" role=\"button\" aria-expanded=\"false\" aria-controls=\"collapseDevelopment\"><i class=\"fal fa-code ico\"></i> {{ 'Development'|trans }}</a>
  1614.                     </li>
  1615.                     <ul class=\"navigation__inner collapse navigation__item-collapse\" id=\"collapseDevelopment\">
  1616.                         <li class=\"navigation__item navigation__item--back\" href=\"#collapseDevelopment\" role=\"button\" data-toggle=\"collapse\" aria-controls=\"collapseDevelopment\"> <span class=\"icon-back\"></span> {{ 'Development'|trans }}</li>
  1617.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-embed-code {% if app.request.get('_route') == 'panel.widget' %} active{% endif %}\" href=\"{{ path('panel.widget') }}\"><i class=\" ico\"></i> {{ 'Embed Code'|trans }}</a></li>
  1618.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-appearance {% if app.request.get('_route') == 'panel.appearance' %} active{% endif %}\" href=\"{{ path('panel.appearance') }}\"><i class=\" ico\"></i> {{ 'Appearance'|trans }}</a></li>
  1619.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-custom-translation {% if app.request.get('_route') == 'panel.custom_translation.list' %} active{% endif %}\" href=\"{{ path('panel.custom_translation.list') }}\"><i class=\" ico\"></i> {{ 'Custom translations'|trans }}</a></li>
  1620.                     </ul>
  1621.                     <li class=\"navigation__item navigation__item--has-dropdown\">
  1622.                         <a class=\"navigation__link navigation__link-accordion collapsed\" data-toggle=\"collapse\" href=\"#collapseProfile\" role=\"button\" aria-expanded=\"false\" aria-controls=\"collapseProfile\"><i class=\"fal fa-id-card ico\"></i>{{ 'Profile'|trans }}</a>
  1623.                     </li>
  1624.                     <ul class=\"navigation__inner collapse navigation__item-collapse\" id=\"collapseProfile\">
  1625.                         <li class=\"navigation__item navigation__item--back\" href=\"#collapseProfile\" role=\"button\" data-toggle=\"collapse\" aria-controls=\"collapseProfile\"> <span class=\"icon-back\"></span> {{ 'Profile'|trans }}</li>
  1626.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-account-settings {% if app.request.get('_route') == 'fos_user_profile_edit' %} active{% endif %}\" href=\"{{ path('fos_user_profile_edit') }}\"><i class=\" ico\"></i>{{ 'Account Settings'|trans }}</a></li>
  1627.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-directory {% if app.request.get('_route') == 'panel.directory' %} active{% endif %}\" href=\"{{ path('panel.directory') }}\"><i class=\" ico\"></i>{{ 'Directory listing'|trans }}</a></li>
  1628.                     </ul>
  1629.                     {% if not organization or is_granted('organization_billing', organization)  %}
  1630.                         <li class=\"navigation__item navigation__item--has-dropdown __phantom\"><a class=\"navigation__link navigation__link-billing {% if app.request.get('_route') == 'payment.widget' %} active{% endif %}\" href=\"{{ path('payment.widget') }}\"><i class=\"fal fa-money-bill-alt ico\"></i>{{ 'Billing'|trans }}</a></li>
  1631.                     {% endif %}
  1632.                     <li class=\"navigation__item navigation__item--has-dropdown\">
  1633.                         <a class=\"navigation__link navigation__link-accordion collapsed\" data-toggle=\"collapse\" href=\"#collapseHelp\" role=\"button\" aria-expanded=\"false\" aria-controls=\"collapseHelp\"><i class=\"fal fa-comment ico\"></i> {{ 'Help'|trans }}</a>
  1634.                     </li>
  1635.                     <ul class=\"navigation__inner collapse navigation__item-collapse\" id=\"collapseHelp\">
  1636.                         <li class=\"navigation__item navigation__item--back\" href=\"#collapseHelp\" role=\"button\" data-toggle=\"collapse\" aria-controls=\"collapseHelp\"> <span class=\"icon-back\"></span> {{ 'Help'|trans }}</li>
  1637.                         {% if app.user.createdAt|date_modify(\"+14 days\")|date('U') > 'now'|date('U') %}
  1638.                             <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-get-start\" target=\"_blank\" href=\"{{ help_url }}/index.php/Getting_Started_with_SimplyMeet.me\"><i class=\" ico\"></i> {{ 'Getting Started'|trans }}</a></li>
  1639.                         {% endif %}
  1640.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-helpcenter\" href=\"https://{{ help_domain }}/\" target=\"_blank\"><i class=\" ico\"></i> {{ 'Knowledge base'|trans }}</a></li>
  1641.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-send-feedback\" href=\"https://simplybookme.upvotyfeedback.com/?board=87e69a75-5379-432b-82e7-ac38b4dbce05\" target=\"_blank\"><i class=\" ico\"></i> {{ 'Send feedback'|trans }}</a></li>
  1642.                         <li class=\"navigation__item live-help-menu-item\"><a data-email=\"{{ app.user.email }}\" data-name=\"{{ app.user.firstName }}\" class=\"navigation__link navigation__link-live-chat\"><i class=\" ico\"></i> {{ 'Live chat'|trans }}</a></li>
  1643.                         <li class=\"navigation__item\"><a class=\"navigation__link navigation__link-blog\" href=\"{{ news_url }}\" target=\"_blank\"><i class=\" ico\"></i> {{ 'Blog'|trans }}</a></li>
  1644.                         <li class=\"navigation__item navigation__item-onboarding-steps\"><button class=\"navigation__link navigation__link-init-tutorial\" id=\"initWelcomeTour\"> {{ 'Start welcome tour'|trans }}</button></li>
  1645.                     </ul>
  1646.                 </ul>
  1647.             </div>
  1648.             <div class=\"sidebar-apps-links\">
  1649.                 <a class=\"sidebar-apps-links__item\" target=\"_blank\" href=\"https://play.google.com/store/apps/details?id=me.simplymeet.admin\">
  1650.                     <img src=\"{{asset('img/google-play.svg')}}\" alt=\"Google Play\"/>
  1651.                 </a>
  1652.                 <a class=\"sidebar-apps-links__item\" target=\"_blank\" href=\"https://apps.apple.com/app/id1642914144\">
  1653.                     <img src=\"{{asset('img/app-store.svg')}}\" alt=\"App Store\"/>
  1654.                 </a>
  1655.             </div>
  1656.         </aside>
  1657.     <main class=\"main\">
  1658.         <section class=\"content {{ contentClass }}\">
  1659.             <div id=\"admin-root-app-messages\"></div>
  1660.             {% block body %}{% endblock %}
  1661.         </section>
  1662.         <div style=\"display: none;\"><div id=\"originalButtonContainer\"></div></div>
  1663.     </main>
  1664.     <div id=\"modal_root\" class=\"app-modal-content\"></div>
  1665.     <footer class=\"footer\">
  1666.         {% if not app.user.isTutorialSkipped and (not organization or is_granted('organization_billing', organization)) %}
  1667.             <div id=\"getting-started-informer\" class=\"informer--getting-started_wrapper hidden\">
  1668.                 <div class=\"informer--getting-started\">
  1669.                     <div class=\"informer--getting-started_content\">
  1670.                         <h4 class=\"title title--h3\">{{ 'Welcome to your 14-day free trial!'|trans }}</h4>
  1671.                         <div class=\"informer--getting-started_btn-bar\">
  1672.                             <button type=\"button\" class=\"btn btn--action-secondary open-popup\" data-toggle=\"modal\" data-target=\"#sm--greeting\"><i class=\"icon fal fa-play\"></i> <span class=\"btn__txt\">{{ 'Watch video'|trans }}</span></button>
  1673.                             <picture class=\"informer--getting-started_bird\">
  1674.                                 <svg class=\"getting-started_bird\" xmlns=\"http://www.w3.org/2000/svg\" width=\"59\" height=\"54\" viewBox=\"0 0 59 54\" fill=\"none\">
  1675.                                     <path d=\"M48.0652 13.2671C43.1362 9.29446 38.2444 10.2299 37.0078 11.6958C35.7713 13.1616 33.63 17.096 39.6922 22.2224C46.9431 28.354 49.6129 23.3273 46.7727 20.3943C49.6593 22.9684 50.5327 22.2124 51.642 20.9415C53.579 18.7221 51.8523 16.3195 48.0652 13.2671Z\" fill=\"#059CD8\"/>
  1676.                                     <path d=\"M12.9704 15.4755C19.2042 14.3726 23.0383 17.5514 23.4145 19.4319C23.7908 21.3124 23.7691 25.7917 15.9861 27.3587C6.73226 29.2218 6.76184 23.6092 10.596 22.3642C6.58999 23.3492 3.31407 23.7291 2.95684 22.0877C2.33036 19.2093 8.18064 16.3229 12.9704 15.4755Z\" fill=\"#059CD8\"/>
  1677.                                     <path d=\"M29.7812 32.9028C33.5212 37.7634 41.6957 46.3184 44.4739 41.6541C47.2521 36.9897 35.8363 33.8764 29.7812 32.9028Z\" fill=\"#FAC23C\"/>
  1678.                                     <path d=\"M29.1863 31.7414C29.6753 35.4171 31.3693 42.3681 34.2342 40.7656C37.099 39.1631 32.0626 34.0817 29.1863 31.7414Z\" fill=\"#FAC23C\"/>
  1679.                                     <path d=\"M29.0991 32.6585C32.5269 34.0729 39.3936 36.0813 39.4382 32.799C39.4828 29.5168 32.5641 31.3377 29.0991 32.6585Z\" fill=\"#FAC23C\"/>
  1680.                                     <path d=\"M45.0819 16.9344C46.4973 20.0851 46.9579 23.769 45.61 26.9492C43.7369 31.3685 39.5133 32.6642 32.3672 33.9146C26.1743 34.9982 17.5163 35.6573 15.1483 26.8596C13.3795 16.7503 19.6886 6.07723 27.1576 4.14085C32.3945 2.78317 41.1014 8.0736 45.0819 16.9344Z\" fill=\"#FEC439\"/>
  1681.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.5434 33.3354C28.5959 33.3421 28.6329 33.3901 28.6262 33.4425L27.9358 38.8163L28.4987 40.335C28.517 40.3845 28.4917 40.4396 28.4422 40.4579C28.3926 40.4763 28.3376 40.451 28.3192 40.4015L27.8282 39.0766L26.6695 41.5835C26.6473 41.6314 26.5904 41.6524 26.5425 41.6302C26.4945 41.608 26.4736 41.5511 26.4957 41.5032L27.6309 39.0472L26.0079 39.9181C25.9614 39.9431 25.9034 39.9256 25.8784 39.879C25.8534 39.8324 25.8709 39.7744 25.9174 39.7494L27.7492 38.7664L28.4363 33.4181C28.4431 33.3657 28.491 33.3287 28.5434 33.3354Z\" fill=\"white\"/>
  1682.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M33.2422 33.076C33.1937 33.0972 33.1717 33.1536 33.1928 33.202L35.353 38.1402L34.658 39.2101C34.6292 39.2544 34.6418 39.3137 34.6861 39.3425C34.7304 39.3713 34.7897 39.3587 34.8185 39.3144L35.4538 38.3364L36.8668 40.9525C36.8919 40.999 36.95 41.0163 36.9965 40.9912C37.043 40.9661 37.0603 40.908 37.0352 40.8615L35.6387 38.276L37.6952 38.6225C37.7474 38.6313 37.7967 38.5962 37.8055 38.5441C37.8143 38.4919 37.7792 38.4426 37.727 38.4338L35.5283 38.0633L33.3682 33.1253C33.347 33.0769 33.2906 33.0548 33.2422 33.076Z\" fill=\"white\"/>
  1683.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.0618 10.495C21.5005 10.8707 22.0852 11.02 22.4901 11.0413C22.5166 11.0426 22.5369 11.0652 22.5356 11.0917C22.5342 11.1182 22.5116 11.1385 22.4851 11.1371C22.0659 11.1152 21.4587 10.9613 20.9994 10.568C20.5368 10.1718 20.2295 9.53684 20.4086 8.56756C20.4135 8.54149 20.4385 8.52426 20.4646 8.52908C20.4907 8.53389 20.5079 8.55894 20.5031 8.58501C20.3299 9.52231 20.6265 10.1222 21.0618 10.495Z\" fill=\"#0B3052\"/>
  1684.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.0364 9.93253C22.4751 10.3082 23.0598 10.4575 23.4647 10.4788C23.4912 10.4801 23.5116 10.5027 23.5102 10.5292C23.5088 10.5557 23.4862 10.576 23.4597 10.5746C23.0405 10.5527 22.4333 10.3988 21.974 10.0055C21.5114 9.60927 21.2041 8.97434 21.3833 8.00506C21.3881 7.97899 21.4131 7.96176 21.4392 7.96658C21.4653 7.97139 21.4825 7.99644 21.4777 8.02251C21.3045 8.95981 21.6011 9.55971 22.0364 9.93253Z\" fill=\"#0B3052\"/>
  1685.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M35.0092 8.65934C34.6658 9.12365 34.1293 9.40006 33.7394 9.51139C33.7139 9.51867 33.6991 9.54524 33.7064 9.57074C33.7137 9.59624 33.7403 9.611 33.7658 9.60372C34.1694 9.48847 34.7268 9.2026 35.0864 8.71644C35.4486 8.22676 35.6059 7.53917 35.2144 6.63458C35.2039 6.61024 35.1756 6.59906 35.1513 6.60959C35.1269 6.62012 35.1158 6.64838 35.1263 6.67272C35.5049 7.54747 35.35 8.19854 35.0092 8.65934Z\" fill=\"#0B3052\"/>
  1686.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M33.9335 8.33219C33.5901 8.7965 33.0536 9.07292 32.6637 9.18424C32.6382 9.19152 32.6235 9.21809 32.6307 9.24359C32.638 9.26909 32.6646 9.28386 32.6901 9.27657C33.0937 9.16132 33.6511 8.87545 34.0107 8.38929C34.3729 7.89961 34.5302 7.21203 34.1387 6.30743C34.1282 6.2831 34.0999 6.27191 34.0756 6.28244C34.0513 6.29297 34.0401 6.32124 34.0506 6.34557C34.4292 7.22032 34.2744 7.87139 33.9335 8.33219Z\" fill=\"#0B3052\"/>
  1687.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32.668 8.42631C32.4212 8.78537 32.062 9.01748 31.8076 9.12049C31.7831 9.13045 31.7712 9.15844 31.7812 9.18302C31.7911 9.20759 31.8191 9.21945 31.8437 9.20949C32.112 9.10083 32.4877 8.85813 32.7472 8.48071C33.008 8.10129 33.1501 7.58704 32.9495 6.94273C32.9416 6.91741 32.9147 6.90328 32.8894 6.91117C32.8641 6.91905 32.8499 6.94597 32.8578 6.97128C33.049 7.58533 32.9135 8.06924 32.668 8.42631Z\" fill=\"#0B3052\"/>
  1688.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.1423 9.53021C23.4964 9.78412 23.9131 9.88047 24.1873 9.891C24.2138 9.89202 24.2344 9.91433 24.2334 9.94082C24.2324 9.96732 24.2101 9.98797 24.1836 9.98696C23.8944 9.97584 23.4586 9.87514 23.0864 9.60824C22.7122 9.33994 22.4039 8.90451 22.3738 8.23035C22.3726 8.20386 22.3931 8.18143 22.4196 8.18025C22.4461 8.17906 22.4686 8.19958 22.4697 8.22607C22.4984 8.86857 22.7902 9.2777 23.1423 9.53021Z\" fill=\"#0B3052\"/>
  1689.                                     <path d=\"M28.5719 12.1868C28.9512 14.3547 27.8948 16.4793 25.7269 16.8587C23.559 17.238 21.8348 15.7461 21.4555 13.5782C21.0761 11.4103 22.1853 9.38733 24.3532 9.00801C26.5211 8.62868 28.1926 10.0189 28.5719 12.1868Z\" fill=\"white\"/>
  1690.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M25.7103 16.7641C27.8105 16.3966 28.8504 14.336 28.4773 12.2034C28.2911 11.1394 27.7891 10.2725 27.0744 9.71809C26.3607 9.16442 25.4285 8.91734 24.3698 9.10259C22.2655 9.47078 21.1777 11.4339 21.55 13.5617C21.9222 15.6884 23.6051 17.1324 25.7103 16.7641ZM25.7269 16.8587C27.8948 16.4793 28.9512 14.3547 28.5719 12.1868C28.1926 10.0189 26.5211 8.62868 24.3532 9.00801C22.1853 9.38733 21.0761 11.4103 21.4555 13.5782C21.8348 15.7461 23.559 17.238 25.7269 16.8587Z\" fill=\"#FEC439\"/>
  1691.                                     <path d=\"M35.4032 11.3912C35.7825 13.5591 34.7516 15.5507 32.5837 15.93C30.4158 16.3093 28.594 14.8169 28.2147 12.649C27.8353 10.4811 29.0421 8.45867 31.21 8.07935C33.3779 7.70002 35.0239 9.22326 35.4032 11.3912Z\" fill=\"white\"/>
  1692.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M34.8659 14.2825C35.3339 13.4888 35.495 12.4728 35.3086 11.4077C35.1223 10.3427 34.6258 9.44165 33.9161 8.854C33.2079 8.26756 32.2828 7.98912 31.2266 8.17393C29.1187 8.54275 27.9376 10.5086 28.3092 12.6324C28.6809 14.7562 30.4593 16.2042 32.5671 15.8354C33.6234 15.6506 34.3989 15.0746 34.8659 14.2825ZM32.5837 15.93C34.7516 15.5507 35.7825 13.5591 35.4032 11.3912C35.0239 9.22326 33.3779 7.70002 31.21 8.07935C29.0421 8.45867 27.8353 10.4811 28.2147 12.649C28.594 14.8169 30.4158 16.3093 32.5837 15.93Z\" fill=\"#FEC439\"/>
  1693.                                     <path d=\"M34.0996 11.6436C34.3281 12.9496 33.4547 14.1935 32.1487 14.422C30.8427 14.6505 29.5988 13.7771 29.3703 12.4711C29.1418 11.1651 30.0152 9.9212 31.3212 9.6927C32.6272 9.46419 33.8711 10.3376 34.0996 11.6436Z\" fill=\"#06ADEF\"/>
  1694.                                     <path d=\"M33.2518 11.7914C33.389 12.575 32.8649 13.3214 32.0813 13.4585C31.2977 13.5956 30.5514 13.0715 30.4143 12.2879C30.2772 11.5044 30.8012 10.758 31.5848 10.6209C32.3684 10.4838 33.1147 11.0079 33.2518 11.7914Z\" fill=\"#0B3052\"/>
  1695.                                     <path d=\"M27.4321 12.5401C27.6606 13.846 26.7872 15.09 25.4812 15.3185C24.1753 15.547 22.9313 14.6735 22.7028 13.3676C22.4743 12.0616 23.3478 10.8177 24.6537 10.5892C25.9597 10.3607 27.2036 11.2341 27.4321 12.5401Z\" fill=\"#06ADEF\"/>
  1696.                                     <path d=\"M26.4867 12.7045C26.6238 13.4881 26.0997 14.2345 25.3162 14.3716C24.5326 14.5087 23.7862 13.9846 23.6491 13.201C23.512 12.4174 24.0361 11.6711 24.8197 11.534C25.6032 11.3969 26.3496 11.9209 26.4867 12.7045Z\" fill=\"#0B3052\"/>
  1697.                                     <path d=\"M26.3211 11.7586C26.3668 12.0198 26.1921 12.2686 25.9309 12.3143C25.6697 12.36 25.4209 12.1853 25.3752 11.9241C25.3295 11.6629 25.5042 11.4141 25.7654 11.3684C26.0266 11.3227 26.2754 11.4974 26.3211 11.7586Z\" fill=\"white\"/>
  1698.                                     <path d=\"M32.9891 10.8621C33.0348 11.1233 32.8601 11.3721 32.5989 11.4178C32.3377 11.4635 32.0889 11.2888 32.0432 11.0276C31.9975 10.7664 32.1722 10.5176 32.4334 10.4719C32.6946 10.4262 32.9434 10.6009 32.9891 10.8621Z\" fill=\"white\"/>
  1699.                                     <path d=\"M35.6287 15.6906C35.79 16.6554 34.8873 17.6103 33.6124 17.8235C32.3375 18.0368 31.1732 17.4275 31.0119 16.4627C30.8505 15.4979 31.7532 14.543 33.0281 14.3298C34.303 14.1165 35.4673 14.7258 35.6287 15.6906Z\" fill=\"#FFCE59\"/>
  1700.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M35.8962 17.7334C35.3664 18.2939 34.6156 18.6814 33.781 18.821C32.9463 18.9606 32.1103 18.8385 31.4269 18.4808C30.7428 18.1229 30.1596 17.4921 30.0153 16.6289C29.8709 15.7657 30.2171 14.9795 30.7475 14.4184C31.2774 13.8579 32.0281 13.4704 32.8628 13.3308C33.6974 13.1912 34.5334 13.3133 35.2168 13.6709C35.9009 14.0289 36.4841 14.6597 36.6285 15.5229C36.7728 16.3861 36.4266 17.1723 35.8962 17.7334ZM33.614 17.8228C34.8889 17.6096 35.7916 16.6546 35.6303 15.6898C35.4689 14.725 34.3046 14.1158 33.0297 14.329C31.7548 14.5422 30.8521 15.4972 31.0135 16.462C31.1748 17.4267 32.3391 18.036 33.614 17.8228Z\" fill=\"#FEC439\"/>
  1701.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M30.7364 14.5676C30.3054 14.9671 30.0489 15.5192 30.1241 16.2875L29.7464 16.3245C29.6595 15.4368 29.9613 14.7684 30.4784 14.2892C30.9875 13.8174 31.6939 13.5385 32.4106 13.39C33.1297 13.2412 33.8771 13.2198 34.4867 13.2774C34.7915 13.3062 35.0663 13.3552 35.2886 13.4199C35.5021 13.4821 35.6971 13.5671 35.8118 13.6865L35.5381 13.9494C35.4965 13.9061 35.3849 13.8433 35.1825 13.7843C34.989 13.728 34.7389 13.6825 34.451 13.6553C33.8751 13.6009 33.1659 13.6212 32.4876 13.7617C31.807 13.9026 31.1754 14.1607 30.7364 14.5676Z\" fill=\"#F1BA36\"/>
  1702.                                     <path d=\"M22.4864 17.5435C22.6616 18.5024 23.8308 19.092 25.098 18.8605C26.3651 18.629 27.2503 17.6639 27.0751 16.705C26.8999 15.7461 25.7306 15.1564 24.4635 15.388C23.1963 15.6195 22.3112 16.5846 22.4864 17.5435Z\" fill=\"#FFCE59\"/>
  1703.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.9292 19.5505C23.6155 19.8966 24.4503 20.0058 25.2799 19.8542C26.1095 19.7026 26.8518 19.3053 27.3713 18.7388C27.8914 18.1718 28.2246 17.3832 28.0679 16.5253C27.9111 15.6674 27.3205 15.0476 26.6335 14.7011C25.9472 14.355 25.1124 14.2458 24.2828 14.3974C23.4533 14.549 22.711 14.9463 22.1914 15.5128C21.6713 16.0798 21.3381 16.8684 21.4949 17.7263C21.6516 18.5843 22.2422 19.2041 22.9292 19.5505ZM25.0986 18.8621C23.8315 19.0936 22.6622 18.5039 22.487 17.545C22.3118 16.5861 23.197 15.6211 24.4641 15.3895C25.7313 15.158 26.9005 15.7477 27.0757 16.7066C27.2509 17.6655 26.3658 18.6305 25.0986 18.8621Z\" fill=\"#FEC439\"/>
  1704.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M26.8403 14.4896C27.4871 14.7638 27.9962 15.2881 28.2151 16.1496L27.8486 16.2427C27.6591 15.4971 27.2319 15.0664 26.6927 14.8378C26.1435 14.605 25.4642 14.5768 24.7785 14.675C24.0952 14.7728 23.4236 14.9937 22.9022 15.2396C22.6416 15.3625 22.4225 15.4898 22.2602 15.6081C22.0904 15.7318 22.007 15.8285 21.9827 15.8831L21.6372 15.7293C21.7043 15.5785 21.8584 15.4329 22.0374 15.3024C22.2239 15.1665 22.4649 15.0276 22.7409 14.8975C23.2928 14.6372 24.0006 14.4043 24.7249 14.3006C25.4469 14.1972 26.2034 14.2196 26.8403 14.4896Z\" fill=\"#F1BA36\"/>
  1705.                                     <path d=\"M32.5088 14.5889L28.3678 13.2458C27.7492 15.1852 27.971 16.1112 29.2751 17.5035L32.5088 14.5889Z\" fill=\"#0B3052\"/>
  1706.                                     <mask id=\"mask0_12331_2048\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"28\" y=\"13\" width=\"5\" height=\"5\">
  1707.                                         <path d=\"M32.5088 14.5879L28.3678 13.2448C28.7221 14.9075 28.9208 15.8398 29.2751 17.5025L32.5088 14.5879Z\" fill=\"#0B3052\"/>
  1708.                                     </mask>
  1709.                                     <g mask=\"url(#mask0_12331_2048)\">
  1710.                                         <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M32.5276 14.6257C32.5277 14.6257 32.5277 14.6257 32.5086 14.5866C32.4894 14.5475 32.4894 14.5475 32.4894 14.5475L32.4887 14.5478L32.4866 14.5489L32.4779 14.5531C32.4702 14.5568 32.4588 14.5623 32.4438 14.5694C32.4139 14.5836 32.3699 14.6043 32.3137 14.6301C32.2015 14.6816 32.0406 14.7535 31.8465 14.8349C31.4581 14.9978 30.9374 15.1984 30.4067 15.3499C29.875 15.5016 29.3377 15.6028 28.9145 15.57C28.7032 15.5536 28.5238 15.5041 28.3881 15.4139C28.2537 15.3245 28.1595 15.1936 28.1199 15.0078L28.0348 15.026C28.079 15.2336 28.1862 15.3842 28.3399 15.4864C28.4924 15.5877 28.688 15.6398 28.9078 15.6568C29.3469 15.6908 29.8964 15.5861 30.4306 15.4336C30.9658 15.2808 31.4901 15.0788 31.8802 14.9152C32.0753 14.8334 32.237 14.7611 32.3501 14.7092C32.4066 14.6832 32.4509 14.6624 32.4812 14.648C32.4963 14.6409 32.5079 14.6353 32.5157 14.6315L32.5246 14.6272L32.5269 14.6261L32.5276 14.6257Z\" fill=\"#FEC439\"/>
  1711.                                     </g>
  1712.                                     <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M43.5944 29.8806C40.8641 32.875 25.7785 37.4869 19.2267 32.77C20.5072 31.4167 22.0136 30.2198 23.7274 29.2398C30.3034 25.4792 38.0821 25.9693 43.5944 29.8806Z\" fill=\"#F1BA36\"/>
  1713.                                 </svg>
  1714.                             </picture>
  1715.                         </div>
  1716.                         <p class=\"p p--primary\">{{ 'No credit card needed - explore all features and enjoy SimplyMeet.me to the fullest!'|trans|raw }}</p>
  1717.                     </div>
  1718.                     <button id=\"close-gs-informer\" class=\"btn btn--secondary btn--has-icon btn--no-text close-gs-informer\"><i class=\"fal fa-times icon\"></i></button>
  1719.                 </div>
  1720.             </div>
  1721.             {{ include('/components/tutorial-popup.html.twig',{
  1722.                 modal__video_id: 'sm--greeting',
  1723.                 modal__video_src: 'https://www.youtube.com/embed/4X17GZ3eBns?si=nygU2kptzxxulQi3'
  1724.             }) }}
  1725.         {% endif %}
  1726.         <section class=\"content\">
  1727.             <p class=\"p p--small\">© 2021-{{ 'now' | date('Y') }} SimplyMeet.me {{ 'All rights reserved'|trans }}.</p>
  1728.             <p class=\"p p--subtitle\"><a href=\"{{ policy_url }}\" target=\"_blank\">{{ 'Privacy policy'|trans }}</a> | <a href=\"{{ terms_url }}\" target=\"_blank\">{{ 'Terms & Conditions'|trans }}</a></p>
  1729.         </section>
  1730.        {% include '/support/support.html.twig' with {email: app.user.email, name: app.user.firstName } %}
  1731. {#        <div class=\"support-container-div\">#}
  1732. {#            <div id=\"supportChat\" data-email=\"{{ app.user.email }}\" data-name=\"{{ app.user.firstName }}\" >#}
  1733. {#                <i class=\"fal icon fa-comments\"></i>#}
  1734. {#            </div>#}
  1735. {#        </div>#}
  1736.     </footer>
  1737.     <script>
  1738.         var directoryHost = '{{ directory_host }}';
  1739.         var isAdminApp = {% if isAdminApp %}true{% else %}false{% endif %};
  1740.         var baseDomain = {{ base_domain|json_encode|raw }};
  1741.         var helpCenterDomain = {{ help_domain|json_encode|raw }};
  1742.         var userUuid = '{{ app.user.uuid }}';
  1743.         var userSlug = '{{ app.user.slug }}';
  1744.         var user = {{ {
  1745.             id: app.user.id,
  1746.             directoryCompanyLogin: app.user.directoryCompanyLogin,
  1747.             fullname: app.user.fullName,
  1748.             email: app.user.email,
  1749.             username: app.user.username,
  1750.             locale: app.user.locale
  1751.         }|json_encode|raw }};
  1752.         var organizationSlug = '{% if organization %}{{ organization.slug }}{% endif %}';
  1753.         var organizationName = '{% if organization %}{{ organization.name }}{% endif %}';
  1754.         var organizationDomain = '{% if organization %}{{ organization.domain }}{% endif %}';
  1755.         var organizationAllowLoginAsUser = {% if organization and organization.allowLoginAsUser and is_granted('organization_allow_login_as_user', organization) %}true{% else %}false{% endif %};
  1756.         var organizationUrl = {{ organisationUrl|json_encode|raw }};
  1757.         var userUrl = {{ userUrl|json_encode|raw }};
  1758.         var userDomain = '{{ app.user.domain }}';
  1759.         var canManageRoundRobin = {% if organization and is_granted('organization_manage_round_robin', organization) %}true{% else %}false{% endif %};
  1760.         var canManageUser = {% if organization and is_granted('organization_manage_user', organization) %}true{% else %}false{% endif %};
  1761.         var canManageOwner = {% if organization and is_granted('organization_manage_owner', organization) %}true{% else %}false{% endif %};
  1762.     </script>
  1763.     {{ encore_entry_script_tags('support') }}
  1764.     {{ encore_entry_script_tags('intlTelInputField') }}
  1765.     {{ encore_entry_script_tags('categorySelectField') }}
  1766.     {{ encore_entry_script_tags('htmlEditorField') }}
  1767.     {{ encore_entry_script_tags('localeSelectField') }}
  1768.     {{ encore_entry_script_tags('admin-root-app') }}
  1769.     {{ encore_entry_script_tags('admin-root-app-header') }}
  1770.     {{ encore_entry_script_tags('admin-root-app-messages') }}
  1771.     {{ encore_entry_script_tags('appCustomJs') }}
  1772.     {% block javascripts %}{% endblock %}
  1773.     {% block endBody %}{% endblock %}
  1774. </body>
  1775. </html>
  1776. ""base.html.twig""/var/www/projects/simplymeet-test/templates/base.html.twig");
  1777.     }
  1778. }