<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @Application/framework/cp_module_layout.html.twig */
class __TwigTemplate_d283d77436188311ab5367a57c69f10ee7756283230ce560607b673d3d7d7553 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'sidebar_nav' => [$this, 'block_sidebar_nav'],
'sidebar_footer' => [$this, 'block_sidebar_footer'],
'eyebrow' => [$this, 'block_eyebrow'],
'page_heading' => [$this, 'block_page_heading'],
'topbar_actions' => [$this, 'block_topbar_actions'],
'body' => [$this, 'block_body'],
'page_scripts' => [$this, 'block_page_scripts'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Application/framework/cp_module_layout.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@Application/framework/cp_module_layout.html.twig"));
// line 23
yield from $this->loadTemplate("@Application/codecovers_header.html.twig", "@Application/framework/cp_module_layout.html.twig", 23)->unwrap()->yield($context);
// line 24
yield from $this->loadTemplate("@Application/framework/_cp_tokens.html.twig", "@Application/framework/cp_module_layout.html.twig", 24)->unwrap()->yield($context);
// line 25
yield from $this->loadTemplate("@Application/framework/_cp_shell_css.html.twig", "@Application/framework/cp_module_layout.html.twig", 25)->unwrap()->yield($context);
// line 26
yield "
<div class=\"cp-app cp-scope\">
";
// line 28
yield from $this->loadTemplate("@Application/framework/_cp_topstrip.html.twig", "@Application/framework/cp_module_layout.html.twig", 28)->unwrap()->yield($context);
// line 29
yield "<div class=\"cp-shell cp-scope\"
style=\"--cp-accent:";
// line 30
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((array_key_exists("module_accent", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["module_accent"]) || array_key_exists("module_accent", $context) ? $context["module_accent"] : (function () { throw new RuntimeError('Variable "module_accent" does not exist.', 30, $this->source); })()), "#1f5673")) : ("#1f5673")), "html", null, true);
yield ";--cp-accent-hover:";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((array_key_exists("module_accent_hover", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["module_accent_hover"]) || array_key_exists("module_accent_hover", $context) ? $context["module_accent_hover"] : (function () { throw new RuntimeError('Variable "module_accent_hover" does not exist.', 30, $this->source); })()), "#16465f")) : ("#16465f")), "html", null, true);
yield ";--cp-accent-dim:";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((array_key_exists("module_accent_dim", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["module_accent_dim"]) || array_key_exists("module_accent_dim", $context) ? $context["module_accent_dim"] : (function () { throw new RuntimeError('Variable "module_accent_dim" does not exist.', 30, $this->source); })()), "rgba(31,86,115,.10)")) : ("rgba(31,86,115,.10)")), "html", null, true);
yield ";\">
";
// line 33
yield " ";
yield from $this->loadTemplate("@Application/framework/_cp_global_rail.html.twig", "@Application/framework/cp_module_layout.html.twig", 33)->unwrap()->yield($context);
// line 34
yield "
";
// line 36
yield " <aside class=\"cp-sidebar\">
<div class=\"cp-sidebar-brand\">
<div class=\"cp-brand-icon\"><i class=\"material-icons\">";
// line 38
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((array_key_exists("module_icon", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["module_icon"]) || array_key_exists("module_icon", $context) ? $context["module_icon"] : (function () { throw new RuntimeError('Variable "module_icon" does not exist.', 38, $this->source); })()), "widgets")) : ("widgets")), "html", null, true);
yield "</i></div>
<div class=\"cp-brand-name\">";
// line 39
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((array_key_exists("module_brand", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["module_brand"]) || array_key_exists("module_brand", $context) ? $context["module_brand"] : (function () { throw new RuntimeError('Variable "module_brand" does not exist.', 39, $this->source); })()), "Module")) : ("Module")), "html", null, true);
yield "</div>
";
// line 40
if ((array_key_exists("module_context", $context) && (isset($context["module_context"]) || array_key_exists("module_context", $context) ? $context["module_context"] : (function () { throw new RuntimeError('Variable "module_context" does not exist.', 40, $this->source); })()))) {
yield "<div class=\"cp-brand-context\">";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["module_context"]) || array_key_exists("module_context", $context) ? $context["module_context"] : (function () { throw new RuntimeError('Variable "module_context" does not exist.', 40, $this->source); })()), "html", null, true);
yield "</div>";
}
// line 41
yield " </div>
<nav class=\"cp-sidebar-nav\">";
// line 42
yield from $this->unwrap()->yieldBlock('sidebar_nav', $context, $blocks);
yield "</nav>
<div class=\"cp-sidebar-footer\">
";
// line 44
yield from $this->unwrap()->yieldBlock('sidebar_footer', $context, $blocks);
// line 49
yield " </div>
</aside>
";
// line 53
yield " <div class=\"cp-main\">
<header class=\"cp-topbar\">
<div>
<div class=\"cp-eyebrow\">";
// line 56
yield from $this->unwrap()->yieldBlock('eyebrow', $context, $blocks);
yield "</div>
<h1 class=\"cp-title\">";
// line 57
yield from $this->unwrap()->yieldBlock('page_heading', $context, $blocks);
yield "</h1>
</div>
<div class=\"cp-topbar-actions\">";
// line 59
yield from $this->unwrap()->yieldBlock('topbar_actions', $context, $blocks);
yield "</div>
</header>
<main class=\"cp-content\">
";
// line 62
yield from $this->loadTemplate("@Application/inc/notification/error_notification.html.twig", "@Application/framework/cp_module_layout.html.twig", 62)->unwrap()->yield($context);
// line 63
yield " ";
yield from $this->loadTemplate("@Application/inc/notification/success_notification.html.twig", "@Application/framework/cp_module_layout.html.twig", 63)->unwrap()->yield($context);
// line 64
yield " ";
yield from $this->unwrap()->yieldBlock('body', $context, $blocks);
// line 65
yield " </main>
</div>
</div>";
// line 69
yield "</div>";
// line 70
yield "
";
// line 71
yield from $this->loadTemplate("@Application/footer/footer_js_codecovers.html.twig", "@Application/framework/cp_module_layout.html.twig", 71)->unwrap()->yield($context);
// line 72
yield from $this->loadTemplate("@Application/codecovers_footer.html.twig", "@Application/framework/cp_module_layout.html.twig", 72)->unwrap()->yield($context);
// line 73
yield from $this->unwrap()->yieldBlock('page_scripts', $context, $blocks);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
return; yield '';
}
// line 42
public function block_sidebar_nav($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "sidebar_nav"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "sidebar_nav"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 44
public function block_sidebar_footer($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "sidebar_footer"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "sidebar_footer"));
// line 45
yield " <a href=\"";
yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("dashboard");
yield "\" class=\"cp-nav-link\" style=\"font-size:12px;\">
<span class=\"cp-nav-icon\"><i class=\"material-icons\" style=\"font-size:14px\">arrow_back</i></span> <span>Back to ERP</span>
</a>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 56
public function block_eyebrow($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "eyebrow"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "eyebrow"));
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((array_key_exists("module_brand", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["module_brand"]) || array_key_exists("module_brand", $context) ? $context["module_brand"] : (function () { throw new RuntimeError('Variable "module_brand" does not exist.', 56, $this->source); })()), "")) : ("")), "html", null, true);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 57
public function block_page_heading($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_heading"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_heading"));
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((array_key_exists("page_title", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["page_title"]) || array_key_exists("page_title", $context) ? $context["page_title"] : (function () { throw new RuntimeError('Variable "page_title" does not exist.', 57, $this->source); })()), "")) : ("")), "html", null, true);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 59
public function block_topbar_actions($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "topbar_actions"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "topbar_actions"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 64
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
// line 73
public function block_page_scripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_scripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_scripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@Application/framework/cp_module_layout.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 290 => 73, 271 => 64, 252 => 59, 232 => 57, 212 => 56, 196 => 45, 186 => 44, 167 => 42, 156 => 73, 154 => 72, 152 => 71, 149 => 70, 147 => 69, 142 => 65, 139 => 64, 136 => 63, 134 => 62, 128 => 59, 123 => 57, 119 => 56, 114 => 53, 109 => 49, 107 => 44, 102 => 42, 99 => 41, 93 => 40, 89 => 39, 85 => 38, 81 => 36, 78 => 34, 75 => 33, 66 => 30, 63 => 29, 61 => 28, 57 => 26, 55 => 25, 53 => 24, 51 => 23,);
}
public function getSourceContext()
{
return new Source("{#
framework/cp_module_layout.html.twig
══════════════════════════════════════════════════════════════════════════════
Generic cp-shell MODULE layout (sidebar + topbar + content). One shell for every
module — a module extends this, sets its identity vars, and fills the blocks.
A module layout (e.g. @Purchase/layouts/purchase_layout.html.twig) does:
{% extends '@Application/framework/cp_module_layout.html.twig' %}
{% set module_brand = 'Purchasing' %}
{% set module_context = 'Procure to Pay' %}
{% set module_icon = 'shopping_cart' %}
{% set module_accent = '#2e7d68' %} (one hex re-accents the whole module)
{% set module_accent_hover = '#25624f' %}
{% set module_accent_dim = 'rgba(46,125,104,.10)' %}
(block) sidebar_nav …module nav links… (endblock)
…and each PAGE extends the module layout and fills the body block.
Blocks: eyebrow · page_heading · topbar_actions · sidebar_nav · sidebar_footer · body · page_scripts
NOTE: codecovers_header loads the JS bundles, so proposal.js / approval / selectize
all keep working inside this shell. This layout is PRESENTATION only.
══════════════════════════════════════════════════════════════════════════════
#}
{% include '@Application/codecovers_header.html.twig' %}
{% include '@Application/framework/_cp_tokens.html.twig' %}
{% include '@Application/framework/_cp_shell_css.html.twig' %}
<div class=\"cp-app cp-scope\">
{% include '@Application/framework/_cp_topstrip.html.twig' %}
<div class=\"cp-shell cp-scope\"
style=\"--cp-accent:{{ module_accent|default('#1f5673') }};--cp-accent-hover:{{ module_accent_hover|default('#16465f') }};--cp-accent-dim:{{ module_accent_dim|default('rgba(31,86,115,.10)') }};\">
{# ── Global module rail ── #}
{% include '@Application/framework/_cp_global_rail.html.twig' %}
{# ── Module sub-nav ── #}
<aside class=\"cp-sidebar\">
<div class=\"cp-sidebar-brand\">
<div class=\"cp-brand-icon\"><i class=\"material-icons\">{{ module_icon|default('widgets') }}</i></div>
<div class=\"cp-brand-name\">{{ module_brand|default('Module') }}</div>
{% if module_context is defined and module_context %}<div class=\"cp-brand-context\">{{ module_context }}</div>{% endif %}
</div>
<nav class=\"cp-sidebar-nav\">{% block sidebar_nav %}{% endblock %}</nav>
<div class=\"cp-sidebar-footer\">
{% block sidebar_footer %}
<a href=\"{{ path('dashboard') }}\" class=\"cp-nav-link\" style=\"font-size:12px;\">
<span class=\"cp-nav-icon\"><i class=\"material-icons\" style=\"font-size:14px\">arrow_back</i></span> <span>Back to ERP</span>
</a>
{% endblock %}
</div>
</aside>
{# ── Main column ── #}
<div class=\"cp-main\">
<header class=\"cp-topbar\">
<div>
<div class=\"cp-eyebrow\">{% block eyebrow %}{{ module_brand|default('') }}{% endblock %}</div>
<h1 class=\"cp-title\">{% block page_heading %}{{ page_title|default('') }}{% endblock %}</h1>
</div>
<div class=\"cp-topbar-actions\">{% block topbar_actions %}{% endblock %}</div>
</header>
<main class=\"cp-content\">
{% include '@Application/inc/notification/error_notification.html.twig' %}
{% include '@Application/inc/notification/success_notification.html.twig' %}
{% block body %}{% endblock %}
</main>
</div>
</div>{# /.cp-shell #}
</div>{# /.cp-app #}
{% include '@Application/footer/footer_js_codecovers.html.twig' %}
{% include '@Application/codecovers_footer.html.twig' %}
{% block page_scripts %}{% endblock %}
", "@Application/framework/cp_module_layout.html.twig", "/home/u405565514/domains/ourhoneybee.eu/public_html/honeybee_main/src/ApplicationBundle/Resources/views/framework/cp_module_layout.html.twig");
}
}