*/ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.html.twig")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "index.html.twig")); // line 1 yield Twig\Extension\CoreExtension::include($this->env, $context, "partials/main.html.twig"); yield " "; // line 5 yield Twig\Extension\CoreExtension::include($this->env, $context, "partials/title-meta.html.twig", ["title" => "Home"]); yield " "; // line 13 yield Twig\Extension\CoreExtension::include($this->env, $context, "partials/head-css.html.twig"); yield "
"; // line 22 yield Twig\Extension\CoreExtension::include($this->env, $context, "partials/menu.html.twig"); yield "

Hello "; // line 41 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, (isset($context["user"]) || array_key_exists("user", $context) ? $context["user"] : (function () { throw new RuntimeError('Variable "user" does not exist.', 41, $this->source); })()), "first_name", [], "any", false, false, false, 41), "html", null, true); yield "!

This site is a work in progress.

HR

Employee Handbook View
Contract of Employment View
Payslips View
Tax Documents View
Expenses View
 
  •  

Compliance

Example 1 View
Example 2 View
Example 3 View
Example 4 View
Example 5 View
Showing 5 of 12 Results

Learning Resources

Example 1 View
Example 2 View
Example 3 View
Example 4 View
Example 5 View
Showing 5 of 20 Results

CPD

"; // line 373 yield Twig\Extension\CoreExtension::include($this->env, $context, "partials/footer.html.twig"); yield "
"; // line 379 if (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["user"] ?? null), "roles", [], "any", false, true, false, 379), "ROLE_DEVELOPER", [], "any", true, true, false, 379)) { // line 380 yield " "; yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/customizer.html.twig"); yield " "; } // line 382 yield " "; // line 383 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/vendor-scripts.html.twig"); yield " "; $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "index.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 455 => 383, 452 => 382, 446 => 380, 444 => 379, 435 => 373, 100 => 41, 78 => 22, 66 => 13, 55 => 5, 48 => 1,); } public function getSourceContext(): Source { return new Source("{{ include('partials/main.html.twig') }} {{ include('partials/title-meta.html.twig', {title: 'Home'}) }} {{ include('partials/head-css.html.twig') }}
{{ include('partials/menu.html.twig') }}

Hello {{ user.first_name }}!

This site is a work in progress.

HR

Employee Handbook View
Contract of Employment View
Payslips View
Tax Documents View
Expenses View
 
  •  

Compliance

Example 1 View
Example 2 View
Example 3 View
Example 4 View
Example 5 View
Showing 5 of 12 Results

Learning Resources

Example 1 View
Example 2 View
Example 3 View
Example 4 View
Example 5 View
Showing 5 of 20 Results

CPD

{{ include('partials/footer.html.twig') }}
{% if user.roles.ROLE_DEVELOPER is defined %} {{ include('theme/partials/customizer.html.twig') }} {% endif %} {{ include('theme/partials/vendor-scripts.html.twig') }} ", "index.html.twig", "/var/www/cds/app/templates/index.html.twig"); } }