var/cache/test/twig/81/81f6f2614cb805718a866e521c2f6426.php line 38

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. /* @PlatformControlPanel/base.html.twig */
  14. class __TwigTemplate_08f9713e18d172588ae16812ede0b178 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->blocks = [
  23.             'sidebar' => [$this'block_sidebar'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "@ui/dashboards/default.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PlatformControlPanel/base.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PlatformControlPanel/base.html.twig"));
  38.         $this->parent $this->loadTemplate("@ui/dashboards/default.html.twig""@PlatformControlPanel/base.html.twig"1);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  42.         
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  44.     }
  45.     // line 3
  46.     public function block_sidebar($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sidebar"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sidebar"));
  53.         // line 4
  54.         echo "    ";
  55.         $this->loadTemplate("@PlatformControlPanel/base.html.twig""@PlatformControlPanel/base.html.twig"4"76215769")->display(twig_array_merge($context, ['_args' => []]));
  56.         
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  58.         
  59.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  60.     }
  61.     public function getTemplateName()
  62.     {
  63.         return "@PlatformControlPanel/base.html.twig";
  64.     }
  65.     public function isTraitable()
  66.     {
  67.         return false;
  68.     }
  69.     public function getDebugInfo()
  70.     {
  71.         return array (  68 => 4,  58 => 3,  35 => 1,);
  72.     }
  73.     public function getSourceContext()
  74.     {
  75.         return new Source("{% extends '@ui/dashboards/default.html.twig' %}
  76. {% block sidebar %}
  77.     {% embed '@ui/common/dashboard/sidebar/content.html.twig' %}
  78.         {% block content %}
  79.             {% embed '@ui/common/dashboard/sidebar/menu.html.twig' %}
  80.                 {% block items %}
  81.                     {% embed '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  82.                         text: 'Tenants',
  83.                         path: [
  84.                             'platform.control_panel.dashboard.tenant.index',
  85.                             'platform.control_panel.dashboard.tenant.list',
  86.                         ],
  87.                         icon: 'users',
  88.                         submenu: true
  89.                     } %}
  90.                         {% block items %}
  91.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  92.                                 text: 'All',
  93.                                 link: path('platform.control_panel.dashboard.tenant.list'),
  94.                                 active: (app.request.attributes.get('primary') is empty)
  95.                             } %}
  96.                             {% for primary in constant('Cms\\\\TenantBundle\\\\Entity\\\\TenantTypeEmbeddable::PRIMARY') %}
  97.                                 {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  98.                                     text: 'campussuite.cms.tenant.types.primary.%s'|format(primary)|trans,
  99.                                     link: path('platform.control_panel.dashboard.tenant.list', {
  100.                                         primary: primary
  101.                                     }),
  102.                                     active: (app.request.attributes.get('primary') is same as(primary))
  103.                                 } %}
  104.                             {% endfor %}
  105.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  106.                                 text: 'Pending Removal',
  107.                                 link: path('platform.control_panel.dashboard.tenant.list', {
  108.                                     primary: 'pending-removal',
  109.                                 }),
  110.                                 active: (app.request.attributes.get('primary') is same as('pending-removal'))
  111.                             } %}
  112.                         {% endblock %}
  113.                     {% endembed %}
  114.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  115.                         text: 'Announcements',
  116.                         path: 'platform.control_panel.dashboard.announcement.index',
  117.                         icon: 'bell'
  118.                     } %}
  119.                     {% embed '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  120.                         text: 'Reports',
  121.                         path: [
  122.                             'platform.control_panel.dashboard.reports.remediation',
  123.                             'platform.control_panel.dashboard.reports.oneroster',
  124.                             'platform.control_panel.dashboard.reports.pdfs',
  125.                         ],
  126.                         icon: 'files-o',
  127.                         submenu: true
  128.                     } %}
  129.                         {% block items %}
  130.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  131.                                 text: 'ADA Document Remediation Summary',
  132.                                 path: 'platform.control_panel.dashboard.reports.remediation'
  133.                             } %}
  134.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  135.                                 text: 'ADA PDF Page Counts',
  136.                                 path: 'platform.control_panel.dashboard.reports.pdfs'
  137.                             } %}
  138.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  139.                                 text: 'One Roster Summary',
  140.                                 path: 'platform.control_panel.dashboard.reports.oneroster'
  141.                             } %}
  142.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  143.                                 text: 'SSL Apex Status Report',
  144.                                 path: 'platform.control_panel.dashboard.reports.apex'
  145.                             } %}
  146.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  147.                                 text: 'SSL Domain Status Report',
  148.                                 path: 'platform.control_panel.dashboard.reports.domain'
  149.                             } %}
  150.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  151.                                 text: 'SSL Certificate Status Report',
  152.                                 path: 'platform.control_panel.dashboard.reports.certificate'
  153.                             } %}
  154.                         {% endblock %}
  155.                     {% endembed %}
  156.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  157.                         text: 'Stats',
  158.                         path: 'platform.control_panel.dashboard.stats.index',
  159.                         icon: 'bar-chart-o'
  160.                     } %}
  161.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  162.                         text: 'One Roster',
  163.                         path: 'platform.control_panel.dashboard.tenant.one_roster_syncs',
  164.                         icon: 'refresh'
  165.                     } %}
  166.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  167.                         text: 'Notifications Onboarding',
  168.                         path: 'platform.control_panel.dashboard.tenant.notifications_onboarding',
  169.                         icon: 'commenting-o'
  170.                     } %}
  171.                 {% endblock %}
  172.             {% endembed %}
  173.         {% endblock %}
  174.     {% endembed %}
  175. {% endblock %}
  176. ""@PlatformControlPanel/base.html.twig""/var/www/campussuite/src/Platform/ControlPanelBundle/Resources/views/base.html.twig");
  177.     }
  178. }
  179. /* @PlatformControlPanel/base.html.twig */
  180. class __TwigTemplate_08f9713e18d172588ae16812ede0b178___76215769 extends \Twig\Template
  181. {
  182.     private $source;
  183.     private $macros = [];
  184.     public function __construct(Environment $env)
  185.     {
  186.         parent::__construct($env);
  187.         $this->source $this->getSourceContext();
  188.         $this->blocks = [
  189.             'content' => [$this'block_content'],
  190.         ];
  191.     }
  192.     protected function doGetParent(array $context)
  193.     {
  194.         return "@ui/common/dashboard/sidebar/content.html.twig";
  195.     }
  196.     protected function doDisplay(array $context, array $blocks = [])
  197.     {
  198.         $macros $this->macros;
  199.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  200.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PlatformControlPanel/base.html.twig"));
  201.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  202.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PlatformControlPanel/base.html.twig"));
  203.         $this->parent $this->loadTemplate("@ui/common/dashboard/sidebar/content.html.twig""@PlatformControlPanel/base.html.twig"4);
  204.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  205.         
  206.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  207.         
  208.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  209.     }
  210.     // line 5
  211.     public function block_content($context, array $blocks = [])
  212.     {
  213.         $macros $this->macros;
  214.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  215.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  216.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  217.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  218.         // line 6
  219.         echo "            ";
  220.         $this->loadTemplate("@PlatformControlPanel/base.html.twig""@PlatformControlPanel/base.html.twig"6"1354763538")->display(twig_array_merge($context, ['_args' => []]));
  221.         // line 106
  222.         echo "        ";
  223.         
  224.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  225.         
  226.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  227.     }
  228.     public function getTemplateName()
  229.     {
  230.         return "@PlatformControlPanel/base.html.twig";
  231.     }
  232.     public function isTraitable()
  233.     {
  234.         return false;
  235.     }
  236.     public function getDebugInfo()
  237.     {
  238.         return array (  264 => 106,  261 => 6,  251 => 5,  68 => 4,  58 => 3,  35 => 1,);
  239.     }
  240.     public function getSourceContext()
  241.     {
  242.         return new Source("{% extends '@ui/dashboards/default.html.twig' %}
  243. {% block sidebar %}
  244.     {% embed '@ui/common/dashboard/sidebar/content.html.twig' %}
  245.         {% block content %}
  246.             {% embed '@ui/common/dashboard/sidebar/menu.html.twig' %}
  247.                 {% block items %}
  248.                     {% embed '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  249.                         text: 'Tenants',
  250.                         path: [
  251.                             'platform.control_panel.dashboard.tenant.index',
  252.                             'platform.control_panel.dashboard.tenant.list',
  253.                         ],
  254.                         icon: 'users',
  255.                         submenu: true
  256.                     } %}
  257.                         {% block items %}
  258.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  259.                                 text: 'All',
  260.                                 link: path('platform.control_panel.dashboard.tenant.list'),
  261.                                 active: (app.request.attributes.get('primary') is empty)
  262.                             } %}
  263.                             {% for primary in constant('Cms\\\\TenantBundle\\\\Entity\\\\TenantTypeEmbeddable::PRIMARY') %}
  264.                                 {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  265.                                     text: 'campussuite.cms.tenant.types.primary.%s'|format(primary)|trans,
  266.                                     link: path('platform.control_panel.dashboard.tenant.list', {
  267.                                         primary: primary
  268.                                     }),
  269.                                     active: (app.request.attributes.get('primary') is same as(primary))
  270.                                 } %}
  271.                             {% endfor %}
  272.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  273.                                 text: 'Pending Removal',
  274.                                 link: path('platform.control_panel.dashboard.tenant.list', {
  275.                                     primary: 'pending-removal',
  276.                                 }),
  277.                                 active: (app.request.attributes.get('primary') is same as('pending-removal'))
  278.                             } %}
  279.                         {% endblock %}
  280.                     {% endembed %}
  281.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  282.                         text: 'Announcements',
  283.                         path: 'platform.control_panel.dashboard.announcement.index',
  284.                         icon: 'bell'
  285.                     } %}
  286.                     {% embed '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  287.                         text: 'Reports',
  288.                         path: [
  289.                             'platform.control_panel.dashboard.reports.remediation',
  290.                             'platform.control_panel.dashboard.reports.oneroster',
  291.                             'platform.control_panel.dashboard.reports.pdfs',
  292.                         ],
  293.                         icon: 'files-o',
  294.                         submenu: true
  295.                     } %}
  296.                         {% block items %}
  297.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  298.                                 text: 'ADA Document Remediation Summary',
  299.                                 path: 'platform.control_panel.dashboard.reports.remediation'
  300.                             } %}
  301.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  302.                                 text: 'ADA PDF Page Counts',
  303.                                 path: 'platform.control_panel.dashboard.reports.pdfs'
  304.                             } %}
  305.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  306.                                 text: 'One Roster Summary',
  307.                                 path: 'platform.control_panel.dashboard.reports.oneroster'
  308.                             } %}
  309.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  310.                                 text: 'SSL Apex Status Report',
  311.                                 path: 'platform.control_panel.dashboard.reports.apex'
  312.                             } %}
  313.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  314.                                 text: 'SSL Domain Status Report',
  315.                                 path: 'platform.control_panel.dashboard.reports.domain'
  316.                             } %}
  317.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  318.                                 text: 'SSL Certificate Status Report',
  319.                                 path: 'platform.control_panel.dashboard.reports.certificate'
  320.                             } %}
  321.                         {% endblock %}
  322.                     {% endembed %}
  323.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  324.                         text: 'Stats',
  325.                         path: 'platform.control_panel.dashboard.stats.index',
  326.                         icon: 'bar-chart-o'
  327.                     } %}
  328.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  329.                         text: 'One Roster',
  330.                         path: 'platform.control_panel.dashboard.tenant.one_roster_syncs',
  331.                         icon: 'refresh'
  332.                     } %}
  333.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  334.                         text: 'Notifications Onboarding',
  335.                         path: 'platform.control_panel.dashboard.tenant.notifications_onboarding',
  336.                         icon: 'commenting-o'
  337.                     } %}
  338.                 {% endblock %}
  339.             {% endembed %}
  340.         {% endblock %}
  341.     {% endembed %}
  342. {% endblock %}
  343. ""@PlatformControlPanel/base.html.twig""/var/www/campussuite/src/Platform/ControlPanelBundle/Resources/views/base.html.twig");
  344.     }
  345. }
  346. /* @PlatformControlPanel/base.html.twig */
  347. class __TwigTemplate_08f9713e18d172588ae16812ede0b178___1354763538 extends \Twig\Template
  348. {
  349.     private $source;
  350.     private $macros = [];
  351.     public function __construct(Environment $env)
  352.     {
  353.         parent::__construct($env);
  354.         $this->source $this->getSourceContext();
  355.         $this->blocks = [
  356.             'items' => [$this'block_items'],
  357.         ];
  358.     }
  359.     protected function doGetParent(array $context)
  360.     {
  361.         // line 6
  362.         return "@ui/common/dashboard/sidebar/menu.html.twig";
  363.     }
  364.     protected function doDisplay(array $context, array $blocks = [])
  365.     {
  366.         $macros $this->macros;
  367.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  368.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PlatformControlPanel/base.html.twig"));
  369.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  370.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PlatformControlPanel/base.html.twig"));
  371.         $this->parent $this->loadTemplate("@ui/common/dashboard/sidebar/menu.html.twig""@PlatformControlPanel/base.html.twig"6);
  372.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  373.         
  374.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  375.         
  376.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  377.     }
  378.     // line 7
  379.     public function block_items($context, array $blocks = [])
  380.     {
  381.         $macros $this->macros;
  382.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  383.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""items"));
  384.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  385.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""items"));
  386.         // line 8
  387.         echo "                    ";
  388.         $this->loadTemplate("@PlatformControlPanel/base.html.twig""@PlatformControlPanel/base.html.twig"8"1038781732")->display(twig_array_merge(twig_array_merge($context, ["text" => "Tenants""path" => [=> "platform.control_panel.dashboard.tenant.index"=> "platform.control_panel.dashboard.tenant.list"], "icon" => "users""submenu" => true]), ['_args' => twig_to_array(["text" => "Tenants""path" => [=> "platform.control_panel.dashboard.tenant.index"=> "platform.control_panel.dashboard.tenant.list"], "icon" => "users""submenu" => true])]));
  389.         // line 41
  390.         echo "
  391.                     ";
  392.         // line 42
  393.         $this->loadTemplate("@ui/common/dashboard/sidebar/menuitem.html.twig""@PlatformControlPanel/base.html.twig"42)->display(twig_array_merge(twig_array_merge($context, ["text" => "Announcements""path" => "platform.control_panel.dashboard.announcement.index""icon" => "bell"]), ['_args' => twig_to_array(["text" => "Announcements""path" => "platform.control_panel.dashboard.announcement.index""icon" => "bell"])]));
  394.         // line 47
  395.         echo "
  396.                     ";
  397.         // line 48
  398.         $this->loadTemplate("@PlatformControlPanel/base.html.twig""@PlatformControlPanel/base.html.twig"48"994813394")->display(twig_array_merge(twig_array_merge($context, ["text" => "Reports""path" => [=> "platform.control_panel.dashboard.reports.remediation"=> "platform.control_panel.dashboard.reports.oneroster"=> "platform.control_panel.dashboard.reports.pdfs"], "icon" => "files-o""submenu" => true]), ['_args' => twig_to_array(["text" => "Reports""path" => [=> "platform.control_panel.dashboard.reports.remediation"=> "platform.control_panel.dashboard.reports.oneroster"=> "platform.control_panel.dashboard.reports.pdfs"], "icon" => "files-o""submenu" => true])]));
  399.         // line 85
  400.         echo "
  401.                     ";
  402.         // line 86
  403.         $this->loadTemplate("@ui/common/dashboard/sidebar/menuitem.html.twig""@PlatformControlPanel/base.html.twig"86)->display(twig_array_merge(twig_array_merge($context, ["text" => "Stats""path" => "platform.control_panel.dashboard.stats.index""icon" => "bar-chart-o"]), ['_args' => twig_to_array(["text" => "Stats""path" => "platform.control_panel.dashboard.stats.index""icon" => "bar-chart-o"])]));
  404.         // line 91
  405.         echo "
  406.                     ";
  407.         // line 92
  408.         $this->loadTemplate("@ui/common/dashboard/sidebar/menuitem.html.twig""@PlatformControlPanel/base.html.twig"92)->display(twig_array_merge(twig_array_merge($context, ["text" => "One Roster""path" => "platform.control_panel.dashboard.tenant.one_roster_syncs""icon" => "refresh"]), ['_args' => twig_to_array(["text" => "One Roster""path" => "platform.control_panel.dashboard.tenant.one_roster_syncs""icon" => "refresh"])]));
  409.         // line 97
  410.         echo "
  411.                     ";
  412.         // line 98
  413.         $this->loadTemplate("@ui/common/dashboard/sidebar/menuitem.html.twig""@PlatformControlPanel/base.html.twig"98)->display(twig_array_merge(twig_array_merge($context, ["text" => "Notifications Onboarding""path" => "platform.control_panel.dashboard.tenant.notifications_onboarding""icon" => "commenting-o"]), ['_args' => twig_to_array(["text" => "Notifications Onboarding""path" => "platform.control_panel.dashboard.tenant.notifications_onboarding""icon" => "commenting-o"])]));
  414.         // line 103
  415.         echo "
  416.                 ";
  417.         
  418.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  419.         
  420.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  421.     }
  422.     public function getTemplateName()
  423.     {
  424.         return "@PlatformControlPanel/base.html.twig";
  425.     }
  426.     public function isTraitable()
  427.     {
  428.         return false;
  429.     }
  430.     public function getDebugInfo()
  431.     {
  432.         return array (  485 => 103,  483 => 98,  480 => 97,  478 => 92,  475 => 91,  473 => 86,  470 => 85,  468 => 48,  465 => 47,  463 => 42,  460 => 41,  457 => 8,  447 => 7,  424 => 6,  264 => 106,  261 => 6,  251 => 5,  68 => 4,  58 => 3,  35 => 1,);
  433.     }
  434.     public function getSourceContext()
  435.     {
  436.         return new Source("{% extends '@ui/dashboards/default.html.twig' %}
  437. {% block sidebar %}
  438.     {% embed '@ui/common/dashboard/sidebar/content.html.twig' %}
  439.         {% block content %}
  440.             {% embed '@ui/common/dashboard/sidebar/menu.html.twig' %}
  441.                 {% block items %}
  442.                     {% embed '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  443.                         text: 'Tenants',
  444.                         path: [
  445.                             'platform.control_panel.dashboard.tenant.index',
  446.                             'platform.control_panel.dashboard.tenant.list',
  447.                         ],
  448.                         icon: 'users',
  449.                         submenu: true
  450.                     } %}
  451.                         {% block items %}
  452.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  453.                                 text: 'All',
  454.                                 link: path('platform.control_panel.dashboard.tenant.list'),
  455.                                 active: (app.request.attributes.get('primary') is empty)
  456.                             } %}
  457.                             {% for primary in constant('Cms\\\\TenantBundle\\\\Entity\\\\TenantTypeEmbeddable::PRIMARY') %}
  458.                                 {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  459.                                     text: 'campussuite.cms.tenant.types.primary.%s'|format(primary)|trans,
  460.                                     link: path('platform.control_panel.dashboard.tenant.list', {
  461.                                         primary: primary
  462.                                     }),
  463.                                     active: (app.request.attributes.get('primary') is same as(primary))
  464.                                 } %}
  465.                             {% endfor %}
  466.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  467.                                 text: 'Pending Removal',
  468.                                 link: path('platform.control_panel.dashboard.tenant.list', {
  469.                                     primary: 'pending-removal',
  470.                                 }),
  471.                                 active: (app.request.attributes.get('primary') is same as('pending-removal'))
  472.                             } %}
  473.                         {% endblock %}
  474.                     {% endembed %}
  475.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  476.                         text: 'Announcements',
  477.                         path: 'platform.control_panel.dashboard.announcement.index',
  478.                         icon: 'bell'
  479.                     } %}
  480.                     {% embed '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  481.                         text: 'Reports',
  482.                         path: [
  483.                             'platform.control_panel.dashboard.reports.remediation',
  484.                             'platform.control_panel.dashboard.reports.oneroster',
  485.                             'platform.control_panel.dashboard.reports.pdfs',
  486.                         ],
  487.                         icon: 'files-o',
  488.                         submenu: true
  489.                     } %}
  490.                         {% block items %}
  491.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  492.                                 text: 'ADA Document Remediation Summary',
  493.                                 path: 'platform.control_panel.dashboard.reports.remediation'
  494.                             } %}
  495.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  496.                                 text: 'ADA PDF Page Counts',
  497.                                 path: 'platform.control_panel.dashboard.reports.pdfs'
  498.                             } %}
  499.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  500.                                 text: 'One Roster Summary',
  501.                                 path: 'platform.control_panel.dashboard.reports.oneroster'
  502.                             } %}
  503.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  504.                                 text: 'SSL Apex Status Report',
  505.                                 path: 'platform.control_panel.dashboard.reports.apex'
  506.                             } %}
  507.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  508.                                 text: 'SSL Domain Status Report',
  509.                                 path: 'platform.control_panel.dashboard.reports.domain'
  510.                             } %}
  511.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  512.                                 text: 'SSL Certificate Status Report',
  513.                                 path: 'platform.control_panel.dashboard.reports.certificate'
  514.                             } %}
  515.                         {% endblock %}
  516.                     {% endembed %}
  517.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  518.                         text: 'Stats',
  519.                         path: 'platform.control_panel.dashboard.stats.index',
  520.                         icon: 'bar-chart-o'
  521.                     } %}
  522.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  523.                         text: 'One Roster',
  524.                         path: 'platform.control_panel.dashboard.tenant.one_roster_syncs',
  525.                         icon: 'refresh'
  526.                     } %}
  527.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  528.                         text: 'Notifications Onboarding',
  529.                         path: 'platform.control_panel.dashboard.tenant.notifications_onboarding',
  530.                         icon: 'commenting-o'
  531.                     } %}
  532.                 {% endblock %}
  533.             {% endembed %}
  534.         {% endblock %}
  535.     {% endembed %}
  536. {% endblock %}
  537. ""@PlatformControlPanel/base.html.twig""/var/www/campussuite/src/Platform/ControlPanelBundle/Resources/views/base.html.twig");
  538.     }
  539. }
  540. /* @PlatformControlPanel/base.html.twig */
  541. class __TwigTemplate_08f9713e18d172588ae16812ede0b178___1038781732 extends \Twig\Template
  542. {
  543.     private $source;
  544.     private $macros = [];
  545.     public function __construct(Environment $env)
  546.     {
  547.         parent::__construct($env);
  548.         $this->source $this->getSourceContext();
  549.         $this->blocks = [
  550.             'items' => [$this'block_items'],
  551.         ];
  552.     }
  553.     protected function doGetParent(array $context)
  554.     {
  555.         // line 8
  556.         return "@ui/common/dashboard/sidebar/menuitem.html.twig";
  557.     }
  558.     protected function doDisplay(array $context, array $blocks = [])
  559.     {
  560.         $macros $this->macros;
  561.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  562.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PlatformControlPanel/base.html.twig"));
  563.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  564.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PlatformControlPanel/base.html.twig"));
  565.         $this->parent $this->loadTemplate("@ui/common/dashboard/sidebar/menuitem.html.twig""@PlatformControlPanel/base.html.twig"8);
  566.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  567.         
  568.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  569.         
  570.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  571.     }
  572.     // line 17
  573.     public function block_items($context, array $blocks = [])
  574.     {
  575.         $macros $this->macros;
  576.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  577.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""items"));
  578.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  579.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""items"));
  580.         // line 18
  581.         echo "                            ";
  582.         $this->loadTemplate("@ui/common/dashboard/sidebar/submenuitem.html.twig""@PlatformControlPanel/base.html.twig"18)->display(twig_array_merge(twig_array_merge($context, ["text" => "All""link" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("platform.control_panel.dashboard.tenant.list"), "active" => twig_test_empty(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 21
  583. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'21$this->source); })()), "request", [], "any"falsefalsefalse21), "attributes", [], "any"falsefalsefalse21), "get", [=> "primary"], "method"falsefalsefalse21))]), ['_args' => twig_to_array(["text" => "All""link" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("platform.control_panel.dashboard.tenant.list"), "active" => twig_test_empty(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.'21$this->source); })()), "request", [], "any"falsefalsefalse21), "attributes", [], "any"falsefalsefalse21), "get", [=> "primary"], "method"falsefalsefalse21))])]));
  584.         // line 23
  585.         echo "                            ";
  586.         $context['_parent'] = $context;
  587.         $context['_seq'] = twig_ensure_traversable(twig_constant("Cms\\TenantBundle\\Entity\\TenantTypeEmbeddable::PRIMARY"));
  588.         $context['loop'] = [
  589.           'parent' => $context['_parent'],
  590.           'index0' => 0,
  591.           'index'  => 1,
  592.           'first'  => true,
  593.         ];
  594.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  595.             $length count($context['_seq']);
  596.             $context['loop']['revindex0'] = $length 1;
  597.             $context['loop']['revindex'] = $length;
  598.             $context['loop']['length'] = $length;
  599.             $context['loop']['last'] = === $length;
  600.         }
  601.         foreach ($context['_seq'] as $context["_key"] => $context["primary"]) {
  602.             // line 24
  603.             echo "                                ";
  604.             $this->loadTemplate("@ui/common/dashboard/sidebar/submenuitem.html.twig""@PlatformControlPanel/base.html.twig"24)->display(twig_array_merge(twig_array_merge($context, ["text" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_sprintf("campussuite.cms.tenant.types.primary.%s",             // line 25
  605. $context["primary"])), "link" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("platform.control_panel.dashboard.tenant.list", ["primary" =>             // line 27
  606. $context["primary"]]), "active" => (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,             // line 29
  607. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'29$this->source); })()), "request", [], "any"falsefalsefalse29), "attributes", [], "any"falsefalsefalse29), "get", [=> "primary"], "method"falsefalsefalse29) === $context["primary"])]), ['_args' => twig_to_array(["text" => $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_sprintf("campussuite.cms.tenant.types.primary.%s",             // line 25
  608. $context["primary"])), "link" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("platform.control_panel.dashboard.tenant.list", ["primary" =>             // line 27
  609. $context["primary"]]), "active" => (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,             // line 29
  610. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'29$this->source); })()), "request", [], "any"falsefalsefalse29), "attributes", [], "any"falsefalsefalse29), "get", [=> "primary"], "method"falsefalsefalse29) === $context["primary"])])]));
  611.             // line 31
  612.             echo "                            ";
  613.             ++$context['loop']['index0'];
  614.             ++$context['loop']['index'];
  615.             $context['loop']['first'] = false;
  616.             if (isset($context['loop']['length'])) {
  617.                 --$context['loop']['revindex0'];
  618.                 --$context['loop']['revindex'];
  619.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  620.             }
  621.         }
  622.         $_parent $context['_parent'];
  623.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['primary'], $context['_parent'], $context['loop']);
  624.         $context array_intersect_key($context$_parent) + $_parent;
  625.         // line 32
  626.         echo "                            ";
  627.         $this->loadTemplate("@ui/common/dashboard/sidebar/submenuitem.html.twig""@PlatformControlPanel/base.html.twig"32)->display(twig_array_merge(twig_array_merge($context, ["text" => "Pending Removal""link" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("platform.control_panel.dashboard.tenant.list", ["primary" => "pending-removal"]), "active" => (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,         // line 37
  628. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'37$this->source); })()), "request", [], "any"falsefalsefalse37), "attributes", [], "any"falsefalsefalse37), "get", [=> "primary"], "method"falsefalsefalse37) === "pending-removal")]), ['_args' => twig_to_array(["text" => "Pending Removal""link" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("platform.control_panel.dashboard.tenant.list", ["primary" => "pending-removal"]), "active" => (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.'37$this->source); })()), "request", [], "any"falsefalsefalse37), "attributes", [], "any"falsefalsefalse37), "get", [=> "primary"], "method"falsefalsefalse37) === "pending-removal")])]));
  629.         // line 39
  630.         echo "                        ";
  631.         
  632.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  633.         
  634.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  635.     }
  636.     public function getTemplateName()
  637.     {
  638.         return "@PlatformControlPanel/base.html.twig";
  639.     }
  640.     public function isTraitable()
  641.     {
  642.         return false;
  643.     }
  644.     public function getDebugInfo()
  645.     {
  646.         return array (  728 => 39,  726 => 37,  724 => 32,  710 => 31,  708 => 29,  707 => 27,  706 => 25,  705 => 29,  704 => 27,  703 => 25,  701 => 24,  683 => 23,  681 => 21,  679 => 18,  669 => 17,  646 => 8,  485 => 103,  483 => 98,  480 => 97,  478 => 92,  475 => 91,  473 => 86,  470 => 85,  468 => 48,  465 => 47,  463 => 42,  460 => 41,  457 => 8,  447 => 7,  424 => 6,  264 => 106,  261 => 6,  251 => 5,  68 => 4,  58 => 3,  35 => 1,);
  647.     }
  648.     public function getSourceContext()
  649.     {
  650.         return new Source("{% extends '@ui/dashboards/default.html.twig' %}
  651. {% block sidebar %}
  652.     {% embed '@ui/common/dashboard/sidebar/content.html.twig' %}
  653.         {% block content %}
  654.             {% embed '@ui/common/dashboard/sidebar/menu.html.twig' %}
  655.                 {% block items %}
  656.                     {% embed '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  657.                         text: 'Tenants',
  658.                         path: [
  659.                             'platform.control_panel.dashboard.tenant.index',
  660.                             'platform.control_panel.dashboard.tenant.list',
  661.                         ],
  662.                         icon: 'users',
  663.                         submenu: true
  664.                     } %}
  665.                         {% block items %}
  666.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  667.                                 text: 'All',
  668.                                 link: path('platform.control_panel.dashboard.tenant.list'),
  669.                                 active: (app.request.attributes.get('primary') is empty)
  670.                             } %}
  671.                             {% for primary in constant('Cms\\\\TenantBundle\\\\Entity\\\\TenantTypeEmbeddable::PRIMARY') %}
  672.                                 {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  673.                                     text: 'campussuite.cms.tenant.types.primary.%s'|format(primary)|trans,
  674.                                     link: path('platform.control_panel.dashboard.tenant.list', {
  675.                                         primary: primary
  676.                                     }),
  677.                                     active: (app.request.attributes.get('primary') is same as(primary))
  678.                                 } %}
  679.                             {% endfor %}
  680.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  681.                                 text: 'Pending Removal',
  682.                                 link: path('platform.control_panel.dashboard.tenant.list', {
  683.                                     primary: 'pending-removal',
  684.                                 }),
  685.                                 active: (app.request.attributes.get('primary') is same as('pending-removal'))
  686.                             } %}
  687.                         {% endblock %}
  688.                     {% endembed %}
  689.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  690.                         text: 'Announcements',
  691.                         path: 'platform.control_panel.dashboard.announcement.index',
  692.                         icon: 'bell'
  693.                     } %}
  694.                     {% embed '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  695.                         text: 'Reports',
  696.                         path: [
  697.                             'platform.control_panel.dashboard.reports.remediation',
  698.                             'platform.control_panel.dashboard.reports.oneroster',
  699.                             'platform.control_panel.dashboard.reports.pdfs',
  700.                         ],
  701.                         icon: 'files-o',
  702.                         submenu: true
  703.                     } %}
  704.                         {% block items %}
  705.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  706.                                 text: 'ADA Document Remediation Summary',
  707.                                 path: 'platform.control_panel.dashboard.reports.remediation'
  708.                             } %}
  709.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  710.                                 text: 'ADA PDF Page Counts',
  711.                                 path: 'platform.control_panel.dashboard.reports.pdfs'
  712.                             } %}
  713.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  714.                                 text: 'One Roster Summary',
  715.                                 path: 'platform.control_panel.dashboard.reports.oneroster'
  716.                             } %}
  717.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  718.                                 text: 'SSL Apex Status Report',
  719.                                 path: 'platform.control_panel.dashboard.reports.apex'
  720.                             } %}
  721.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  722.                                 text: 'SSL Domain Status Report',
  723.                                 path: 'platform.control_panel.dashboard.reports.domain'
  724.                             } %}
  725.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  726.                                 text: 'SSL Certificate Status Report',
  727.                                 path: 'platform.control_panel.dashboard.reports.certificate'
  728.                             } %}
  729.                         {% endblock %}
  730.                     {% endembed %}
  731.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  732.                         text: 'Stats',
  733.                         path: 'platform.control_panel.dashboard.stats.index',
  734.                         icon: 'bar-chart-o'
  735.                     } %}
  736.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  737.                         text: 'One Roster',
  738.                         path: 'platform.control_panel.dashboard.tenant.one_roster_syncs',
  739.                         icon: 'refresh'
  740.                     } %}
  741.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  742.                         text: 'Notifications Onboarding',
  743.                         path: 'platform.control_panel.dashboard.tenant.notifications_onboarding',
  744.                         icon: 'commenting-o'
  745.                     } %}
  746.                 {% endblock %}
  747.             {% endembed %}
  748.         {% endblock %}
  749.     {% endembed %}
  750. {% endblock %}
  751. ""@PlatformControlPanel/base.html.twig""/var/www/campussuite/src/Platform/ControlPanelBundle/Resources/views/base.html.twig");
  752.     }
  753. }
  754. /* @PlatformControlPanel/base.html.twig */
  755. class __TwigTemplate_08f9713e18d172588ae16812ede0b178___994813394 extends \Twig\Template
  756. {
  757.     private $source;
  758.     private $macros = [];
  759.     public function __construct(Environment $env)
  760.     {
  761.         parent::__construct($env);
  762.         $this->source $this->getSourceContext();
  763.         $this->blocks = [
  764.             'items' => [$this'block_items'],
  765.         ];
  766.     }
  767.     protected function doGetParent(array $context)
  768.     {
  769.         // line 48
  770.         return "@ui/common/dashboard/sidebar/menuitem.html.twig";
  771.     }
  772.     protected function doDisplay(array $context, array $blocks = [])
  773.     {
  774.         $macros $this->macros;
  775.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  776.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PlatformControlPanel/base.html.twig"));
  777.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  778.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@PlatformControlPanel/base.html.twig"));
  779.         $this->parent $this->loadTemplate("@ui/common/dashboard/sidebar/menuitem.html.twig""@PlatformControlPanel/base.html.twig"48);
  780.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  781.         
  782.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  783.         
  784.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  785.     }
  786.     // line 58
  787.     public function block_items($context, array $blocks = [])
  788.     {
  789.         $macros $this->macros;
  790.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  791.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""items"));
  792.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  793.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""items"));
  794.         // line 59
  795.         echo "                            ";
  796.         $this->loadTemplate("@ui/common/dashboard/sidebar/submenuitem.html.twig""@PlatformControlPanel/base.html.twig"59)->display(twig_array_merge(twig_array_merge($context, ["text" => "ADA Document Remediation Summary""path" => "platform.control_panel.dashboard.reports.remediation"]), ['_args' => twig_to_array(["text" => "ADA Document Remediation Summary""path" => "platform.control_panel.dashboard.reports.remediation"])]));
  797.         // line 63
  798.         echo "                            ";
  799.         $this->loadTemplate("@ui/common/dashboard/sidebar/submenuitem.html.twig""@PlatformControlPanel/base.html.twig"63)->display(twig_array_merge(twig_array_merge($context, ["text" => "ADA PDF Page Counts""path" => "platform.control_panel.dashboard.reports.pdfs"]), ['_args' => twig_to_array(["text" => "ADA PDF Page Counts""path" => "platform.control_panel.dashboard.reports.pdfs"])]));
  800.         // line 67
  801.         echo "                            ";
  802.         $this->loadTemplate("@ui/common/dashboard/sidebar/submenuitem.html.twig""@PlatformControlPanel/base.html.twig"67)->display(twig_array_merge(twig_array_merge($context, ["text" => "One Roster Summary""path" => "platform.control_panel.dashboard.reports.oneroster"]), ['_args' => twig_to_array(["text" => "One Roster Summary""path" => "platform.control_panel.dashboard.reports.oneroster"])]));
  803.         // line 71
  804.         echo "                            ";
  805.         $this->loadTemplate("@ui/common/dashboard/sidebar/submenuitem.html.twig""@PlatformControlPanel/base.html.twig"71)->display(twig_array_merge(twig_array_merge($context, ["text" => "SSL Apex Status Report""path" => "platform.control_panel.dashboard.reports.apex"]), ['_args' => twig_to_array(["text" => "SSL Apex Status Report""path" => "platform.control_panel.dashboard.reports.apex"])]));
  806.         // line 75
  807.         echo "                            ";
  808.         $this->loadTemplate("@ui/common/dashboard/sidebar/submenuitem.html.twig""@PlatformControlPanel/base.html.twig"75)->display(twig_array_merge(twig_array_merge($context, ["text" => "SSL Domain Status Report""path" => "platform.control_panel.dashboard.reports.domain"]), ['_args' => twig_to_array(["text" => "SSL Domain Status Report""path" => "platform.control_panel.dashboard.reports.domain"])]));
  809.         // line 79
  810.         echo "                            ";
  811.         $this->loadTemplate("@ui/common/dashboard/sidebar/submenuitem.html.twig""@PlatformControlPanel/base.html.twig"79)->display(twig_array_merge(twig_array_merge($context, ["text" => "SSL Certificate Status Report""path" => "platform.control_panel.dashboard.reports.certificate"]), ['_args' => twig_to_array(["text" => "SSL Certificate Status Report""path" => "platform.control_panel.dashboard.reports.certificate"])]));
  812.         // line 83
  813.         echo "                        ";
  814.         
  815.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  816.         
  817.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  818.     }
  819.     public function getTemplateName()
  820.     {
  821.         return "@PlatformControlPanel/base.html.twig";
  822.     }
  823.     public function isTraitable()
  824.     {
  825.         return false;
  826.     }
  827.     public function getDebugInfo()
  828.     {
  829.         return array (  939 => 83,  936 => 79,  933 => 75,  930 => 71,  927 => 67,  924 => 63,  921 => 59,  911 => 58,  888 => 48,  728 => 39,  726 => 37,  724 => 32,  710 => 31,  708 => 29,  707 => 27,  706 => 25,  705 => 29,  704 => 27,  703 => 25,  701 => 24,  683 => 23,  681 => 21,  679 => 18,  669 => 17,  646 => 8,  485 => 103,  483 => 98,  480 => 97,  478 => 92,  475 => 91,  473 => 86,  470 => 85,  468 => 48,  465 => 47,  463 => 42,  460 => 41,  457 => 8,  447 => 7,  424 => 6,  264 => 106,  261 => 6,  251 => 5,  68 => 4,  58 => 3,  35 => 1,);
  830.     }
  831.     public function getSourceContext()
  832.     {
  833.         return new Source("{% extends '@ui/dashboards/default.html.twig' %}
  834. {% block sidebar %}
  835.     {% embed '@ui/common/dashboard/sidebar/content.html.twig' %}
  836.         {% block content %}
  837.             {% embed '@ui/common/dashboard/sidebar/menu.html.twig' %}
  838.                 {% block items %}
  839.                     {% embed '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  840.                         text: 'Tenants',
  841.                         path: [
  842.                             'platform.control_panel.dashboard.tenant.index',
  843.                             'platform.control_panel.dashboard.tenant.list',
  844.                         ],
  845.                         icon: 'users',
  846.                         submenu: true
  847.                     } %}
  848.                         {% block items %}
  849.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  850.                                 text: 'All',
  851.                                 link: path('platform.control_panel.dashboard.tenant.list'),
  852.                                 active: (app.request.attributes.get('primary') is empty)
  853.                             } %}
  854.                             {% for primary in constant('Cms\\\\TenantBundle\\\\Entity\\\\TenantTypeEmbeddable::PRIMARY') %}
  855.                                 {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  856.                                     text: 'campussuite.cms.tenant.types.primary.%s'|format(primary)|trans,
  857.                                     link: path('platform.control_panel.dashboard.tenant.list', {
  858.                                         primary: primary
  859.                                     }),
  860.                                     active: (app.request.attributes.get('primary') is same as(primary))
  861.                                 } %}
  862.                             {% endfor %}
  863.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  864.                                 text: 'Pending Removal',
  865.                                 link: path('platform.control_panel.dashboard.tenant.list', {
  866.                                     primary: 'pending-removal',
  867.                                 }),
  868.                                 active: (app.request.attributes.get('primary') is same as('pending-removal'))
  869.                             } %}
  870.                         {% endblock %}
  871.                     {% endembed %}
  872.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  873.                         text: 'Announcements',
  874.                         path: 'platform.control_panel.dashboard.announcement.index',
  875.                         icon: 'bell'
  876.                     } %}
  877.                     {% embed '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  878.                         text: 'Reports',
  879.                         path: [
  880.                             'platform.control_panel.dashboard.reports.remediation',
  881.                             'platform.control_panel.dashboard.reports.oneroster',
  882.                             'platform.control_panel.dashboard.reports.pdfs',
  883.                         ],
  884.                         icon: 'files-o',
  885.                         submenu: true
  886.                     } %}
  887.                         {% block items %}
  888.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  889.                                 text: 'ADA Document Remediation Summary',
  890.                                 path: 'platform.control_panel.dashboard.reports.remediation'
  891.                             } %}
  892.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  893.                                 text: 'ADA PDF Page Counts',
  894.                                 path: 'platform.control_panel.dashboard.reports.pdfs'
  895.                             } %}
  896.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  897.                                 text: 'One Roster Summary',
  898.                                 path: 'platform.control_panel.dashboard.reports.oneroster'
  899.                             } %}
  900.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  901.                                 text: 'SSL Apex Status Report',
  902.                                 path: 'platform.control_panel.dashboard.reports.apex'
  903.                             } %}
  904.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  905.                                 text: 'SSL Domain Status Report',
  906.                                 path: 'platform.control_panel.dashboard.reports.domain'
  907.                             } %}
  908.                             {% include '@ui/common/dashboard/sidebar/submenuitem.html.twig' with {
  909.                                 text: 'SSL Certificate Status Report',
  910.                                 path: 'platform.control_panel.dashboard.reports.certificate'
  911.                             } %}
  912.                         {% endblock %}
  913.                     {% endembed %}
  914.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  915.                         text: 'Stats',
  916.                         path: 'platform.control_panel.dashboard.stats.index',
  917.                         icon: 'bar-chart-o'
  918.                     } %}
  919.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  920.                         text: 'One Roster',
  921.                         path: 'platform.control_panel.dashboard.tenant.one_roster_syncs',
  922.                         icon: 'refresh'
  923.                     } %}
  924.                     {% include '@ui/common/dashboard/sidebar/menuitem.html.twig' with {
  925.                         text: 'Notifications Onboarding',
  926.                         path: 'platform.control_panel.dashboard.tenant.notifications_onboarding',
  927.                         icon: 'commenting-o'
  928.                     } %}
  929.                 {% endblock %}
  930.             {% endembed %}
  931.         {% endblock %}
  932.     {% endembed %}
  933. {% endblock %}
  934. ""@PlatformControlPanel/base.html.twig""/var/www/campussuite/src/Platform/ControlPanelBundle/Resources/views/base.html.twig");
  935.     }
  936. }