var/cache/test/twig/d8/d80e3e4824331bb2c7e70a051b5b9f0b.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. /* @CmsContainer/Dashboard/index.html.twig */
  14. class __TwigTemplate_e253b24373b756755f68566405e728db 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.             'content' => [$this'block_content'],
  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""@CmsContainer/Dashboard/index.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""@CmsContainer/Dashboard/index.html.twig"));
  38.         $this->parent $this->loadTemplate("@ui/dashboards/default.html.twig""@CmsContainer/Dashboard/index.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_content($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""content"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  53.         // line 4
  54.         echo "
  55.     ";
  56.         // line 5
  57.         if ((twig_length_filter($this->env, (isset($context["announcements"]) || array_key_exists("announcements"$context) ? $context["announcements"] : (function () { throw new RuntimeError('Variable "announcements" does not exist.'5$this->source); })())) > 0)) {
  58.             // line 6
  59.             echo "        <div class=\"row\">
  60.             <div class=\"col-md-12\">
  61.                 ";
  62.             // line 8
  63.             $context['_parent'] = $context;
  64.             $context['_seq'] = twig_ensure_traversable((isset($context["announcements"]) || array_key_exists("announcements"$context) ? $context["announcements"] : (function () { throw new RuntimeError('Variable "announcements" does not exist.'8$this->source); })()));
  65.             foreach ($context['_seq'] as $context["_key"] => $context["announcement"]) {
  66.                 // line 9
  67.                 echo "                    <div class=\"system-alert ";
  68.                 if (twig_in_filter(twig_get_attribute($this->env$this->source$context["announcement"], "state", [], "any"falsefalsefalse9), "danger")) {
  69.                     echo "system-alert--danger";
  70.                 } elseif (twig_in_filter(twig_get_attribute($this->env$this->source$context["announcement"], "state", [], "any"falsefalsefalse9), "warning")) {
  71.                     echo "system-alert--warning";
  72.                 } elseif (twig_in_filter(twig_get_attribute($this->env$this->source$context["announcement"], "state", [], "any"falsefalsefalse9), "info")) {
  73.                     echo "system-alert--info";
  74.                 } else {
  75.                     echo "system-alert--success";
  76.                 }
  77.                 echo "\">
  78.                         <div class=\"system-alert__body\">
  79.                             ";
  80.                 // line 11
  81.                 if ( !(is_string($__internal_compile_0 twig_get_attribute($this->env$this->source$context["announcement"], "title", [], "any"falsefalsefalse11)) && is_string($__internal_compile_1 "hideme") && ('' === $__internal_compile_1 || === strpos($__internal_compile_0$__internal_compile_1)))) {
  82.                     // line 12
  83.                     echo "                            <h4 class=\"system-alert__heading\">";
  84.                     echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["announcement"], "title", [], "any"falsefalsefalse12), "html"nulltrue);
  85.                     echo "</h4>
  86.                             ";
  87.                 }
  88.                 // line 14
  89.                 echo "                            <div class=\"system-alert__desc\">";
  90.                 echo twig_get_attribute($this->env$this->source$context["announcement"], "description", [], "any"falsefalsefalse14);
  91.                 echo "</div>
  92.                         </div>
  93.                     </div>
  94.                 ";
  95.             }
  96.             $_parent $context['_parent'];
  97.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['announcement'], $context['_parent'], $context['loop']);
  98.             $context array_intersect_key($context$_parent) + $_parent;
  99.             // line 18
  100.             echo "            </div>
  101.         </div>
  102.     ";
  103.         }
  104.         // line 21
  105.         echo "
  106.     <div class=\"row\">
  107.         <div class=\"col-md-8\">
  108.             ";
  109.         // line 25
  110.         if ((twig_length_filter($this->env, (isset($context["favorites"]) || array_key_exists("favorites"$context) ? $context["favorites"] : (function () { throw new RuntimeError('Variable "favorites" does not exist.'25$this->source); })())) > 0)) {
  111.             // line 26
  112.             echo "                ";
  113.             $this->loadTemplate("@CmsContainer/Dashboard/index.html.twig""@CmsContainer/Dashboard/index.html.twig"26"572717497")->display(twig_array_merge(twig_array_merge($context, ["title" => "Favorites""collapsible" => true]), ['_args' => twig_to_array(["title" => "Favorites""collapsible" => true])]));
  114.             // line 60
  115.             echo "            ";
  116.         }
  117.         // line 61
  118.         echo "
  119.             ";
  120.         // line 62
  121.         if ((twig_length_filter($this->env, (isset($context["personalSites"]) || array_key_exists("personalSites"$context) ? $context["personalSites"] : (function () { throw new RuntimeError('Variable "personalSites" does not exist.'62$this->source); })())) > 0)) {
  122.             // line 63
  123.             echo "                ";
  124.             $this->loadTemplate("@CmsContainer/Dashboard/index.html.twig""@CmsContainer/Dashboard/index.html.twig"63"1742870780")->display(twig_array_merge(twig_array_merge($context, ["title" => "Teacher Websites""collapsible" => true]), ['_args' => twig_to_array(["title" => "Teacher Websites""collapsible" => true])]));
  125.             // line 97
  126.             echo "            ";
  127.         }
  128.         // line 98
  129.         echo "
  130.             ";
  131.         // line 99
  132.         if ((twig_length_filter($this->env, (isset($context["sites"]) || array_key_exists("sites"$context) ? $context["sites"] : (function () { throw new RuntimeError('Variable "sites" does not exist.'99$this->source); })())) > 0)) {
  133.             // line 100
  134.             echo "                ";
  135.             $this->loadTemplate("@CmsContainer/Dashboard/index.html.twig""@CmsContainer/Dashboard/index.html.twig"100"1440767060")->display(twig_array_merge(twig_array_merge($context, ["title" => "Websites""collapsible" => true]), ['_args' => twig_to_array(["title" => "Websites""collapsible" => true])]));
  136.             // line 134
  137.             echo "            ";
  138.         }
  139.         // line 135
  140.         echo "
  141.             ";
  142.         // line 136
  143.         if ((twig_length_filter($this->env, (isset($context["intranets"]) || array_key_exists("intranets"$context) ? $context["intranets"] : (function () { throw new RuntimeError('Variable "intranets" does not exist.'136$this->source); })())) > 0)) {
  144.             // line 137
  145.             echo "                ";
  146.             $this->loadTemplate("@CmsContainer/Dashboard/index.html.twig""@CmsContainer/Dashboard/index.html.twig"137"546290330")->display(twig_array_merge(twig_array_merge($context, ["title" => "Intranets""collapsible" => true]), ['_args' => twig_to_array(["title" => "Intranets""collapsible" => true])]));
  147.             // line 162
  148.             echo "            ";
  149.         }
  150.         // line 163
  151.         echo "        </div>
  152.         <div class=\"col-md-4\">
  153.             ";
  154.         // line 165
  155.         $this->loadTemplate("@PlatformMarketing/Dashboard/Default/includes/hubspot_frame.html.twig""@CmsContainer/Dashboard/index.html.twig"165)->display(twig_array_merge(twig_array_merge($context, ["src" => "https://617533.hs-sites.com/website-cms-right-panel""autoHeight" => true]), ['_args' => twig_to_array(["src" => "https://617533.hs-sites.com/website-cms-right-panel""autoHeight" => true])]));
  156.         // line 169
  157.         echo "        </div>
  158.     </div>
  159. ";
  160.         
  161.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  162.         
  163.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  164.     }
  165.     public function getTemplateName()
  166.     {
  167.         return "@CmsContainer/Dashboard/index.html.twig";
  168.     }
  169.     public function isTraitable()
  170.     {
  171.         return false;
  172.     }
  173.     public function getDebugInfo()
  174.     {
  175.         return array (  172 => 169,  170 => 165,  166 => 163,  163 => 162,  160 => 137,  158 => 136,  155 => 135,  152 => 134,  149 => 100,  147 => 99,  144 => 98,  141 => 97,  138 => 63,  136 => 62,  133 => 61,  130 => 60,  127 => 26,  125 => 25,  119 => 21,  114 => 18,  103 => 14,  97 => 12,  95 => 11,  81 => 9,  77 => 8,  73 => 6,  71 => 5,  68 => 4,  58 => 3,  35 => 1,);
  176.     }
  177.     public function getSourceContext()
  178.     {
  179.         return new Source("{% extends '@ui/dashboards/default.html.twig' %}
  180. {% block content %}
  181.     {% if announcements|length > 0 %}
  182.         <div class=\"row\">
  183.             <div class=\"col-md-12\">
  184.                 {% for announcement in announcements %}
  185.                     <div class=\"system-alert {% if announcement.state in 'danger' %}system-alert--danger{% elseif announcement.state in 'warning' %}system-alert--warning{% elseif announcement.state in 'info' %}system-alert--info{% else %}system-alert--success{% endif %}\">
  186.                         <div class=\"system-alert__body\">
  187.                             {% if not (announcement.title starts with 'hideme') %}
  188.                             <h4 class=\"system-alert__heading\">{{ announcement.title }}</h4>
  189.                             {% endif %}
  190.                             <div class=\"system-alert__desc\">{{ announcement.description|raw }}</div>
  191.                         </div>
  192.                     </div>
  193.                 {% endfor %}
  194.             </div>
  195.         </div>
  196.     {% endif %}
  197.     <div class=\"row\">
  198.         <div class=\"col-md-8\">
  199.             {% if favorites|length > 0 %}
  200.                 {% embed '@ui/common/panels/default.html.twig' with {
  201.                     title: 'Favorites',
  202.                     collapsible: true
  203.                 } %}
  204.                     {% block body %}
  205.                         {% embed '@ui/common/lists/modules.html.twig' with {
  206.                             classes: 'module-list--dash-depts',
  207.                         } %}
  208.                             {% block items %}
  209.                                 {% for favorite in favorites %}
  210.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  211.                                         title: '<a href=\"%s\">%s</a>'|format(
  212.                                             containerUrl(
  213.                                                 favorite,
  214.                                                 app.user.uid.toString()
  215.                                             ),
  216.                                             favorite.name|escape
  217.                                         ),
  218.                                         actions: [
  219.                                             {
  220.                                                 text: 'Manage',
  221.                                                 icon: 'icon icon-lined-folder-front-b',
  222.                                                 link: path(routes.container__view, {
  223.                                                     containerId: favorite.id
  224.                                                 }),
  225.                                                 classes: 'actions-li__link--borderless',
  226.                                             },
  227.                                         ],
  228.                                     } %}{% endembed %}
  229.                                 {% endfor %}
  230.                             {% endblock %}
  231.                         {% endembed %}
  232.                     {% endblock %}
  233.                 {% endembed %}
  234.             {% endif %}
  235.             {% if personalSites|length > 0 %}
  236.                 {% embed '@ui/common/panels/default.html.twig' with {
  237.                     title: 'Teacher Websites',
  238.                     collapsible: true
  239.                 } %}
  240.                     {% block body %}
  241.                         {% embed '@ui/common/lists/modules.html.twig' with {
  242.                             classes: 'module-list--dash-depts',
  243.                         } %}
  244.                             {% block items %}
  245.                                 {% for site in personalSites %}
  246.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  247.                                         title: '<a href=\"%s\">%s</a>'|format(
  248.                                             containerUrl(
  249.                                                 site,
  250.                                                 app.user.uid.toString()
  251.                                             ),
  252.                                             site.name|escape
  253.                                         ),
  254.                                         actions: [
  255.                                             {
  256.                                                 text: 'Manage',
  257.                                                 icon: 'icon icon-lined-folder-front-b',
  258.                                                 link: path(routes.container__view, {
  259.                                                     containerId: site.id
  260.                                                 }),
  261.                                                 classes: 'actions-li__link--borderless',
  262.                                             },
  263.                                         ],
  264.                                     } %}{% endembed %}
  265.                                 {% endfor %}
  266.                             {% endblock %}
  267.                         {% endembed %}
  268.                     {% endblock %}
  269.                 {% endembed %}
  270.             {% endif %}
  271.             {% if sites|length > 0 %}
  272.                 {% embed '@ui/common/panels/default.html.twig' with {
  273.                     title: 'Websites',
  274.                     collapsible: true
  275.                 } %}
  276.                     {% block body %}
  277.                         {% embed '@ui/common/lists/modules.html.twig' with {
  278.                             classes: 'module-list--dash-depts',
  279.                         } %}
  280.                             {% block items %}
  281.                                 {% for site in sites %}
  282.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  283.                                         title: '<a href=\"%s\">%s</a>'|format(
  284.                                             containerUrl(
  285.                                                 site,
  286.                                                 app.user.uid.toString()
  287.                                             ),
  288.                                             site.name|escape
  289.                                         ),
  290.                                         actions: [
  291.                                             {
  292.                                                 text: 'Manage',
  293.                                                 icon: 'icon icon-lined-folder-front-b',
  294.                                                 link: path(routes.container__view, {
  295.                                                     containerId: site.id
  296.                                                 }),
  297.                                                 classes: 'actions-li__link--borderless',
  298.                                             },
  299.                                         ],
  300.                                     } %}{% endembed %}
  301.                                 {% endfor %}
  302.                             {% endblock %}
  303.                         {% endembed %}
  304.                     {% endblock %}
  305.                 {% endembed %}
  306.             {% endif %}
  307.             {% if intranets|length > 0 %}
  308.                 {% embed '@ui/common/panels/default.html.twig' with {
  309.                     title: 'Intranets',
  310.                     collapsible: true
  311.                 } %}
  312.                     {% block body %}
  313.                         {% embed '@ui/common/lists/modules.html.twig' with {
  314.                             classes: 'module-list--dash-depts',
  315.                         } %}
  316.                             {% block items %}
  317.                                 {% for intranet in intranets %}
  318.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  319.                                         title: '<a href=\"%s\">%s</a>'|format(
  320.                                             containerUrl(
  321.                                                 intranet,
  322.                                                 app.user.uid.toString()
  323.                                             ),
  324.                                             intranet.name|escape
  325.                                         ),
  326.                                         actions: [],
  327.                                     } %}{% endembed %}
  328.                                 {% endfor %}
  329.                             {% endblock %}
  330.                         {% endembed %}
  331.                     {% endblock %}
  332.                 {% endembed %}
  333.             {% endif %}
  334.         </div>
  335.         <div class=\"col-md-4\">
  336.             {% include '@PlatformMarketing/Dashboard/Default/includes/hubspot_frame.html.twig' with {
  337.                 src: 'https://617533.hs-sites.com/website-cms-right-panel',
  338.                 autoHeight: true
  339.             } %}
  340.         </div>
  341.     </div>
  342. {% endblock %}
  343. ""@CmsContainer/Dashboard/index.html.twig""/var/www/campussuite/src/Cms/ContainerBundle/Resources/views/Dashboard/index.html.twig");
  344.     }
  345. }
  346. /* @CmsContainer/Dashboard/index.html.twig */
  347. class __TwigTemplate_e253b24373b756755f68566405e728db___572717497 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.             'body' => [$this'block_body'],
  357.         ];
  358.     }
  359.     protected function doGetParent(array $context)
  360.     {
  361.         // line 26
  362.         return "@ui/common/panels/default.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""@CmsContainer/Dashboard/index.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""@CmsContainer/Dashboard/index.html.twig"));
  371.         $this->parent $this->loadTemplate("@ui/common/panels/default.html.twig""@CmsContainer/Dashboard/index.html.twig"26);
  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 30
  379.     public function block_body($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""body"));
  384.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  385.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  386.         // line 31
  387.         echo "                        ";
  388.         $this->loadTemplate("@CmsContainer/Dashboard/index.html.twig""@CmsContainer/Dashboard/index.html.twig"31"1253611567")->display(twig_array_merge(twig_array_merge($context, ["classes" => "module-list--dash-depts"]), ['_args' => twig_to_array(["classes" => "module-list--dash-depts"])]));
  389.         // line 58
  390.         echo "                    ";
  391.         
  392.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  393.         
  394.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  395.     }
  396.     public function getTemplateName()
  397.     {
  398.         return "@CmsContainer/Dashboard/index.html.twig";
  399.     }
  400.     public function isTraitable()
  401.     {
  402.         return false;
  403.     }
  404.     public function getDebugInfo()
  405.     {
  406.         return array (  432 => 58,  429 => 31,  419 => 30,  396 => 26,  172 => 169,  170 => 165,  166 => 163,  163 => 162,  160 => 137,  158 => 136,  155 => 135,  152 => 134,  149 => 100,  147 => 99,  144 => 98,  141 => 97,  138 => 63,  136 => 62,  133 => 61,  130 => 60,  127 => 26,  125 => 25,  119 => 21,  114 => 18,  103 => 14,  97 => 12,  95 => 11,  81 => 9,  77 => 8,  73 => 6,  71 => 5,  68 => 4,  58 => 3,  35 => 1,);
  407.     }
  408.     public function getSourceContext()
  409.     {
  410.         return new Source("{% extends '@ui/dashboards/default.html.twig' %}
  411. {% block content %}
  412.     {% if announcements|length > 0 %}
  413.         <div class=\"row\">
  414.             <div class=\"col-md-12\">
  415.                 {% for announcement in announcements %}
  416.                     <div class=\"system-alert {% if announcement.state in 'danger' %}system-alert--danger{% elseif announcement.state in 'warning' %}system-alert--warning{% elseif announcement.state in 'info' %}system-alert--info{% else %}system-alert--success{% endif %}\">
  417.                         <div class=\"system-alert__body\">
  418.                             {% if not (announcement.title starts with 'hideme') %}
  419.                             <h4 class=\"system-alert__heading\">{{ announcement.title }}</h4>
  420.                             {% endif %}
  421.                             <div class=\"system-alert__desc\">{{ announcement.description|raw }}</div>
  422.                         </div>
  423.                     </div>
  424.                 {% endfor %}
  425.             </div>
  426.         </div>
  427.     {% endif %}
  428.     <div class=\"row\">
  429.         <div class=\"col-md-8\">
  430.             {% if favorites|length > 0 %}
  431.                 {% embed '@ui/common/panels/default.html.twig' with {
  432.                     title: 'Favorites',
  433.                     collapsible: true
  434.                 } %}
  435.                     {% block body %}
  436.                         {% embed '@ui/common/lists/modules.html.twig' with {
  437.                             classes: 'module-list--dash-depts',
  438.                         } %}
  439.                             {% block items %}
  440.                                 {% for favorite in favorites %}
  441.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  442.                                         title: '<a href=\"%s\">%s</a>'|format(
  443.                                             containerUrl(
  444.                                                 favorite,
  445.                                                 app.user.uid.toString()
  446.                                             ),
  447.                                             favorite.name|escape
  448.                                         ),
  449.                                         actions: [
  450.                                             {
  451.                                                 text: 'Manage',
  452.                                                 icon: 'icon icon-lined-folder-front-b',
  453.                                                 link: path(routes.container__view, {
  454.                                                     containerId: favorite.id
  455.                                                 }),
  456.                                                 classes: 'actions-li__link--borderless',
  457.                                             },
  458.                                         ],
  459.                                     } %}{% endembed %}
  460.                                 {% endfor %}
  461.                             {% endblock %}
  462.                         {% endembed %}
  463.                     {% endblock %}
  464.                 {% endembed %}
  465.             {% endif %}
  466.             {% if personalSites|length > 0 %}
  467.                 {% embed '@ui/common/panels/default.html.twig' with {
  468.                     title: 'Teacher Websites',
  469.                     collapsible: true
  470.                 } %}
  471.                     {% block body %}
  472.                         {% embed '@ui/common/lists/modules.html.twig' with {
  473.                             classes: 'module-list--dash-depts',
  474.                         } %}
  475.                             {% block items %}
  476.                                 {% for site in personalSites %}
  477.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  478.                                         title: '<a href=\"%s\">%s</a>'|format(
  479.                                             containerUrl(
  480.                                                 site,
  481.                                                 app.user.uid.toString()
  482.                                             ),
  483.                                             site.name|escape
  484.                                         ),
  485.                                         actions: [
  486.                                             {
  487.                                                 text: 'Manage',
  488.                                                 icon: 'icon icon-lined-folder-front-b',
  489.                                                 link: path(routes.container__view, {
  490.                                                     containerId: site.id
  491.                                                 }),
  492.                                                 classes: 'actions-li__link--borderless',
  493.                                             },
  494.                                         ],
  495.                                     } %}{% endembed %}
  496.                                 {% endfor %}
  497.                             {% endblock %}
  498.                         {% endembed %}
  499.                     {% endblock %}
  500.                 {% endembed %}
  501.             {% endif %}
  502.             {% if sites|length > 0 %}
  503.                 {% embed '@ui/common/panels/default.html.twig' with {
  504.                     title: 'Websites',
  505.                     collapsible: true
  506.                 } %}
  507.                     {% block body %}
  508.                         {% embed '@ui/common/lists/modules.html.twig' with {
  509.                             classes: 'module-list--dash-depts',
  510.                         } %}
  511.                             {% block items %}
  512.                                 {% for site in sites %}
  513.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  514.                                         title: '<a href=\"%s\">%s</a>'|format(
  515.                                             containerUrl(
  516.                                                 site,
  517.                                                 app.user.uid.toString()
  518.                                             ),
  519.                                             site.name|escape
  520.                                         ),
  521.                                         actions: [
  522.                                             {
  523.                                                 text: 'Manage',
  524.                                                 icon: 'icon icon-lined-folder-front-b',
  525.                                                 link: path(routes.container__view, {
  526.                                                     containerId: site.id
  527.                                                 }),
  528.                                                 classes: 'actions-li__link--borderless',
  529.                                             },
  530.                                         ],
  531.                                     } %}{% endembed %}
  532.                                 {% endfor %}
  533.                             {% endblock %}
  534.                         {% endembed %}
  535.                     {% endblock %}
  536.                 {% endembed %}
  537.             {% endif %}
  538.             {% if intranets|length > 0 %}
  539.                 {% embed '@ui/common/panels/default.html.twig' with {
  540.                     title: 'Intranets',
  541.                     collapsible: true
  542.                 } %}
  543.                     {% block body %}
  544.                         {% embed '@ui/common/lists/modules.html.twig' with {
  545.                             classes: 'module-list--dash-depts',
  546.                         } %}
  547.                             {% block items %}
  548.                                 {% for intranet in intranets %}
  549.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  550.                                         title: '<a href=\"%s\">%s</a>'|format(
  551.                                             containerUrl(
  552.                                                 intranet,
  553.                                                 app.user.uid.toString()
  554.                                             ),
  555.                                             intranet.name|escape
  556.                                         ),
  557.                                         actions: [],
  558.                                     } %}{% endembed %}
  559.                                 {% endfor %}
  560.                             {% endblock %}
  561.                         {% endembed %}
  562.                     {% endblock %}
  563.                 {% endembed %}
  564.             {% endif %}
  565.         </div>
  566.         <div class=\"col-md-4\">
  567.             {% include '@PlatformMarketing/Dashboard/Default/includes/hubspot_frame.html.twig' with {
  568.                 src: 'https://617533.hs-sites.com/website-cms-right-panel',
  569.                 autoHeight: true
  570.             } %}
  571.         </div>
  572.     </div>
  573. {% endblock %}
  574. ""@CmsContainer/Dashboard/index.html.twig""/var/www/campussuite/src/Cms/ContainerBundle/Resources/views/Dashboard/index.html.twig");
  575.     }
  576. }
  577. /* @CmsContainer/Dashboard/index.html.twig */
  578. class __TwigTemplate_e253b24373b756755f68566405e728db___1253611567 extends \Twig\Template
  579. {
  580.     private $source;
  581.     private $macros = [];
  582.     public function __construct(Environment $env)
  583.     {
  584.         parent::__construct($env);
  585.         $this->source $this->getSourceContext();
  586.         $this->blocks = [
  587.             'items' => [$this'block_items'],
  588.         ];
  589.     }
  590.     protected function doGetParent(array $context)
  591.     {
  592.         // line 31
  593.         return "@ui/common/lists/modules.html.twig";
  594.     }
  595.     protected function doDisplay(array $context, array $blocks = [])
  596.     {
  597.         $macros $this->macros;
  598.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  599.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  600.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  601.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  602.         $this->parent $this->loadTemplate("@ui/common/lists/modules.html.twig""@CmsContainer/Dashboard/index.html.twig"31);
  603.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  604.         
  605.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  606.         
  607.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  608.     }
  609.     // line 34
  610.     public function block_items($context, array $blocks = [])
  611.     {
  612.         $macros $this->macros;
  613.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  614.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""items"));
  615.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  616.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""items"));
  617.         // line 35
  618.         echo "                                ";
  619.         $context['_parent'] = $context;
  620.         $context['_seq'] = twig_ensure_traversable((isset($context["favorites"]) || array_key_exists("favorites"$context) ? $context["favorites"] : (function () { throw new RuntimeError('Variable "favorites" does not exist.'35$this->source); })()));
  621.         $context['loop'] = [
  622.           'parent' => $context['_parent'],
  623.           'index0' => 0,
  624.           'index'  => 1,
  625.           'first'  => true,
  626.         ];
  627.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  628.             $length count($context['_seq']);
  629.             $context['loop']['revindex0'] = $length 1;
  630.             $context['loop']['revindex'] = $length;
  631.             $context['loop']['length'] = $length;
  632.             $context['loop']['last'] = === $length;
  633.         }
  634.         foreach ($context['_seq'] as $context["_key"] => $context["favorite"]) {
  635.             // line 36
  636.             echo "                                    ";
  637.             $this->loadTemplate("@CmsContainer/Dashboard/index.html.twig""@CmsContainer/Dashboard/index.html.twig"36"1048389992")->display(twig_array_merge(twig_array_merge($context, ["title" => twig_sprintf("<a href=\"%s\">%s</a>"$this->extensions['Cms\ContainerBundle\Twig\ContainerRouteExtension']->functionContainerUrl(            // line 39
  638. $context["favorite"], twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,             // line 40
  639. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'40$this->source); })()), "user", [], "any"falsefalsefalse40), "uid", [], "any"falsefalsefalse40), "toString", [], "method"falsefalsefalse40)), twig_escape_filter($this->envtwig_get_attribute($this->env$this->source,             // line 42
  640. $context["favorite"], "name", [], "any"falsefalsefalse42))), "actions" => [=> ["text" => "Manage""icon" => "icon icon-lined-folder-front-b""link" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->source,             // line 48
  641. (isset($context["routes"]) || array_key_exists("routes"$context) ? $context["routes"] : (function () { throw new RuntimeError('Variable "routes" does not exist.'48$this->source); })()), "container__view", [], "any"falsefalsefalse48), ["containerId" => twig_get_attribute($this->env$this->source,             // line 49
  642. $context["favorite"], "id", [], "any"falsefalsefalse49)]), "classes" => "actions-li__link--borderless"]]]), ['_args' => twig_to_array(["title" => twig_sprintf("<a href=\"%s\">%s</a>"$this->extensions['Cms\ContainerBundle\Twig\ContainerRouteExtension']->functionContainerUrl(            // line 39
  643. $context["favorite"], twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,             // line 40
  644. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'40$this->source); })()), "user", [], "any"falsefalsefalse40), "uid", [], "any"falsefalsefalse40), "toString", [], "method"falsefalsefalse40)), twig_escape_filter($this->envtwig_get_attribute($this->env$this->source,             // line 42
  645. $context["favorite"], "name", [], "any"falsefalsefalse42))), "actions" => [=> ["text" => "Manage""icon" => "icon icon-lined-folder-front-b""link" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->source,             // line 48
  646. (isset($context["routes"]) || array_key_exists("routes"$context) ? $context["routes"] : (function () { throw new RuntimeError('Variable "routes" does not exist.'48$this->source); })()), "container__view", [], "any"falsefalsefalse48), ["containerId" => twig_get_attribute($this->env$this->source,             // line 49
  647. $context["favorite"], "id", [], "any"falsefalsefalse49)]), "classes" => "actions-li__link--borderless"]]])]));
  648.             // line 55
  649.             echo "                                ";
  650.             ++$context['loop']['index0'];
  651.             ++$context['loop']['index'];
  652.             $context['loop']['first'] = false;
  653.             if (isset($context['loop']['length'])) {
  654.                 --$context['loop']['revindex0'];
  655.                 --$context['loop']['revindex'];
  656.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  657.             }
  658.         }
  659.         $_parent $context['_parent'];
  660.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['favorite'], $context['_parent'], $context['loop']);
  661.         $context array_intersect_key($context$_parent) + $_parent;
  662.         // line 56
  663.         echo "                            ";
  664.         
  665.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  666.         
  667.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  668.     }
  669.     public function getTemplateName()
  670.     {
  671.         return "@CmsContainer/Dashboard/index.html.twig";
  672.     }
  673.     public function isTraitable()
  674.     {
  675.         return false;
  676.     }
  677.     public function getDebugInfo()
  678.     {
  679.         return array (  732 => 56,  718 => 55,  716 => 49,  715 => 48,  714 => 42,  713 => 40,  712 => 39,  711 => 49,  710 => 48,  709 => 42,  708 => 40,  707 => 39,  705 => 36,  687 => 35,  677 => 34,  654 => 31,  432 => 58,  429 => 31,  419 => 30,  396 => 26,  172 => 169,  170 => 165,  166 => 163,  163 => 162,  160 => 137,  158 => 136,  155 => 135,  152 => 134,  149 => 100,  147 => 99,  144 => 98,  141 => 97,  138 => 63,  136 => 62,  133 => 61,  130 => 60,  127 => 26,  125 => 25,  119 => 21,  114 => 18,  103 => 14,  97 => 12,  95 => 11,  81 => 9,  77 => 8,  73 => 6,  71 => 5,  68 => 4,  58 => 3,  35 => 1,);
  680.     }
  681.     public function getSourceContext()
  682.     {
  683.         return new Source("{% extends '@ui/dashboards/default.html.twig' %}
  684. {% block content %}
  685.     {% if announcements|length > 0 %}
  686.         <div class=\"row\">
  687.             <div class=\"col-md-12\">
  688.                 {% for announcement in announcements %}
  689.                     <div class=\"system-alert {% if announcement.state in 'danger' %}system-alert--danger{% elseif announcement.state in 'warning' %}system-alert--warning{% elseif announcement.state in 'info' %}system-alert--info{% else %}system-alert--success{% endif %}\">
  690.                         <div class=\"system-alert__body\">
  691.                             {% if not (announcement.title starts with 'hideme') %}
  692.                             <h4 class=\"system-alert__heading\">{{ announcement.title }}</h4>
  693.                             {% endif %}
  694.                             <div class=\"system-alert__desc\">{{ announcement.description|raw }}</div>
  695.                         </div>
  696.                     </div>
  697.                 {% endfor %}
  698.             </div>
  699.         </div>
  700.     {% endif %}
  701.     <div class=\"row\">
  702.         <div class=\"col-md-8\">
  703.             {% if favorites|length > 0 %}
  704.                 {% embed '@ui/common/panels/default.html.twig' with {
  705.                     title: 'Favorites',
  706.                     collapsible: true
  707.                 } %}
  708.                     {% block body %}
  709.                         {% embed '@ui/common/lists/modules.html.twig' with {
  710.                             classes: 'module-list--dash-depts',
  711.                         } %}
  712.                             {% block items %}
  713.                                 {% for favorite in favorites %}
  714.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  715.                                         title: '<a href=\"%s\">%s</a>'|format(
  716.                                             containerUrl(
  717.                                                 favorite,
  718.                                                 app.user.uid.toString()
  719.                                             ),
  720.                                             favorite.name|escape
  721.                                         ),
  722.                                         actions: [
  723.                                             {
  724.                                                 text: 'Manage',
  725.                                                 icon: 'icon icon-lined-folder-front-b',
  726.                                                 link: path(routes.container__view, {
  727.                                                     containerId: favorite.id
  728.                                                 }),
  729.                                                 classes: 'actions-li__link--borderless',
  730.                                             },
  731.                                         ],
  732.                                     } %}{% endembed %}
  733.                                 {% endfor %}
  734.                             {% endblock %}
  735.                         {% endembed %}
  736.                     {% endblock %}
  737.                 {% endembed %}
  738.             {% endif %}
  739.             {% if personalSites|length > 0 %}
  740.                 {% embed '@ui/common/panels/default.html.twig' with {
  741.                     title: 'Teacher Websites',
  742.                     collapsible: true
  743.                 } %}
  744.                     {% block body %}
  745.                         {% embed '@ui/common/lists/modules.html.twig' with {
  746.                             classes: 'module-list--dash-depts',
  747.                         } %}
  748.                             {% block items %}
  749.                                 {% for site in personalSites %}
  750.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  751.                                         title: '<a href=\"%s\">%s</a>'|format(
  752.                                             containerUrl(
  753.                                                 site,
  754.                                                 app.user.uid.toString()
  755.                                             ),
  756.                                             site.name|escape
  757.                                         ),
  758.                                         actions: [
  759.                                             {
  760.                                                 text: 'Manage',
  761.                                                 icon: 'icon icon-lined-folder-front-b',
  762.                                                 link: path(routes.container__view, {
  763.                                                     containerId: site.id
  764.                                                 }),
  765.                                                 classes: 'actions-li__link--borderless',
  766.                                             },
  767.                                         ],
  768.                                     } %}{% endembed %}
  769.                                 {% endfor %}
  770.                             {% endblock %}
  771.                         {% endembed %}
  772.                     {% endblock %}
  773.                 {% endembed %}
  774.             {% endif %}
  775.             {% if sites|length > 0 %}
  776.                 {% embed '@ui/common/panels/default.html.twig' with {
  777.                     title: 'Websites',
  778.                     collapsible: true
  779.                 } %}
  780.                     {% block body %}
  781.                         {% embed '@ui/common/lists/modules.html.twig' with {
  782.                             classes: 'module-list--dash-depts',
  783.                         } %}
  784.                             {% block items %}
  785.                                 {% for site in sites %}
  786.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  787.                                         title: '<a href=\"%s\">%s</a>'|format(
  788.                                             containerUrl(
  789.                                                 site,
  790.                                                 app.user.uid.toString()
  791.                                             ),
  792.                                             site.name|escape
  793.                                         ),
  794.                                         actions: [
  795.                                             {
  796.                                                 text: 'Manage',
  797.                                                 icon: 'icon icon-lined-folder-front-b',
  798.                                                 link: path(routes.container__view, {
  799.                                                     containerId: site.id
  800.                                                 }),
  801.                                                 classes: 'actions-li__link--borderless',
  802.                                             },
  803.                                         ],
  804.                                     } %}{% endembed %}
  805.                                 {% endfor %}
  806.                             {% endblock %}
  807.                         {% endembed %}
  808.                     {% endblock %}
  809.                 {% endembed %}
  810.             {% endif %}
  811.             {% if intranets|length > 0 %}
  812.                 {% embed '@ui/common/panels/default.html.twig' with {
  813.                     title: 'Intranets',
  814.                     collapsible: true
  815.                 } %}
  816.                     {% block body %}
  817.                         {% embed '@ui/common/lists/modules.html.twig' with {
  818.                             classes: 'module-list--dash-depts',
  819.                         } %}
  820.                             {% block items %}
  821.                                 {% for intranet in intranets %}
  822.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  823.                                         title: '<a href=\"%s\">%s</a>'|format(
  824.                                             containerUrl(
  825.                                                 intranet,
  826.                                                 app.user.uid.toString()
  827.                                             ),
  828.                                             intranet.name|escape
  829.                                         ),
  830.                                         actions: [],
  831.                                     } %}{% endembed %}
  832.                                 {% endfor %}
  833.                             {% endblock %}
  834.                         {% endembed %}
  835.                     {% endblock %}
  836.                 {% endembed %}
  837.             {% endif %}
  838.         </div>
  839.         <div class=\"col-md-4\">
  840.             {% include '@PlatformMarketing/Dashboard/Default/includes/hubspot_frame.html.twig' with {
  841.                 src: 'https://617533.hs-sites.com/website-cms-right-panel',
  842.                 autoHeight: true
  843.             } %}
  844.         </div>
  845.     </div>
  846. {% endblock %}
  847. ""@CmsContainer/Dashboard/index.html.twig""/var/www/campussuite/src/Cms/ContainerBundle/Resources/views/Dashboard/index.html.twig");
  848.     }
  849. }
  850. /* @CmsContainer/Dashboard/index.html.twig */
  851. class __TwigTemplate_e253b24373b756755f68566405e728db___1048389992 extends \Twig\Template
  852. {
  853.     private $source;
  854.     private $macros = [];
  855.     public function __construct(Environment $env)
  856.     {
  857.         parent::__construct($env);
  858.         $this->source $this->getSourceContext();
  859.         $this->blocks = [
  860.         ];
  861.     }
  862.     protected function doGetParent(array $context)
  863.     {
  864.         // line 36
  865.         return "@ui/common/lists/items/modules.html.twig";
  866.     }
  867.     protected function doDisplay(array $context, array $blocks = [])
  868.     {
  869.         $macros $this->macros;
  870.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  871.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  872.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  873.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  874.         $this->parent $this->loadTemplate("@ui/common/lists/items/modules.html.twig""@CmsContainer/Dashboard/index.html.twig"36);
  875.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  876.         
  877.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  878.         
  879.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  880.     }
  881.     public function getTemplateName()
  882.     {
  883.         return "@CmsContainer/Dashboard/index.html.twig";
  884.     }
  885.     public function isTraitable()
  886.     {
  887.         return false;
  888.     }
  889.     public function getDebugInfo()
  890.     {
  891.         return array (  953 => 36,  732 => 56,  718 => 55,  716 => 49,  715 => 48,  714 => 42,  713 => 40,  712 => 39,  711 => 49,  710 => 48,  709 => 42,  708 => 40,  707 => 39,  705 => 36,  687 => 35,  677 => 34,  654 => 31,  432 => 58,  429 => 31,  419 => 30,  396 => 26,  172 => 169,  170 => 165,  166 => 163,  163 => 162,  160 => 137,  158 => 136,  155 => 135,  152 => 134,  149 => 100,  147 => 99,  144 => 98,  141 => 97,  138 => 63,  136 => 62,  133 => 61,  130 => 60,  127 => 26,  125 => 25,  119 => 21,  114 => 18,  103 => 14,  97 => 12,  95 => 11,  81 => 9,  77 => 8,  73 => 6,  71 => 5,  68 => 4,  58 => 3,  35 => 1,);
  892.     }
  893.     public function getSourceContext()
  894.     {
  895.         return new Source("{% extends '@ui/dashboards/default.html.twig' %}
  896. {% block content %}
  897.     {% if announcements|length > 0 %}
  898.         <div class=\"row\">
  899.             <div class=\"col-md-12\">
  900.                 {% for announcement in announcements %}
  901.                     <div class=\"system-alert {% if announcement.state in 'danger' %}system-alert--danger{% elseif announcement.state in 'warning' %}system-alert--warning{% elseif announcement.state in 'info' %}system-alert--info{% else %}system-alert--success{% endif %}\">
  902.                         <div class=\"system-alert__body\">
  903.                             {% if not (announcement.title starts with 'hideme') %}
  904.                             <h4 class=\"system-alert__heading\">{{ announcement.title }}</h4>
  905.                             {% endif %}
  906.                             <div class=\"system-alert__desc\">{{ announcement.description|raw }}</div>
  907.                         </div>
  908.                     </div>
  909.                 {% endfor %}
  910.             </div>
  911.         </div>
  912.     {% endif %}
  913.     <div class=\"row\">
  914.         <div class=\"col-md-8\">
  915.             {% if favorites|length > 0 %}
  916.                 {% embed '@ui/common/panels/default.html.twig' with {
  917.                     title: 'Favorites',
  918.                     collapsible: true
  919.                 } %}
  920.                     {% block body %}
  921.                         {% embed '@ui/common/lists/modules.html.twig' with {
  922.                             classes: 'module-list--dash-depts',
  923.                         } %}
  924.                             {% block items %}
  925.                                 {% for favorite in favorites %}
  926.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  927.                                         title: '<a href=\"%s\">%s</a>'|format(
  928.                                             containerUrl(
  929.                                                 favorite,
  930.                                                 app.user.uid.toString()
  931.                                             ),
  932.                                             favorite.name|escape
  933.                                         ),
  934.                                         actions: [
  935.                                             {
  936.                                                 text: 'Manage',
  937.                                                 icon: 'icon icon-lined-folder-front-b',
  938.                                                 link: path(routes.container__view, {
  939.                                                     containerId: favorite.id
  940.                                                 }),
  941.                                                 classes: 'actions-li__link--borderless',
  942.                                             },
  943.                                         ],
  944.                                     } %}{% endembed %}
  945.                                 {% endfor %}
  946.                             {% endblock %}
  947.                         {% endembed %}
  948.                     {% endblock %}
  949.                 {% endembed %}
  950.             {% endif %}
  951.             {% if personalSites|length > 0 %}
  952.                 {% embed '@ui/common/panels/default.html.twig' with {
  953.                     title: 'Teacher Websites',
  954.                     collapsible: true
  955.                 } %}
  956.                     {% block body %}
  957.                         {% embed '@ui/common/lists/modules.html.twig' with {
  958.                             classes: 'module-list--dash-depts',
  959.                         } %}
  960.                             {% block items %}
  961.                                 {% for site in personalSites %}
  962.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  963.                                         title: '<a href=\"%s\">%s</a>'|format(
  964.                                             containerUrl(
  965.                                                 site,
  966.                                                 app.user.uid.toString()
  967.                                             ),
  968.                                             site.name|escape
  969.                                         ),
  970.                                         actions: [
  971.                                             {
  972.                                                 text: 'Manage',
  973.                                                 icon: 'icon icon-lined-folder-front-b',
  974.                                                 link: path(routes.container__view, {
  975.                                                     containerId: site.id
  976.                                                 }),
  977.                                                 classes: 'actions-li__link--borderless',
  978.                                             },
  979.                                         ],
  980.                                     } %}{% endembed %}
  981.                                 {% endfor %}
  982.                             {% endblock %}
  983.                         {% endembed %}
  984.                     {% endblock %}
  985.                 {% endembed %}
  986.             {% endif %}
  987.             {% if sites|length > 0 %}
  988.                 {% embed '@ui/common/panels/default.html.twig' with {
  989.                     title: 'Websites',
  990.                     collapsible: true
  991.                 } %}
  992.                     {% block body %}
  993.                         {% embed '@ui/common/lists/modules.html.twig' with {
  994.                             classes: 'module-list--dash-depts',
  995.                         } %}
  996.                             {% block items %}
  997.                                 {% for site in sites %}
  998.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  999.                                         title: '<a href=\"%s\">%s</a>'|format(
  1000.                                             containerUrl(
  1001.                                                 site,
  1002.                                                 app.user.uid.toString()
  1003.                                             ),
  1004.                                             site.name|escape
  1005.                                         ),
  1006.                                         actions: [
  1007.                                             {
  1008.                                                 text: 'Manage',
  1009.                                                 icon: 'icon icon-lined-folder-front-b',
  1010.                                                 link: path(routes.container__view, {
  1011.                                                     containerId: site.id
  1012.                                                 }),
  1013.                                                 classes: 'actions-li__link--borderless',
  1014.                                             },
  1015.                                         ],
  1016.                                     } %}{% endembed %}
  1017.                                 {% endfor %}
  1018.                             {% endblock %}
  1019.                         {% endembed %}
  1020.                     {% endblock %}
  1021.                 {% endembed %}
  1022.             {% endif %}
  1023.             {% if intranets|length > 0 %}
  1024.                 {% embed '@ui/common/panels/default.html.twig' with {
  1025.                     title: 'Intranets',
  1026.                     collapsible: true
  1027.                 } %}
  1028.                     {% block body %}
  1029.                         {% embed '@ui/common/lists/modules.html.twig' with {
  1030.                             classes: 'module-list--dash-depts',
  1031.                         } %}
  1032.                             {% block items %}
  1033.                                 {% for intranet in intranets %}
  1034.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  1035.                                         title: '<a href=\"%s\">%s</a>'|format(
  1036.                                             containerUrl(
  1037.                                                 intranet,
  1038.                                                 app.user.uid.toString()
  1039.                                             ),
  1040.                                             intranet.name|escape
  1041.                                         ),
  1042.                                         actions: [],
  1043.                                     } %}{% endembed %}
  1044.                                 {% endfor %}
  1045.                             {% endblock %}
  1046.                         {% endembed %}
  1047.                     {% endblock %}
  1048.                 {% endembed %}
  1049.             {% endif %}
  1050.         </div>
  1051.         <div class=\"col-md-4\">
  1052.             {% include '@PlatformMarketing/Dashboard/Default/includes/hubspot_frame.html.twig' with {
  1053.                 src: 'https://617533.hs-sites.com/website-cms-right-panel',
  1054.                 autoHeight: true
  1055.             } %}
  1056.         </div>
  1057.     </div>
  1058. {% endblock %}
  1059. ""@CmsContainer/Dashboard/index.html.twig""/var/www/campussuite/src/Cms/ContainerBundle/Resources/views/Dashboard/index.html.twig");
  1060.     }
  1061. }
  1062. /* @CmsContainer/Dashboard/index.html.twig */
  1063. class __TwigTemplate_e253b24373b756755f68566405e728db___1742870780 extends \Twig\Template
  1064. {
  1065.     private $source;
  1066.     private $macros = [];
  1067.     public function __construct(Environment $env)
  1068.     {
  1069.         parent::__construct($env);
  1070.         $this->source $this->getSourceContext();
  1071.         $this->blocks = [
  1072.             'body' => [$this'block_body'],
  1073.         ];
  1074.     }
  1075.     protected function doGetParent(array $context)
  1076.     {
  1077.         // line 63
  1078.         return "@ui/common/panels/default.html.twig";
  1079.     }
  1080.     protected function doDisplay(array $context, array $blocks = [])
  1081.     {
  1082.         $macros $this->macros;
  1083.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1084.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  1085.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1086.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  1087.         $this->parent $this->loadTemplate("@ui/common/panels/default.html.twig""@CmsContainer/Dashboard/index.html.twig"63);
  1088.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  1089.         
  1090.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1091.         
  1092.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1093.     }
  1094.     // line 67
  1095.     public function block_body($context, array $blocks = [])
  1096.     {
  1097.         $macros $this->macros;
  1098.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1099.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  1100.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1101.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  1102.         // line 68
  1103.         echo "                        ";
  1104.         $this->loadTemplate("@CmsContainer/Dashboard/index.html.twig""@CmsContainer/Dashboard/index.html.twig"68"1648239942")->display(twig_array_merge(twig_array_merge($context, ["classes" => "module-list--dash-depts"]), ['_args' => twig_to_array(["classes" => "module-list--dash-depts"])]));
  1105.         // line 95
  1106.         echo "                    ";
  1107.         
  1108.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1109.         
  1110.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1111.     }
  1112.     public function getTemplateName()
  1113.     {
  1114.         return "@CmsContainer/Dashboard/index.html.twig";
  1115.     }
  1116.     public function isTraitable()
  1117.     {
  1118.         return false;
  1119.     }
  1120.     public function getDebugInfo()
  1121.     {
  1122.         return array (  1224 => 95,  1221 => 68,  1211 => 67,  1188 => 63,  953 => 36,  732 => 56,  718 => 55,  716 => 49,  715 => 48,  714 => 42,  713 => 40,  712 => 39,  711 => 49,  710 => 48,  709 => 42,  708 => 40,  707 => 39,  705 => 36,  687 => 35,  677 => 34,  654 => 31,  432 => 58,  429 => 31,  419 => 30,  396 => 26,  172 => 169,  170 => 165,  166 => 163,  163 => 162,  160 => 137,  158 => 136,  155 => 135,  152 => 134,  149 => 100,  147 => 99,  144 => 98,  141 => 97,  138 => 63,  136 => 62,  133 => 61,  130 => 60,  127 => 26,  125 => 25,  119 => 21,  114 => 18,  103 => 14,  97 => 12,  95 => 11,  81 => 9,  77 => 8,  73 => 6,  71 => 5,  68 => 4,  58 => 3,  35 => 1,);
  1123.     }
  1124.     public function getSourceContext()
  1125.     {
  1126.         return new Source("{% extends '@ui/dashboards/default.html.twig' %}
  1127. {% block content %}
  1128.     {% if announcements|length > 0 %}
  1129.         <div class=\"row\">
  1130.             <div class=\"col-md-12\">
  1131.                 {% for announcement in announcements %}
  1132.                     <div class=\"system-alert {% if announcement.state in 'danger' %}system-alert--danger{% elseif announcement.state in 'warning' %}system-alert--warning{% elseif announcement.state in 'info' %}system-alert--info{% else %}system-alert--success{% endif %}\">
  1133.                         <div class=\"system-alert__body\">
  1134.                             {% if not (announcement.title starts with 'hideme') %}
  1135.                             <h4 class=\"system-alert__heading\">{{ announcement.title }}</h4>
  1136.                             {% endif %}
  1137.                             <div class=\"system-alert__desc\">{{ announcement.description|raw }}</div>
  1138.                         </div>
  1139.                     </div>
  1140.                 {% endfor %}
  1141.             </div>
  1142.         </div>
  1143.     {% endif %}
  1144.     <div class=\"row\">
  1145.         <div class=\"col-md-8\">
  1146.             {% if favorites|length > 0 %}
  1147.                 {% embed '@ui/common/panels/default.html.twig' with {
  1148.                     title: 'Favorites',
  1149.                     collapsible: true
  1150.                 } %}
  1151.                     {% block body %}
  1152.                         {% embed '@ui/common/lists/modules.html.twig' with {
  1153.                             classes: 'module-list--dash-depts',
  1154.                         } %}
  1155.                             {% block items %}
  1156.                                 {% for favorite in favorites %}
  1157.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  1158.                                         title: '<a href=\"%s\">%s</a>'|format(
  1159.                                             containerUrl(
  1160.                                                 favorite,
  1161.                                                 app.user.uid.toString()
  1162.                                             ),
  1163.                                             favorite.name|escape
  1164.                                         ),
  1165.                                         actions: [
  1166.                                             {
  1167.                                                 text: 'Manage',
  1168.                                                 icon: 'icon icon-lined-folder-front-b',
  1169.                                                 link: path(routes.container__view, {
  1170.                                                     containerId: favorite.id
  1171.                                                 }),
  1172.                                                 classes: 'actions-li__link--borderless',
  1173.                                             },
  1174.                                         ],
  1175.                                     } %}{% endembed %}
  1176.                                 {% endfor %}
  1177.                             {% endblock %}
  1178.                         {% endembed %}
  1179.                     {% endblock %}
  1180.                 {% endembed %}
  1181.             {% endif %}
  1182.             {% if personalSites|length > 0 %}
  1183.                 {% embed '@ui/common/panels/default.html.twig' with {
  1184.                     title: 'Teacher Websites',
  1185.                     collapsible: true
  1186.                 } %}
  1187.                     {% block body %}
  1188.                         {% embed '@ui/common/lists/modules.html.twig' with {
  1189.                             classes: 'module-list--dash-depts',
  1190.                         } %}
  1191.                             {% block items %}
  1192.                                 {% for site in personalSites %}
  1193.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  1194.                                         title: '<a href=\"%s\">%s</a>'|format(
  1195.                                             containerUrl(
  1196.                                                 site,
  1197.                                                 app.user.uid.toString()
  1198.                                             ),
  1199.                                             site.name|escape
  1200.                                         ),
  1201.                                         actions: [
  1202.                                             {
  1203.                                                 text: 'Manage',
  1204.                                                 icon: 'icon icon-lined-folder-front-b',
  1205.                                                 link: path(routes.container__view, {
  1206.                                                     containerId: site.id
  1207.                                                 }),
  1208.                                                 classes: 'actions-li__link--borderless',
  1209.                                             },
  1210.                                         ],
  1211.                                     } %}{% endembed %}
  1212.                                 {% endfor %}
  1213.                             {% endblock %}
  1214.                         {% endembed %}
  1215.                     {% endblock %}
  1216.                 {% endembed %}
  1217.             {% endif %}
  1218.             {% if sites|length > 0 %}
  1219.                 {% embed '@ui/common/panels/default.html.twig' with {
  1220.                     title: 'Websites',
  1221.                     collapsible: true
  1222.                 } %}
  1223.                     {% block body %}
  1224.                         {% embed '@ui/common/lists/modules.html.twig' with {
  1225.                             classes: 'module-list--dash-depts',
  1226.                         } %}
  1227.                             {% block items %}
  1228.                                 {% for site in sites %}
  1229.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  1230.                                         title: '<a href=\"%s\">%s</a>'|format(
  1231.                                             containerUrl(
  1232.                                                 site,
  1233.                                                 app.user.uid.toString()
  1234.                                             ),
  1235.                                             site.name|escape
  1236.                                         ),
  1237.                                         actions: [
  1238.                                             {
  1239.                                                 text: 'Manage',
  1240.                                                 icon: 'icon icon-lined-folder-front-b',
  1241.                                                 link: path(routes.container__view, {
  1242.                                                     containerId: site.id
  1243.                                                 }),
  1244.                                                 classes: 'actions-li__link--borderless',
  1245.                                             },
  1246.                                         ],
  1247.                                     } %}{% endembed %}
  1248.                                 {% endfor %}
  1249.                             {% endblock %}
  1250.                         {% endembed %}
  1251.                     {% endblock %}
  1252.                 {% endembed %}
  1253.             {% endif %}
  1254.             {% if intranets|length > 0 %}
  1255.                 {% embed '@ui/common/panels/default.html.twig' with {
  1256.                     title: 'Intranets',
  1257.                     collapsible: true
  1258.                 } %}
  1259.                     {% block body %}
  1260.                         {% embed '@ui/common/lists/modules.html.twig' with {
  1261.                             classes: 'module-list--dash-depts',
  1262.                         } %}
  1263.                             {% block items %}
  1264.                                 {% for intranet in intranets %}
  1265.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  1266.                                         title: '<a href=\"%s\">%s</a>'|format(
  1267.                                             containerUrl(
  1268.                                                 intranet,
  1269.                                                 app.user.uid.toString()
  1270.                                             ),
  1271.                                             intranet.name|escape
  1272.                                         ),
  1273.                                         actions: [],
  1274.                                     } %}{% endembed %}
  1275.                                 {% endfor %}
  1276.                             {% endblock %}
  1277.                         {% endembed %}
  1278.                     {% endblock %}
  1279.                 {% endembed %}
  1280.             {% endif %}
  1281.         </div>
  1282.         <div class=\"col-md-4\">
  1283.             {% include '@PlatformMarketing/Dashboard/Default/includes/hubspot_frame.html.twig' with {
  1284.                 src: 'https://617533.hs-sites.com/website-cms-right-panel',
  1285.                 autoHeight: true
  1286.             } %}
  1287.         </div>
  1288.     </div>
  1289. {% endblock %}
  1290. ""@CmsContainer/Dashboard/index.html.twig""/var/www/campussuite/src/Cms/ContainerBundle/Resources/views/Dashboard/index.html.twig");
  1291.     }
  1292. }
  1293. /* @CmsContainer/Dashboard/index.html.twig */
  1294. class __TwigTemplate_e253b24373b756755f68566405e728db___1648239942 extends \Twig\Template
  1295. {
  1296.     private $source;
  1297.     private $macros = [];
  1298.     public function __construct(Environment $env)
  1299.     {
  1300.         parent::__construct($env);
  1301.         $this->source $this->getSourceContext();
  1302.         $this->blocks = [
  1303.             'items' => [$this'block_items'],
  1304.         ];
  1305.     }
  1306.     protected function doGetParent(array $context)
  1307.     {
  1308.         // line 68
  1309.         return "@ui/common/lists/modules.html.twig";
  1310.     }
  1311.     protected function doDisplay(array $context, array $blocks = [])
  1312.     {
  1313.         $macros $this->macros;
  1314.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1315.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  1316.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1317.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  1318.         $this->parent $this->loadTemplate("@ui/common/lists/modules.html.twig""@CmsContainer/Dashboard/index.html.twig"68);
  1319.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  1320.         
  1321.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1322.         
  1323.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1324.     }
  1325.     // line 71
  1326.     public function block_items($context, array $blocks = [])
  1327.     {
  1328.         $macros $this->macros;
  1329.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1330.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""items"));
  1331.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1332.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""items"));
  1333.         // line 72
  1334.         echo "                                ";
  1335.         $context['_parent'] = $context;
  1336.         $context['_seq'] = twig_ensure_traversable((isset($context["personalSites"]) || array_key_exists("personalSites"$context) ? $context["personalSites"] : (function () { throw new RuntimeError('Variable "personalSites" does not exist.'72$this->source); })()));
  1337.         $context['loop'] = [
  1338.           'parent' => $context['_parent'],
  1339.           'index0' => 0,
  1340.           'index'  => 1,
  1341.           'first'  => true,
  1342.         ];
  1343.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  1344.             $length count($context['_seq']);
  1345.             $context['loop']['revindex0'] = $length 1;
  1346.             $context['loop']['revindex'] = $length;
  1347.             $context['loop']['length'] = $length;
  1348.             $context['loop']['last'] = === $length;
  1349.         }
  1350.         foreach ($context['_seq'] as $context["_key"] => $context["site"]) {
  1351.             // line 73
  1352.             echo "                                    ";
  1353.             $this->loadTemplate("@CmsContainer/Dashboard/index.html.twig""@CmsContainer/Dashboard/index.html.twig"73"1352329031")->display(twig_array_merge(twig_array_merge($context, ["title" => twig_sprintf("<a href=\"%s\">%s</a>"$this->extensions['Cms\ContainerBundle\Twig\ContainerRouteExtension']->functionContainerUrl(            // line 76
  1354. $context["site"], twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,             // line 77
  1355. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'77$this->source); })()), "user", [], "any"falsefalsefalse77), "uid", [], "any"falsefalsefalse77), "toString", [], "method"falsefalsefalse77)), twig_escape_filter($this->envtwig_get_attribute($this->env$this->source,             // line 79
  1356. $context["site"], "name", [], "any"falsefalsefalse79))), "actions" => [=> ["text" => "Manage""icon" => "icon icon-lined-folder-front-b""link" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->source,             // line 85
  1357. (isset($context["routes"]) || array_key_exists("routes"$context) ? $context["routes"] : (function () { throw new RuntimeError('Variable "routes" does not exist.'85$this->source); })()), "container__view", [], "any"falsefalsefalse85), ["containerId" => twig_get_attribute($this->env$this->source,             // line 86
  1358. $context["site"], "id", [], "any"falsefalsefalse86)]), "classes" => "actions-li__link--borderless"]]]), ['_args' => twig_to_array(["title" => twig_sprintf("<a href=\"%s\">%s</a>"$this->extensions['Cms\ContainerBundle\Twig\ContainerRouteExtension']->functionContainerUrl(            // line 76
  1359. $context["site"], twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,             // line 77
  1360. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'77$this->source); })()), "user", [], "any"falsefalsefalse77), "uid", [], "any"falsefalsefalse77), "toString", [], "method"falsefalsefalse77)), twig_escape_filter($this->envtwig_get_attribute($this->env$this->source,             // line 79
  1361. $context["site"], "name", [], "any"falsefalsefalse79))), "actions" => [=> ["text" => "Manage""icon" => "icon icon-lined-folder-front-b""link" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->source,             // line 85
  1362. (isset($context["routes"]) || array_key_exists("routes"$context) ? $context["routes"] : (function () { throw new RuntimeError('Variable "routes" does not exist.'85$this->source); })()), "container__view", [], "any"falsefalsefalse85), ["containerId" => twig_get_attribute($this->env$this->source,             // line 86
  1363. $context["site"], "id", [], "any"falsefalsefalse86)]), "classes" => "actions-li__link--borderless"]]])]));
  1364.             // line 92
  1365.             echo "                                ";
  1366.             ++$context['loop']['index0'];
  1367.             ++$context['loop']['index'];
  1368.             $context['loop']['first'] = false;
  1369.             if (isset($context['loop']['length'])) {
  1370.                 --$context['loop']['revindex0'];
  1371.                 --$context['loop']['revindex'];
  1372.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  1373.             }
  1374.         }
  1375.         $_parent $context['_parent'];
  1376.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['site'], $context['_parent'], $context['loop']);
  1377.         $context array_intersect_key($context$_parent) + $_parent;
  1378.         // line 93
  1379.         echo "                            ";
  1380.         
  1381.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1382.         
  1383.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1384.     }
  1385.     public function getTemplateName()
  1386.     {
  1387.         return "@CmsContainer/Dashboard/index.html.twig";
  1388.     }
  1389.     public function isTraitable()
  1390.     {
  1391.         return false;
  1392.     }
  1393.     public function getDebugInfo()
  1394.     {
  1395.         return array (  1524 => 93,  1510 => 92,  1508 => 86,  1507 => 85,  1506 => 79,  1505 => 77,  1504 => 76,  1503 => 86,  1502 => 85,  1501 => 79,  1500 => 77,  1499 => 76,  1497 => 73,  1479 => 72,  1469 => 71,  1446 => 68,  1224 => 95,  1221 => 68,  1211 => 67,  1188 => 63,  953 => 36,  732 => 56,  718 => 55,  716 => 49,  715 => 48,  714 => 42,  713 => 40,  712 => 39,  711 => 49,  710 => 48,  709 => 42,  708 => 40,  707 => 39,  705 => 36,  687 => 35,  677 => 34,  654 => 31,  432 => 58,  429 => 31,  419 => 30,  396 => 26,  172 => 169,  170 => 165,  166 => 163,  163 => 162,  160 => 137,  158 => 136,  155 => 135,  152 => 134,  149 => 100,  147 => 99,  144 => 98,  141 => 97,  138 => 63,  136 => 62,  133 => 61,  130 => 60,  127 => 26,  125 => 25,  119 => 21,  114 => 18,  103 => 14,  97 => 12,  95 => 11,  81 => 9,  77 => 8,  73 => 6,  71 => 5,  68 => 4,  58 => 3,  35 => 1,);
  1396.     }
  1397.     public function getSourceContext()
  1398.     {
  1399.         return new Source("{% extends '@ui/dashboards/default.html.twig' %}
  1400. {% block content %}
  1401.     {% if announcements|length > 0 %}
  1402.         <div class=\"row\">
  1403.             <div class=\"col-md-12\">
  1404.                 {% for announcement in announcements %}
  1405.                     <div class=\"system-alert {% if announcement.state in 'danger' %}system-alert--danger{% elseif announcement.state in 'warning' %}system-alert--warning{% elseif announcement.state in 'info' %}system-alert--info{% else %}system-alert--success{% endif %}\">
  1406.                         <div class=\"system-alert__body\">
  1407.                             {% if not (announcement.title starts with 'hideme') %}
  1408.                             <h4 class=\"system-alert__heading\">{{ announcement.title }}</h4>
  1409.                             {% endif %}
  1410.                             <div class=\"system-alert__desc\">{{ announcement.description|raw }}</div>
  1411.                         </div>
  1412.                     </div>
  1413.                 {% endfor %}
  1414.             </div>
  1415.         </div>
  1416.     {% endif %}
  1417.     <div class=\"row\">
  1418.         <div class=\"col-md-8\">
  1419.             {% if favorites|length > 0 %}
  1420.                 {% embed '@ui/common/panels/default.html.twig' with {
  1421.                     title: 'Favorites',
  1422.                     collapsible: true
  1423.                 } %}
  1424.                     {% block body %}
  1425.                         {% embed '@ui/common/lists/modules.html.twig' with {
  1426.                             classes: 'module-list--dash-depts',
  1427.                         } %}
  1428.                             {% block items %}
  1429.                                 {% for favorite in favorites %}
  1430.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  1431.                                         title: '<a href=\"%s\">%s</a>'|format(
  1432.                                             containerUrl(
  1433.                                                 favorite,
  1434.                                                 app.user.uid.toString()
  1435.                                             ),
  1436.                                             favorite.name|escape
  1437.                                         ),
  1438.                                         actions: [
  1439.                                             {
  1440.                                                 text: 'Manage',
  1441.                                                 icon: 'icon icon-lined-folder-front-b',
  1442.                                                 link: path(routes.container__view, {
  1443.                                                     containerId: favorite.id
  1444.                                                 }),
  1445.                                                 classes: 'actions-li__link--borderless',
  1446.                                             },
  1447.                                         ],
  1448.                                     } %}{% endembed %}
  1449.                                 {% endfor %}
  1450.                             {% endblock %}
  1451.                         {% endembed %}
  1452.                     {% endblock %}
  1453.                 {% endembed %}
  1454.             {% endif %}
  1455.             {% if personalSites|length > 0 %}
  1456.                 {% embed '@ui/common/panels/default.html.twig' with {
  1457.                     title: 'Teacher Websites',
  1458.                     collapsible: true
  1459.                 } %}
  1460.                     {% block body %}
  1461.                         {% embed '@ui/common/lists/modules.html.twig' with {
  1462.                             classes: 'module-list--dash-depts',
  1463.                         } %}
  1464.                             {% block items %}
  1465.                                 {% for site in personalSites %}
  1466.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  1467.                                         title: '<a href=\"%s\">%s</a>'|format(
  1468.                                             containerUrl(
  1469.                                                 site,
  1470.                                                 app.user.uid.toString()
  1471.                                             ),
  1472.                                             site.name|escape
  1473.                                         ),
  1474.                                         actions: [
  1475.                                             {
  1476.                                                 text: 'Manage',
  1477.                                                 icon: 'icon icon-lined-folder-front-b',
  1478.                                                 link: path(routes.container__view, {
  1479.                                                     containerId: site.id
  1480.                                                 }),
  1481.                                                 classes: 'actions-li__link--borderless',
  1482.                                             },
  1483.                                         ],
  1484.                                     } %}{% endembed %}
  1485.                                 {% endfor %}
  1486.                             {% endblock %}
  1487.                         {% endembed %}
  1488.                     {% endblock %}
  1489.                 {% endembed %}
  1490.             {% endif %}
  1491.             {% if sites|length > 0 %}
  1492.                 {% embed '@ui/common/panels/default.html.twig' with {
  1493.                     title: 'Websites',
  1494.                     collapsible: true
  1495.                 } %}
  1496.                     {% block body %}
  1497.                         {% embed '@ui/common/lists/modules.html.twig' with {
  1498.                             classes: 'module-list--dash-depts',
  1499.                         } %}
  1500.                             {% block items %}
  1501.                                 {% for site in sites %}
  1502.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  1503.                                         title: '<a href=\"%s\">%s</a>'|format(
  1504.                                             containerUrl(
  1505.                                                 site,
  1506.                                                 app.user.uid.toString()
  1507.                                             ),
  1508.                                             site.name|escape
  1509.                                         ),
  1510.                                         actions: [
  1511.                                             {
  1512.                                                 text: 'Manage',
  1513.                                                 icon: 'icon icon-lined-folder-front-b',
  1514.                                                 link: path(routes.container__view, {
  1515.                                                     containerId: site.id
  1516.                                                 }),
  1517.                                                 classes: 'actions-li__link--borderless',
  1518.                                             },
  1519.                                         ],
  1520.                                     } %}{% endembed %}
  1521.                                 {% endfor %}
  1522.                             {% endblock %}
  1523.                         {% endembed %}
  1524.                     {% endblock %}
  1525.                 {% endembed %}
  1526.             {% endif %}
  1527.             {% if intranets|length > 0 %}
  1528.                 {% embed '@ui/common/panels/default.html.twig' with {
  1529.                     title: 'Intranets',
  1530.                     collapsible: true
  1531.                 } %}
  1532.                     {% block body %}
  1533.                         {% embed '@ui/common/lists/modules.html.twig' with {
  1534.                             classes: 'module-list--dash-depts',
  1535.                         } %}
  1536.                             {% block items %}
  1537.                                 {% for intranet in intranets %}
  1538.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  1539.                                         title: '<a href=\"%s\">%s</a>'|format(
  1540.                                             containerUrl(
  1541.                                                 intranet,
  1542.                                                 app.user.uid.toString()
  1543.                                             ),
  1544.                                             intranet.name|escape
  1545.                                         ),
  1546.                                         actions: [],
  1547.                                     } %}{% endembed %}
  1548.                                 {% endfor %}
  1549.                             {% endblock %}
  1550.                         {% endembed %}
  1551.                     {% endblock %}
  1552.                 {% endembed %}
  1553.             {% endif %}
  1554.         </div>
  1555.         <div class=\"col-md-4\">
  1556.             {% include '@PlatformMarketing/Dashboard/Default/includes/hubspot_frame.html.twig' with {
  1557.                 src: 'https://617533.hs-sites.com/website-cms-right-panel',
  1558.                 autoHeight: true
  1559.             } %}
  1560.         </div>
  1561.     </div>
  1562. {% endblock %}
  1563. ""@CmsContainer/Dashboard/index.html.twig""/var/www/campussuite/src/Cms/ContainerBundle/Resources/views/Dashboard/index.html.twig");
  1564.     }
  1565. }
  1566. /* @CmsContainer/Dashboard/index.html.twig */
  1567. class __TwigTemplate_e253b24373b756755f68566405e728db___1352329031 extends \Twig\Template
  1568. {
  1569.     private $source;
  1570.     private $macros = [];
  1571.     public function __construct(Environment $env)
  1572.     {
  1573.         parent::__construct($env);
  1574.         $this->source $this->getSourceContext();
  1575.         $this->blocks = [
  1576.         ];
  1577.     }
  1578.     protected function doGetParent(array $context)
  1579.     {
  1580.         // line 73
  1581.         return "@ui/common/lists/items/modules.html.twig";
  1582.     }
  1583.     protected function doDisplay(array $context, array $blocks = [])
  1584.     {
  1585.         $macros $this->macros;
  1586.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1587.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  1588.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1589.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  1590.         $this->parent $this->loadTemplate("@ui/common/lists/items/modules.html.twig""@CmsContainer/Dashboard/index.html.twig"73);
  1591.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  1592.         
  1593.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1594.         
  1595.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1596.     }
  1597.     public function getTemplateName()
  1598.     {
  1599.         return "@CmsContainer/Dashboard/index.html.twig";
  1600.     }
  1601.     public function isTraitable()
  1602.     {
  1603.         return false;
  1604.     }
  1605.     public function getDebugInfo()
  1606.     {
  1607.         return array (  1745 => 73,  1524 => 93,  1510 => 92,  1508 => 86,  1507 => 85,  1506 => 79,  1505 => 77,  1504 => 76,  1503 => 86,  1502 => 85,  1501 => 79,  1500 => 77,  1499 => 76,  1497 => 73,  1479 => 72,  1469 => 71,  1446 => 68,  1224 => 95,  1221 => 68,  1211 => 67,  1188 => 63,  953 => 36,  732 => 56,  718 => 55,  716 => 49,  715 => 48,  714 => 42,  713 => 40,  712 => 39,  711 => 49,  710 => 48,  709 => 42,  708 => 40,  707 => 39,  705 => 36,  687 => 35,  677 => 34,  654 => 31,  432 => 58,  429 => 31,  419 => 30,  396 => 26,  172 => 169,  170 => 165,  166 => 163,  163 => 162,  160 => 137,  158 => 136,  155 => 135,  152 => 134,  149 => 100,  147 => 99,  144 => 98,  141 => 97,  138 => 63,  136 => 62,  133 => 61,  130 => 60,  127 => 26,  125 => 25,  119 => 21,  114 => 18,  103 => 14,  97 => 12,  95 => 11,  81 => 9,  77 => 8,  73 => 6,  71 => 5,  68 => 4,  58 => 3,  35 => 1,);
  1608.     }
  1609.     public function getSourceContext()
  1610.     {
  1611.         return new Source("{% extends '@ui/dashboards/default.html.twig' %}
  1612. {% block content %}
  1613.     {% if announcements|length > 0 %}
  1614.         <div class=\"row\">
  1615.             <div class=\"col-md-12\">
  1616.                 {% for announcement in announcements %}
  1617.                     <div class=\"system-alert {% if announcement.state in 'danger' %}system-alert--danger{% elseif announcement.state in 'warning' %}system-alert--warning{% elseif announcement.state in 'info' %}system-alert--info{% else %}system-alert--success{% endif %}\">
  1618.                         <div class=\"system-alert__body\">
  1619.                             {% if not (announcement.title starts with 'hideme') %}
  1620.                             <h4 class=\"system-alert__heading\">{{ announcement.title }}</h4>
  1621.                             {% endif %}
  1622.                             <div class=\"system-alert__desc\">{{ announcement.description|raw }}</div>
  1623.                         </div>
  1624.                     </div>
  1625.                 {% endfor %}
  1626.             </div>
  1627.         </div>
  1628.     {% endif %}
  1629.     <div class=\"row\">
  1630.         <div class=\"col-md-8\">
  1631.             {% if favorites|length > 0 %}
  1632.                 {% embed '@ui/common/panels/default.html.twig' with {
  1633.                     title: 'Favorites',
  1634.                     collapsible: true
  1635.                 } %}
  1636.                     {% block body %}
  1637.                         {% embed '@ui/common/lists/modules.html.twig' with {
  1638.                             classes: 'module-list--dash-depts',
  1639.                         } %}
  1640.                             {% block items %}
  1641.                                 {% for favorite in favorites %}
  1642.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  1643.                                         title: '<a href=\"%s\">%s</a>'|format(
  1644.                                             containerUrl(
  1645.                                                 favorite,
  1646.                                                 app.user.uid.toString()
  1647.                                             ),
  1648.                                             favorite.name|escape
  1649.                                         ),
  1650.                                         actions: [
  1651.                                             {
  1652.                                                 text: 'Manage',
  1653.                                                 icon: 'icon icon-lined-folder-front-b',
  1654.                                                 link: path(routes.container__view, {
  1655.                                                     containerId: favorite.id
  1656.                                                 }),
  1657.                                                 classes: 'actions-li__link--borderless',
  1658.                                             },
  1659.                                         ],
  1660.                                     } %}{% endembed %}
  1661.                                 {% endfor %}
  1662.                             {% endblock %}
  1663.                         {% endembed %}
  1664.                     {% endblock %}
  1665.                 {% endembed %}
  1666.             {% endif %}
  1667.             {% if personalSites|length > 0 %}
  1668.                 {% embed '@ui/common/panels/default.html.twig' with {
  1669.                     title: 'Teacher Websites',
  1670.                     collapsible: true
  1671.                 } %}
  1672.                     {% block body %}
  1673.                         {% embed '@ui/common/lists/modules.html.twig' with {
  1674.                             classes: 'module-list--dash-depts',
  1675.                         } %}
  1676.                             {% block items %}
  1677.                                 {% for site in personalSites %}
  1678.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  1679.                                         title: '<a href=\"%s\">%s</a>'|format(
  1680.                                             containerUrl(
  1681.                                                 site,
  1682.                                                 app.user.uid.toString()
  1683.                                             ),
  1684.                                             site.name|escape
  1685.                                         ),
  1686.                                         actions: [
  1687.                                             {
  1688.                                                 text: 'Manage',
  1689.                                                 icon: 'icon icon-lined-folder-front-b',
  1690.                                                 link: path(routes.container__view, {
  1691.                                                     containerId: site.id
  1692.                                                 }),
  1693.                                                 classes: 'actions-li__link--borderless',
  1694.                                             },
  1695.                                         ],
  1696.                                     } %}{% endembed %}
  1697.                                 {% endfor %}
  1698.                             {% endblock %}
  1699.                         {% endembed %}
  1700.                     {% endblock %}
  1701.                 {% endembed %}
  1702.             {% endif %}
  1703.             {% if sites|length > 0 %}
  1704.                 {% embed '@ui/common/panels/default.html.twig' with {
  1705.                     title: 'Websites',
  1706.                     collapsible: true
  1707.                 } %}
  1708.                     {% block body %}
  1709.                         {% embed '@ui/common/lists/modules.html.twig' with {
  1710.                             classes: 'module-list--dash-depts',
  1711.                         } %}
  1712.                             {% block items %}
  1713.                                 {% for site in sites %}
  1714.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  1715.                                         title: '<a href=\"%s\">%s</a>'|format(
  1716.                                             containerUrl(
  1717.                                                 site,
  1718.                                                 app.user.uid.toString()
  1719.                                             ),
  1720.                                             site.name|escape
  1721.                                         ),
  1722.                                         actions: [
  1723.                                             {
  1724.                                                 text: 'Manage',
  1725.                                                 icon: 'icon icon-lined-folder-front-b',
  1726.                                                 link: path(routes.container__view, {
  1727.                                                     containerId: site.id
  1728.                                                 }),
  1729.                                                 classes: 'actions-li__link--borderless',
  1730.                                             },
  1731.                                         ],
  1732.                                     } %}{% endembed %}
  1733.                                 {% endfor %}
  1734.                             {% endblock %}
  1735.                         {% endembed %}
  1736.                     {% endblock %}
  1737.                 {% endembed %}
  1738.             {% endif %}
  1739.             {% if intranets|length > 0 %}
  1740.                 {% embed '@ui/common/panels/default.html.twig' with {
  1741.                     title: 'Intranets',
  1742.                     collapsible: true
  1743.                 } %}
  1744.                     {% block body %}
  1745.                         {% embed '@ui/common/lists/modules.html.twig' with {
  1746.                             classes: 'module-list--dash-depts',
  1747.                         } %}
  1748.                             {% block items %}
  1749.                                 {% for intranet in intranets %}
  1750.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  1751.                                         title: '<a href=\"%s\">%s</a>'|format(
  1752.                                             containerUrl(
  1753.                                                 intranet,
  1754.                                                 app.user.uid.toString()
  1755.                                             ),
  1756.                                             intranet.name|escape
  1757.                                         ),
  1758.                                         actions: [],
  1759.                                     } %}{% endembed %}
  1760.                                 {% endfor %}
  1761.                             {% endblock %}
  1762.                         {% endembed %}
  1763.                     {% endblock %}
  1764.                 {% endembed %}
  1765.             {% endif %}
  1766.         </div>
  1767.         <div class=\"col-md-4\">
  1768.             {% include '@PlatformMarketing/Dashboard/Default/includes/hubspot_frame.html.twig' with {
  1769.                 src: 'https://617533.hs-sites.com/website-cms-right-panel',
  1770.                 autoHeight: true
  1771.             } %}
  1772.         </div>
  1773.     </div>
  1774. {% endblock %}
  1775. ""@CmsContainer/Dashboard/index.html.twig""/var/www/campussuite/src/Cms/ContainerBundle/Resources/views/Dashboard/index.html.twig");
  1776.     }
  1777. }
  1778. /* @CmsContainer/Dashboard/index.html.twig */
  1779. class __TwigTemplate_e253b24373b756755f68566405e728db___1440767060 extends \Twig\Template
  1780. {
  1781.     private $source;
  1782.     private $macros = [];
  1783.     public function __construct(Environment $env)
  1784.     {
  1785.         parent::__construct($env);
  1786.         $this->source $this->getSourceContext();
  1787.         $this->blocks = [
  1788.             'body' => [$this'block_body'],
  1789.         ];
  1790.     }
  1791.     protected function doGetParent(array $context)
  1792.     {
  1793.         // line 100
  1794.         return "@ui/common/panels/default.html.twig";
  1795.     }
  1796.     protected function doDisplay(array $context, array $blocks = [])
  1797.     {
  1798.         $macros $this->macros;
  1799.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1800.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  1801.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1802.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  1803.         $this->parent $this->loadTemplate("@ui/common/panels/default.html.twig""@CmsContainer/Dashboard/index.html.twig"100);
  1804.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  1805.         
  1806.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1807.         
  1808.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1809.     }
  1810.     // line 104
  1811.     public function block_body($context, array $blocks = [])
  1812.     {
  1813.         $macros $this->macros;
  1814.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  1815.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  1816.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  1817.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  1818.         // line 105
  1819.         echo "                        ";
  1820.         $this->loadTemplate("@CmsContainer/Dashboard/index.html.twig""@CmsContainer/Dashboard/index.html.twig"105"1724987046")->display(twig_array_merge(twig_array_merge($context, ["classes" => "module-list--dash-depts"]), ['_args' => twig_to_array(["classes" => "module-list--dash-depts"])]));
  1821.         // line 132
  1822.         echo "                    ";
  1823.         
  1824.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1825.         
  1826.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1827.     }
  1828.     public function getTemplateName()
  1829.     {
  1830.         return "@CmsContainer/Dashboard/index.html.twig";
  1831.     }
  1832.     public function isTraitable()
  1833.     {
  1834.         return false;
  1835.     }
  1836.     public function getDebugInfo()
  1837.     {
  1838.         return array (  2016 => 132,  2013 => 105,  2003 => 104,  1980 => 100,  1745 => 73,  1524 => 93,  1510 => 92,  1508 => 86,  1507 => 85,  1506 => 79,  1505 => 77,  1504 => 76,  1503 => 86,  1502 => 85,  1501 => 79,  1500 => 77,  1499 => 76,  1497 => 73,  1479 => 72,  1469 => 71,  1446 => 68,  1224 => 95,  1221 => 68,  1211 => 67,  1188 => 63,  953 => 36,  732 => 56,  718 => 55,  716 => 49,  715 => 48,  714 => 42,  713 => 40,  712 => 39,  711 => 49,  710 => 48,  709 => 42,  708 => 40,  707 => 39,  705 => 36,  687 => 35,  677 => 34,  654 => 31,  432 => 58,  429 => 31,  419 => 30,  396 => 26,  172 => 169,  170 => 165,  166 => 163,  163 => 162,  160 => 137,  158 => 136,  155 => 135,  152 => 134,  149 => 100,  147 => 99,  144 => 98,  141 => 97,  138 => 63,  136 => 62,  133 => 61,  130 => 60,  127 => 26,  125 => 25,  119 => 21,  114 => 18,  103 => 14,  97 => 12,  95 => 11,  81 => 9,  77 => 8,  73 => 6,  71 => 5,  68 => 4,  58 => 3,  35 => 1,);
  1839.     }
  1840.     public function getSourceContext()
  1841.     {
  1842.         return new Source("{% extends '@ui/dashboards/default.html.twig' %}
  1843. {% block content %}
  1844.     {% if announcements|length > 0 %}
  1845.         <div class=\"row\">
  1846.             <div class=\"col-md-12\">
  1847.                 {% for announcement in announcements %}
  1848.                     <div class=\"system-alert {% if announcement.state in 'danger' %}system-alert--danger{% elseif announcement.state in 'warning' %}system-alert--warning{% elseif announcement.state in 'info' %}system-alert--info{% else %}system-alert--success{% endif %}\">
  1849.                         <div class=\"system-alert__body\">
  1850.                             {% if not (announcement.title starts with 'hideme') %}
  1851.                             <h4 class=\"system-alert__heading\">{{ announcement.title }}</h4>
  1852.                             {% endif %}
  1853.                             <div class=\"system-alert__desc\">{{ announcement.description|raw }}</div>
  1854.                         </div>
  1855.                     </div>
  1856.                 {% endfor %}
  1857.             </div>
  1858.         </div>
  1859.     {% endif %}
  1860.     <div class=\"row\">
  1861.         <div class=\"col-md-8\">
  1862.             {% if favorites|length > 0 %}
  1863.                 {% embed '@ui/common/panels/default.html.twig' with {
  1864.                     title: 'Favorites',
  1865.                     collapsible: true
  1866.                 } %}
  1867.                     {% block body %}
  1868.                         {% embed '@ui/common/lists/modules.html.twig' with {
  1869.                             classes: 'module-list--dash-depts',
  1870.                         } %}
  1871.                             {% block items %}
  1872.                                 {% for favorite in favorites %}
  1873.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  1874.                                         title: '<a href=\"%s\">%s</a>'|format(
  1875.                                             containerUrl(
  1876.                                                 favorite,
  1877.                                                 app.user.uid.toString()
  1878.                                             ),
  1879.                                             favorite.name|escape
  1880.                                         ),
  1881.                                         actions: [
  1882.                                             {
  1883.                                                 text: 'Manage',
  1884.                                                 icon: 'icon icon-lined-folder-front-b',
  1885.                                                 link: path(routes.container__view, {
  1886.                                                     containerId: favorite.id
  1887.                                                 }),
  1888.                                                 classes: 'actions-li__link--borderless',
  1889.                                             },
  1890.                                         ],
  1891.                                     } %}{% endembed %}
  1892.                                 {% endfor %}
  1893.                             {% endblock %}
  1894.                         {% endembed %}
  1895.                     {% endblock %}
  1896.                 {% endembed %}
  1897.             {% endif %}
  1898.             {% if personalSites|length > 0 %}
  1899.                 {% embed '@ui/common/panels/default.html.twig' with {
  1900.                     title: 'Teacher Websites',
  1901.                     collapsible: true
  1902.                 } %}
  1903.                     {% block body %}
  1904.                         {% embed '@ui/common/lists/modules.html.twig' with {
  1905.                             classes: 'module-list--dash-depts',
  1906.                         } %}
  1907.                             {% block items %}
  1908.                                 {% for site in personalSites %}
  1909.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  1910.                                         title: '<a href=\"%s\">%s</a>'|format(
  1911.                                             containerUrl(
  1912.                                                 site,
  1913.                                                 app.user.uid.toString()
  1914.                                             ),
  1915.                                             site.name|escape
  1916.                                         ),
  1917.                                         actions: [
  1918.                                             {
  1919.                                                 text: 'Manage',
  1920.                                                 icon: 'icon icon-lined-folder-front-b',
  1921.                                                 link: path(routes.container__view, {
  1922.                                                     containerId: site.id
  1923.                                                 }),
  1924.                                                 classes: 'actions-li__link--borderless',
  1925.                                             },
  1926.                                         ],
  1927.                                     } %}{% endembed %}
  1928.                                 {% endfor %}
  1929.                             {% endblock %}
  1930.                         {% endembed %}
  1931.                     {% endblock %}
  1932.                 {% endembed %}
  1933.             {% endif %}
  1934.             {% if sites|length > 0 %}
  1935.                 {% embed '@ui/common/panels/default.html.twig' with {
  1936.                     title: 'Websites',
  1937.                     collapsible: true
  1938.                 } %}
  1939.                     {% block body %}
  1940.                         {% embed '@ui/common/lists/modules.html.twig' with {
  1941.                             classes: 'module-list--dash-depts',
  1942.                         } %}
  1943.                             {% block items %}
  1944.                                 {% for site in sites %}
  1945.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  1946.                                         title: '<a href=\"%s\">%s</a>'|format(
  1947.                                             containerUrl(
  1948.                                                 site,
  1949.                                                 app.user.uid.toString()
  1950.                                             ),
  1951.                                             site.name|escape
  1952.                                         ),
  1953.                                         actions: [
  1954.                                             {
  1955.                                                 text: 'Manage',
  1956.                                                 icon: 'icon icon-lined-folder-front-b',
  1957.                                                 link: path(routes.container__view, {
  1958.                                                     containerId: site.id
  1959.                                                 }),
  1960.                                                 classes: 'actions-li__link--borderless',
  1961.                                             },
  1962.                                         ],
  1963.                                     } %}{% endembed %}
  1964.                                 {% endfor %}
  1965.                             {% endblock %}
  1966.                         {% endembed %}
  1967.                     {% endblock %}
  1968.                 {% endembed %}
  1969.             {% endif %}
  1970.             {% if intranets|length > 0 %}
  1971.                 {% embed '@ui/common/panels/default.html.twig' with {
  1972.                     title: 'Intranets',
  1973.                     collapsible: true
  1974.                 } %}
  1975.                     {% block body %}
  1976.                         {% embed '@ui/common/lists/modules.html.twig' with {
  1977.                             classes: 'module-list--dash-depts',
  1978.                         } %}
  1979.                             {% block items %}
  1980.                                 {% for intranet in intranets %}
  1981.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  1982.                                         title: '<a href=\"%s\">%s</a>'|format(
  1983.                                             containerUrl(
  1984.                                                 intranet,
  1985.                                                 app.user.uid.toString()
  1986.                                             ),
  1987.                                             intranet.name|escape
  1988.                                         ),
  1989.                                         actions: [],
  1990.                                     } %}{% endembed %}
  1991.                                 {% endfor %}
  1992.                             {% endblock %}
  1993.                         {% endembed %}
  1994.                     {% endblock %}
  1995.                 {% endembed %}
  1996.             {% endif %}
  1997.         </div>
  1998.         <div class=\"col-md-4\">
  1999.             {% include '@PlatformMarketing/Dashboard/Default/includes/hubspot_frame.html.twig' with {
  2000.                 src: 'https://617533.hs-sites.com/website-cms-right-panel',
  2001.                 autoHeight: true
  2002.             } %}
  2003.         </div>
  2004.     </div>
  2005. {% endblock %}
  2006. ""@CmsContainer/Dashboard/index.html.twig""/var/www/campussuite/src/Cms/ContainerBundle/Resources/views/Dashboard/index.html.twig");
  2007.     }
  2008. }
  2009. /* @CmsContainer/Dashboard/index.html.twig */
  2010. class __TwigTemplate_e253b24373b756755f68566405e728db___1724987046 extends \Twig\Template
  2011. {
  2012.     private $source;
  2013.     private $macros = [];
  2014.     public function __construct(Environment $env)
  2015.     {
  2016.         parent::__construct($env);
  2017.         $this->source $this->getSourceContext();
  2018.         $this->blocks = [
  2019.             'items' => [$this'block_items'],
  2020.         ];
  2021.     }
  2022.     protected function doGetParent(array $context)
  2023.     {
  2024.         // line 105
  2025.         return "@ui/common/lists/modules.html.twig";
  2026.     }
  2027.     protected function doDisplay(array $context, array $blocks = [])
  2028.     {
  2029.         $macros $this->macros;
  2030.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2031.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  2032.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2033.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  2034.         $this->parent $this->loadTemplate("@ui/common/lists/modules.html.twig""@CmsContainer/Dashboard/index.html.twig"105);
  2035.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  2036.         
  2037.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2038.         
  2039.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2040.     }
  2041.     // line 108
  2042.     public function block_items($context, array $blocks = [])
  2043.     {
  2044.         $macros $this->macros;
  2045.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2046.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""items"));
  2047.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2048.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""items"));
  2049.         // line 109
  2050.         echo "                                ";
  2051.         $context['_parent'] = $context;
  2052.         $context['_seq'] = twig_ensure_traversable((isset($context["sites"]) || array_key_exists("sites"$context) ? $context["sites"] : (function () { throw new RuntimeError('Variable "sites" does not exist.'109$this->source); })()));
  2053.         $context['loop'] = [
  2054.           'parent' => $context['_parent'],
  2055.           'index0' => 0,
  2056.           'index'  => 1,
  2057.           'first'  => true,
  2058.         ];
  2059.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  2060.             $length count($context['_seq']);
  2061.             $context['loop']['revindex0'] = $length 1;
  2062.             $context['loop']['revindex'] = $length;
  2063.             $context['loop']['length'] = $length;
  2064.             $context['loop']['last'] = === $length;
  2065.         }
  2066.         foreach ($context['_seq'] as $context["_key"] => $context["site"]) {
  2067.             // line 110
  2068.             echo "                                    ";
  2069.             $this->loadTemplate("@CmsContainer/Dashboard/index.html.twig""@CmsContainer/Dashboard/index.html.twig"110"302538733")->display(twig_array_merge(twig_array_merge($context, ["title" => twig_sprintf("<a href=\"%s\">%s</a>"$this->extensions['Cms\ContainerBundle\Twig\ContainerRouteExtension']->functionContainerUrl(            // line 113
  2070. $context["site"], twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,             // line 114
  2071. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'114$this->source); })()), "user", [], "any"falsefalsefalse114), "uid", [], "any"falsefalsefalse114), "toString", [], "method"falsefalsefalse114)), twig_escape_filter($this->envtwig_get_attribute($this->env$this->source,             // line 116
  2072. $context["site"], "name", [], "any"falsefalsefalse116))), "actions" => [=> ["text" => "Manage""icon" => "icon icon-lined-folder-front-b""link" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->source,             // line 122
  2073. (isset($context["routes"]) || array_key_exists("routes"$context) ? $context["routes"] : (function () { throw new RuntimeError('Variable "routes" does not exist.'122$this->source); })()), "container__view", [], "any"falsefalsefalse122), ["containerId" => twig_get_attribute($this->env$this->source,             // line 123
  2074. $context["site"], "id", [], "any"falsefalsefalse123)]), "classes" => "actions-li__link--borderless"]]]), ['_args' => twig_to_array(["title" => twig_sprintf("<a href=\"%s\">%s</a>"$this->extensions['Cms\ContainerBundle\Twig\ContainerRouteExtension']->functionContainerUrl(            // line 113
  2075. $context["site"], twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,             // line 114
  2076. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'114$this->source); })()), "user", [], "any"falsefalsefalse114), "uid", [], "any"falsefalsefalse114), "toString", [], "method"falsefalsefalse114)), twig_escape_filter($this->envtwig_get_attribute($this->env$this->source,             // line 116
  2077. $context["site"], "name", [], "any"falsefalsefalse116))), "actions" => [=> ["text" => "Manage""icon" => "icon icon-lined-folder-front-b""link" => $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath(twig_get_attribute($this->env$this->source,             // line 122
  2078. (isset($context["routes"]) || array_key_exists("routes"$context) ? $context["routes"] : (function () { throw new RuntimeError('Variable "routes" does not exist.'122$this->source); })()), "container__view", [], "any"falsefalsefalse122), ["containerId" => twig_get_attribute($this->env$this->source,             // line 123
  2079. $context["site"], "id", [], "any"falsefalsefalse123)]), "classes" => "actions-li__link--borderless"]]])]));
  2080.             // line 129
  2081.             echo "                                ";
  2082.             ++$context['loop']['index0'];
  2083.             ++$context['loop']['index'];
  2084.             $context['loop']['first'] = false;
  2085.             if (isset($context['loop']['length'])) {
  2086.                 --$context['loop']['revindex0'];
  2087.                 --$context['loop']['revindex'];
  2088.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  2089.             }
  2090.         }
  2091.         $_parent $context['_parent'];
  2092.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['site'], $context['_parent'], $context['loop']);
  2093.         $context array_intersect_key($context$_parent) + $_parent;
  2094.         // line 130
  2095.         echo "                            ";
  2096.         
  2097.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2098.         
  2099.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2100.     }
  2101.     public function getTemplateName()
  2102.     {
  2103.         return "@CmsContainer/Dashboard/index.html.twig";
  2104.     }
  2105.     public function isTraitable()
  2106.     {
  2107.         return false;
  2108.     }
  2109.     public function getDebugInfo()
  2110.     {
  2111.         return array (  2316 => 130,  2302 => 129,  2300 => 123,  2299 => 122,  2298 => 116,  2297 => 114,  2296 => 113,  2295 => 123,  2294 => 122,  2293 => 116,  2292 => 114,  2291 => 113,  2289 => 110,  2271 => 109,  2261 => 108,  2238 => 105,  2016 => 132,  2013 => 105,  2003 => 104,  1980 => 100,  1745 => 73,  1524 => 93,  1510 => 92,  1508 => 86,  1507 => 85,  1506 => 79,  1505 => 77,  1504 => 76,  1503 => 86,  1502 => 85,  1501 => 79,  1500 => 77,  1499 => 76,  1497 => 73,  1479 => 72,  1469 => 71,  1446 => 68,  1224 => 95,  1221 => 68,  1211 => 67,  1188 => 63,  953 => 36,  732 => 56,  718 => 55,  716 => 49,  715 => 48,  714 => 42,  713 => 40,  712 => 39,  711 => 49,  710 => 48,  709 => 42,  708 => 40,  707 => 39,  705 => 36,  687 => 35,  677 => 34,  654 => 31,  432 => 58,  429 => 31,  419 => 30,  396 => 26,  172 => 169,  170 => 165,  166 => 163,  163 => 162,  160 => 137,  158 => 136,  155 => 135,  152 => 134,  149 => 100,  147 => 99,  144 => 98,  141 => 97,  138 => 63,  136 => 62,  133 => 61,  130 => 60,  127 => 26,  125 => 25,  119 => 21,  114 => 18,  103 => 14,  97 => 12,  95 => 11,  81 => 9,  77 => 8,  73 => 6,  71 => 5,  68 => 4,  58 => 3,  35 => 1,);
  2112.     }
  2113.     public function getSourceContext()
  2114.     {
  2115.         return new Source("{% extends '@ui/dashboards/default.html.twig' %}
  2116. {% block content %}
  2117.     {% if announcements|length > 0 %}
  2118.         <div class=\"row\">
  2119.             <div class=\"col-md-12\">
  2120.                 {% for announcement in announcements %}
  2121.                     <div class=\"system-alert {% if announcement.state in 'danger' %}system-alert--danger{% elseif announcement.state in 'warning' %}system-alert--warning{% elseif announcement.state in 'info' %}system-alert--info{% else %}system-alert--success{% endif %}\">
  2122.                         <div class=\"system-alert__body\">
  2123.                             {% if not (announcement.title starts with 'hideme') %}
  2124.                             <h4 class=\"system-alert__heading\">{{ announcement.title }}</h4>
  2125.                             {% endif %}
  2126.                             <div class=\"system-alert__desc\">{{ announcement.description|raw }}</div>
  2127.                         </div>
  2128.                     </div>
  2129.                 {% endfor %}
  2130.             </div>
  2131.         </div>
  2132.     {% endif %}
  2133.     <div class=\"row\">
  2134.         <div class=\"col-md-8\">
  2135.             {% if favorites|length > 0 %}
  2136.                 {% embed '@ui/common/panels/default.html.twig' with {
  2137.                     title: 'Favorites',
  2138.                     collapsible: true
  2139.                 } %}
  2140.                     {% block body %}
  2141.                         {% embed '@ui/common/lists/modules.html.twig' with {
  2142.                             classes: 'module-list--dash-depts',
  2143.                         } %}
  2144.                             {% block items %}
  2145.                                 {% for favorite in favorites %}
  2146.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  2147.                                         title: '<a href=\"%s\">%s</a>'|format(
  2148.                                             containerUrl(
  2149.                                                 favorite,
  2150.                                                 app.user.uid.toString()
  2151.                                             ),
  2152.                                             favorite.name|escape
  2153.                                         ),
  2154.                                         actions: [
  2155.                                             {
  2156.                                                 text: 'Manage',
  2157.                                                 icon: 'icon icon-lined-folder-front-b',
  2158.                                                 link: path(routes.container__view, {
  2159.                                                     containerId: favorite.id
  2160.                                                 }),
  2161.                                                 classes: 'actions-li__link--borderless',
  2162.                                             },
  2163.                                         ],
  2164.                                     } %}{% endembed %}
  2165.                                 {% endfor %}
  2166.                             {% endblock %}
  2167.                         {% endembed %}
  2168.                     {% endblock %}
  2169.                 {% endembed %}
  2170.             {% endif %}
  2171.             {% if personalSites|length > 0 %}
  2172.                 {% embed '@ui/common/panels/default.html.twig' with {
  2173.                     title: 'Teacher Websites',
  2174.                     collapsible: true
  2175.                 } %}
  2176.                     {% block body %}
  2177.                         {% embed '@ui/common/lists/modules.html.twig' with {
  2178.                             classes: 'module-list--dash-depts',
  2179.                         } %}
  2180.                             {% block items %}
  2181.                                 {% for site in personalSites %}
  2182.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  2183.                                         title: '<a href=\"%s\">%s</a>'|format(
  2184.                                             containerUrl(
  2185.                                                 site,
  2186.                                                 app.user.uid.toString()
  2187.                                             ),
  2188.                                             site.name|escape
  2189.                                         ),
  2190.                                         actions: [
  2191.                                             {
  2192.                                                 text: 'Manage',
  2193.                                                 icon: 'icon icon-lined-folder-front-b',
  2194.                                                 link: path(routes.container__view, {
  2195.                                                     containerId: site.id
  2196.                                                 }),
  2197.                                                 classes: 'actions-li__link--borderless',
  2198.                                             },
  2199.                                         ],
  2200.                                     } %}{% endembed %}
  2201.                                 {% endfor %}
  2202.                             {% endblock %}
  2203.                         {% endembed %}
  2204.                     {% endblock %}
  2205.                 {% endembed %}
  2206.             {% endif %}
  2207.             {% if sites|length > 0 %}
  2208.                 {% embed '@ui/common/panels/default.html.twig' with {
  2209.                     title: 'Websites',
  2210.                     collapsible: true
  2211.                 } %}
  2212.                     {% block body %}
  2213.                         {% embed '@ui/common/lists/modules.html.twig' with {
  2214.                             classes: 'module-list--dash-depts',
  2215.                         } %}
  2216.                             {% block items %}
  2217.                                 {% for site in sites %}
  2218.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  2219.                                         title: '<a href=\"%s\">%s</a>'|format(
  2220.                                             containerUrl(
  2221.                                                 site,
  2222.                                                 app.user.uid.toString()
  2223.                                             ),
  2224.                                             site.name|escape
  2225.                                         ),
  2226.                                         actions: [
  2227.                                             {
  2228.                                                 text: 'Manage',
  2229.                                                 icon: 'icon icon-lined-folder-front-b',
  2230.                                                 link: path(routes.container__view, {
  2231.                                                     containerId: site.id
  2232.                                                 }),
  2233.                                                 classes: 'actions-li__link--borderless',
  2234.                                             },
  2235.                                         ],
  2236.                                     } %}{% endembed %}
  2237.                                 {% endfor %}
  2238.                             {% endblock %}
  2239.                         {% endembed %}
  2240.                     {% endblock %}
  2241.                 {% endembed %}
  2242.             {% endif %}
  2243.             {% if intranets|length > 0 %}
  2244.                 {% embed '@ui/common/panels/default.html.twig' with {
  2245.                     title: 'Intranets',
  2246.                     collapsible: true
  2247.                 } %}
  2248.                     {% block body %}
  2249.                         {% embed '@ui/common/lists/modules.html.twig' with {
  2250.                             classes: 'module-list--dash-depts',
  2251.                         } %}
  2252.                             {% block items %}
  2253.                                 {% for intranet in intranets %}
  2254.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  2255.                                         title: '<a href=\"%s\">%s</a>'|format(
  2256.                                             containerUrl(
  2257.                                                 intranet,
  2258.                                                 app.user.uid.toString()
  2259.                                             ),
  2260.                                             intranet.name|escape
  2261.                                         ),
  2262.                                         actions: [],
  2263.                                     } %}{% endembed %}
  2264.                                 {% endfor %}
  2265.                             {% endblock %}
  2266.                         {% endembed %}
  2267.                     {% endblock %}
  2268.                 {% endembed %}
  2269.             {% endif %}
  2270.         </div>
  2271.         <div class=\"col-md-4\">
  2272.             {% include '@PlatformMarketing/Dashboard/Default/includes/hubspot_frame.html.twig' with {
  2273.                 src: 'https://617533.hs-sites.com/website-cms-right-panel',
  2274.                 autoHeight: true
  2275.             } %}
  2276.         </div>
  2277.     </div>
  2278. {% endblock %}
  2279. ""@CmsContainer/Dashboard/index.html.twig""/var/www/campussuite/src/Cms/ContainerBundle/Resources/views/Dashboard/index.html.twig");
  2280.     }
  2281. }
  2282. /* @CmsContainer/Dashboard/index.html.twig */
  2283. class __TwigTemplate_e253b24373b756755f68566405e728db___302538733 extends \Twig\Template
  2284. {
  2285.     private $source;
  2286.     private $macros = [];
  2287.     public function __construct(Environment $env)
  2288.     {
  2289.         parent::__construct($env);
  2290.         $this->source $this->getSourceContext();
  2291.         $this->blocks = [
  2292.         ];
  2293.     }
  2294.     protected function doGetParent(array $context)
  2295.     {
  2296.         // line 110
  2297.         return "@ui/common/lists/items/modules.html.twig";
  2298.     }
  2299.     protected function doDisplay(array $context, array $blocks = [])
  2300.     {
  2301.         $macros $this->macros;
  2302.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2303.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  2304.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2305.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  2306.         $this->parent $this->loadTemplate("@ui/common/lists/items/modules.html.twig""@CmsContainer/Dashboard/index.html.twig"110);
  2307.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  2308.         
  2309.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2310.         
  2311.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2312.     }
  2313.     public function getTemplateName()
  2314.     {
  2315.         return "@CmsContainer/Dashboard/index.html.twig";
  2316.     }
  2317.     public function isTraitable()
  2318.     {
  2319.         return false;
  2320.     }
  2321.     public function getDebugInfo()
  2322.     {
  2323.         return array (  2537 => 110,  2316 => 130,  2302 => 129,  2300 => 123,  2299 => 122,  2298 => 116,  2297 => 114,  2296 => 113,  2295 => 123,  2294 => 122,  2293 => 116,  2292 => 114,  2291 => 113,  2289 => 110,  2271 => 109,  2261 => 108,  2238 => 105,  2016 => 132,  2013 => 105,  2003 => 104,  1980 => 100,  1745 => 73,  1524 => 93,  1510 => 92,  1508 => 86,  1507 => 85,  1506 => 79,  1505 => 77,  1504 => 76,  1503 => 86,  1502 => 85,  1501 => 79,  1500 => 77,  1499 => 76,  1497 => 73,  1479 => 72,  1469 => 71,  1446 => 68,  1224 => 95,  1221 => 68,  1211 => 67,  1188 => 63,  953 => 36,  732 => 56,  718 => 55,  716 => 49,  715 => 48,  714 => 42,  713 => 40,  712 => 39,  711 => 49,  710 => 48,  709 => 42,  708 => 40,  707 => 39,  705 => 36,  687 => 35,  677 => 34,  654 => 31,  432 => 58,  429 => 31,  419 => 30,  396 => 26,  172 => 169,  170 => 165,  166 => 163,  163 => 162,  160 => 137,  158 => 136,  155 => 135,  152 => 134,  149 => 100,  147 => 99,  144 => 98,  141 => 97,  138 => 63,  136 => 62,  133 => 61,  130 => 60,  127 => 26,  125 => 25,  119 => 21,  114 => 18,  103 => 14,  97 => 12,  95 => 11,  81 => 9,  77 => 8,  73 => 6,  71 => 5,  68 => 4,  58 => 3,  35 => 1,);
  2324.     }
  2325.     public function getSourceContext()
  2326.     {
  2327.         return new Source("{% extends '@ui/dashboards/default.html.twig' %}
  2328. {% block content %}
  2329.     {% if announcements|length > 0 %}
  2330.         <div class=\"row\">
  2331.             <div class=\"col-md-12\">
  2332.                 {% for announcement in announcements %}
  2333.                     <div class=\"system-alert {% if announcement.state in 'danger' %}system-alert--danger{% elseif announcement.state in 'warning' %}system-alert--warning{% elseif announcement.state in 'info' %}system-alert--info{% else %}system-alert--success{% endif %}\">
  2334.                         <div class=\"system-alert__body\">
  2335.                             {% if not (announcement.title starts with 'hideme') %}
  2336.                             <h4 class=\"system-alert__heading\">{{ announcement.title }}</h4>
  2337.                             {% endif %}
  2338.                             <div class=\"system-alert__desc\">{{ announcement.description|raw }}</div>
  2339.                         </div>
  2340.                     </div>
  2341.                 {% endfor %}
  2342.             </div>
  2343.         </div>
  2344.     {% endif %}
  2345.     <div class=\"row\">
  2346.         <div class=\"col-md-8\">
  2347.             {% if favorites|length > 0 %}
  2348.                 {% embed '@ui/common/panels/default.html.twig' with {
  2349.                     title: 'Favorites',
  2350.                     collapsible: true
  2351.                 } %}
  2352.                     {% block body %}
  2353.                         {% embed '@ui/common/lists/modules.html.twig' with {
  2354.                             classes: 'module-list--dash-depts',
  2355.                         } %}
  2356.                             {% block items %}
  2357.                                 {% for favorite in favorites %}
  2358.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  2359.                                         title: '<a href=\"%s\">%s</a>'|format(
  2360.                                             containerUrl(
  2361.                                                 favorite,
  2362.                                                 app.user.uid.toString()
  2363.                                             ),
  2364.                                             favorite.name|escape
  2365.                                         ),
  2366.                                         actions: [
  2367.                                             {
  2368.                                                 text: 'Manage',
  2369.                                                 icon: 'icon icon-lined-folder-front-b',
  2370.                                                 link: path(routes.container__view, {
  2371.                                                     containerId: favorite.id
  2372.                                                 }),
  2373.                                                 classes: 'actions-li__link--borderless',
  2374.                                             },
  2375.                                         ],
  2376.                                     } %}{% endembed %}
  2377.                                 {% endfor %}
  2378.                             {% endblock %}
  2379.                         {% endembed %}
  2380.                     {% endblock %}
  2381.                 {% endembed %}
  2382.             {% endif %}
  2383.             {% if personalSites|length > 0 %}
  2384.                 {% embed '@ui/common/panels/default.html.twig' with {
  2385.                     title: 'Teacher Websites',
  2386.                     collapsible: true
  2387.                 } %}
  2388.                     {% block body %}
  2389.                         {% embed '@ui/common/lists/modules.html.twig' with {
  2390.                             classes: 'module-list--dash-depts',
  2391.                         } %}
  2392.                             {% block items %}
  2393.                                 {% for site in personalSites %}
  2394.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  2395.                                         title: '<a href=\"%s\">%s</a>'|format(
  2396.                                             containerUrl(
  2397.                                                 site,
  2398.                                                 app.user.uid.toString()
  2399.                                             ),
  2400.                                             site.name|escape
  2401.                                         ),
  2402.                                         actions: [
  2403.                                             {
  2404.                                                 text: 'Manage',
  2405.                                                 icon: 'icon icon-lined-folder-front-b',
  2406.                                                 link: path(routes.container__view, {
  2407.                                                     containerId: site.id
  2408.                                                 }),
  2409.                                                 classes: 'actions-li__link--borderless',
  2410.                                             },
  2411.                                         ],
  2412.                                     } %}{% endembed %}
  2413.                                 {% endfor %}
  2414.                             {% endblock %}
  2415.                         {% endembed %}
  2416.                     {% endblock %}
  2417.                 {% endembed %}
  2418.             {% endif %}
  2419.             {% if sites|length > 0 %}
  2420.                 {% embed '@ui/common/panels/default.html.twig' with {
  2421.                     title: 'Websites',
  2422.                     collapsible: true
  2423.                 } %}
  2424.                     {% block body %}
  2425.                         {% embed '@ui/common/lists/modules.html.twig' with {
  2426.                             classes: 'module-list--dash-depts',
  2427.                         } %}
  2428.                             {% block items %}
  2429.                                 {% for site in sites %}
  2430.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  2431.                                         title: '<a href=\"%s\">%s</a>'|format(
  2432.                                             containerUrl(
  2433.                                                 site,
  2434.                                                 app.user.uid.toString()
  2435.                                             ),
  2436.                                             site.name|escape
  2437.                                         ),
  2438.                                         actions: [
  2439.                                             {
  2440.                                                 text: 'Manage',
  2441.                                                 icon: 'icon icon-lined-folder-front-b',
  2442.                                                 link: path(routes.container__view, {
  2443.                                                     containerId: site.id
  2444.                                                 }),
  2445.                                                 classes: 'actions-li__link--borderless',
  2446.                                             },
  2447.                                         ],
  2448.                                     } %}{% endembed %}
  2449.                                 {% endfor %}
  2450.                             {% endblock %}
  2451.                         {% endembed %}
  2452.                     {% endblock %}
  2453.                 {% endembed %}
  2454.             {% endif %}
  2455.             {% if intranets|length > 0 %}
  2456.                 {% embed '@ui/common/panels/default.html.twig' with {
  2457.                     title: 'Intranets',
  2458.                     collapsible: true
  2459.                 } %}
  2460.                     {% block body %}
  2461.                         {% embed '@ui/common/lists/modules.html.twig' with {
  2462.                             classes: 'module-list--dash-depts',
  2463.                         } %}
  2464.                             {% block items %}
  2465.                                 {% for intranet in intranets %}
  2466.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  2467.                                         title: '<a href=\"%s\">%s</a>'|format(
  2468.                                             containerUrl(
  2469.                                                 intranet,
  2470.                                                 app.user.uid.toString()
  2471.                                             ),
  2472.                                             intranet.name|escape
  2473.                                         ),
  2474.                                         actions: [],
  2475.                                     } %}{% endembed %}
  2476.                                 {% endfor %}
  2477.                             {% endblock %}
  2478.                         {% endembed %}
  2479.                     {% endblock %}
  2480.                 {% endembed %}
  2481.             {% endif %}
  2482.         </div>
  2483.         <div class=\"col-md-4\">
  2484.             {% include '@PlatformMarketing/Dashboard/Default/includes/hubspot_frame.html.twig' with {
  2485.                 src: 'https://617533.hs-sites.com/website-cms-right-panel',
  2486.                 autoHeight: true
  2487.             } %}
  2488.         </div>
  2489.     </div>
  2490. {% endblock %}
  2491. ""@CmsContainer/Dashboard/index.html.twig""/var/www/campussuite/src/Cms/ContainerBundle/Resources/views/Dashboard/index.html.twig");
  2492.     }
  2493. }
  2494. /* @CmsContainer/Dashboard/index.html.twig */
  2495. class __TwigTemplate_e253b24373b756755f68566405e728db___546290330 extends \Twig\Template
  2496. {
  2497.     private $source;
  2498.     private $macros = [];
  2499.     public function __construct(Environment $env)
  2500.     {
  2501.         parent::__construct($env);
  2502.         $this->source $this->getSourceContext();
  2503.         $this->blocks = [
  2504.             'body' => [$this'block_body'],
  2505.         ];
  2506.     }
  2507.     protected function doGetParent(array $context)
  2508.     {
  2509.         // line 137
  2510.         return "@ui/common/panels/default.html.twig";
  2511.     }
  2512.     protected function doDisplay(array $context, array $blocks = [])
  2513.     {
  2514.         $macros $this->macros;
  2515.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2516.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  2517.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2518.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  2519.         $this->parent $this->loadTemplate("@ui/common/panels/default.html.twig""@CmsContainer/Dashboard/index.html.twig"137);
  2520.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  2521.         
  2522.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2523.         
  2524.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2525.     }
  2526.     // line 141
  2527.     public function block_body($context, array $blocks = [])
  2528.     {
  2529.         $macros $this->macros;
  2530.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2531.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  2532.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2533.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  2534.         // line 142
  2535.         echo "                        ";
  2536.         $this->loadTemplate("@CmsContainer/Dashboard/index.html.twig""@CmsContainer/Dashboard/index.html.twig"142"1147097345")->display(twig_array_merge(twig_array_merge($context, ["classes" => "module-list--dash-depts"]), ['_args' => twig_to_array(["classes" => "module-list--dash-depts"])]));
  2537.         // line 160
  2538.         echo "                    ";
  2539.         
  2540.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2541.         
  2542.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2543.     }
  2544.     public function getTemplateName()
  2545.     {
  2546.         return "@CmsContainer/Dashboard/index.html.twig";
  2547.     }
  2548.     public function isTraitable()
  2549.     {
  2550.         return false;
  2551.     }
  2552.     public function getDebugInfo()
  2553.     {
  2554.         return array (  2808 => 160,  2805 => 142,  2795 => 141,  2772 => 137,  2537 => 110,  2316 => 130,  2302 => 129,  2300 => 123,  2299 => 122,  2298 => 116,  2297 => 114,  2296 => 113,  2295 => 123,  2294 => 122,  2293 => 116,  2292 => 114,  2291 => 113,  2289 => 110,  2271 => 109,  2261 => 108,  2238 => 105,  2016 => 132,  2013 => 105,  2003 => 104,  1980 => 100,  1745 => 73,  1524 => 93,  1510 => 92,  1508 => 86,  1507 => 85,  1506 => 79,  1505 => 77,  1504 => 76,  1503 => 86,  1502 => 85,  1501 => 79,  1500 => 77,  1499 => 76,  1497 => 73,  1479 => 72,  1469 => 71,  1446 => 68,  1224 => 95,  1221 => 68,  1211 => 67,  1188 => 63,  953 => 36,  732 => 56,  718 => 55,  716 => 49,  715 => 48,  714 => 42,  713 => 40,  712 => 39,  711 => 49,  710 => 48,  709 => 42,  708 => 40,  707 => 39,  705 => 36,  687 => 35,  677 => 34,  654 => 31,  432 => 58,  429 => 31,  419 => 30,  396 => 26,  172 => 169,  170 => 165,  166 => 163,  163 => 162,  160 => 137,  158 => 136,  155 => 135,  152 => 134,  149 => 100,  147 => 99,  144 => 98,  141 => 97,  138 => 63,  136 => 62,  133 => 61,  130 => 60,  127 => 26,  125 => 25,  119 => 21,  114 => 18,  103 => 14,  97 => 12,  95 => 11,  81 => 9,  77 => 8,  73 => 6,  71 => 5,  68 => 4,  58 => 3,  35 => 1,);
  2555.     }
  2556.     public function getSourceContext()
  2557.     {
  2558.         return new Source("{% extends '@ui/dashboards/default.html.twig' %}
  2559. {% block content %}
  2560.     {% if announcements|length > 0 %}
  2561.         <div class=\"row\">
  2562.             <div class=\"col-md-12\">
  2563.                 {% for announcement in announcements %}
  2564.                     <div class=\"system-alert {% if announcement.state in 'danger' %}system-alert--danger{% elseif announcement.state in 'warning' %}system-alert--warning{% elseif announcement.state in 'info' %}system-alert--info{% else %}system-alert--success{% endif %}\">
  2565.                         <div class=\"system-alert__body\">
  2566.                             {% if not (announcement.title starts with 'hideme') %}
  2567.                             <h4 class=\"system-alert__heading\">{{ announcement.title }}</h4>
  2568.                             {% endif %}
  2569.                             <div class=\"system-alert__desc\">{{ announcement.description|raw }}</div>
  2570.                         </div>
  2571.                     </div>
  2572.                 {% endfor %}
  2573.             </div>
  2574.         </div>
  2575.     {% endif %}
  2576.     <div class=\"row\">
  2577.         <div class=\"col-md-8\">
  2578.             {% if favorites|length > 0 %}
  2579.                 {% embed '@ui/common/panels/default.html.twig' with {
  2580.                     title: 'Favorites',
  2581.                     collapsible: true
  2582.                 } %}
  2583.                     {% block body %}
  2584.                         {% embed '@ui/common/lists/modules.html.twig' with {
  2585.                             classes: 'module-list--dash-depts',
  2586.                         } %}
  2587.                             {% block items %}
  2588.                                 {% for favorite in favorites %}
  2589.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  2590.                                         title: '<a href=\"%s\">%s</a>'|format(
  2591.                                             containerUrl(
  2592.                                                 favorite,
  2593.                                                 app.user.uid.toString()
  2594.                                             ),
  2595.                                             favorite.name|escape
  2596.                                         ),
  2597.                                         actions: [
  2598.                                             {
  2599.                                                 text: 'Manage',
  2600.                                                 icon: 'icon icon-lined-folder-front-b',
  2601.                                                 link: path(routes.container__view, {
  2602.                                                     containerId: favorite.id
  2603.                                                 }),
  2604.                                                 classes: 'actions-li__link--borderless',
  2605.                                             },
  2606.                                         ],
  2607.                                     } %}{% endembed %}
  2608.                                 {% endfor %}
  2609.                             {% endblock %}
  2610.                         {% endembed %}
  2611.                     {% endblock %}
  2612.                 {% endembed %}
  2613.             {% endif %}
  2614.             {% if personalSites|length > 0 %}
  2615.                 {% embed '@ui/common/panels/default.html.twig' with {
  2616.                     title: 'Teacher Websites',
  2617.                     collapsible: true
  2618.                 } %}
  2619.                     {% block body %}
  2620.                         {% embed '@ui/common/lists/modules.html.twig' with {
  2621.                             classes: 'module-list--dash-depts',
  2622.                         } %}
  2623.                             {% block items %}
  2624.                                 {% for site in personalSites %}
  2625.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  2626.                                         title: '<a href=\"%s\">%s</a>'|format(
  2627.                                             containerUrl(
  2628.                                                 site,
  2629.                                                 app.user.uid.toString()
  2630.                                             ),
  2631.                                             site.name|escape
  2632.                                         ),
  2633.                                         actions: [
  2634.                                             {
  2635.                                                 text: 'Manage',
  2636.                                                 icon: 'icon icon-lined-folder-front-b',
  2637.                                                 link: path(routes.container__view, {
  2638.                                                     containerId: site.id
  2639.                                                 }),
  2640.                                                 classes: 'actions-li__link--borderless',
  2641.                                             },
  2642.                                         ],
  2643.                                     } %}{% endembed %}
  2644.                                 {% endfor %}
  2645.                             {% endblock %}
  2646.                         {% endembed %}
  2647.                     {% endblock %}
  2648.                 {% endembed %}
  2649.             {% endif %}
  2650.             {% if sites|length > 0 %}
  2651.                 {% embed '@ui/common/panels/default.html.twig' with {
  2652.                     title: 'Websites',
  2653.                     collapsible: true
  2654.                 } %}
  2655.                     {% block body %}
  2656.                         {% embed '@ui/common/lists/modules.html.twig' with {
  2657.                             classes: 'module-list--dash-depts',
  2658.                         } %}
  2659.                             {% block items %}
  2660.                                 {% for site in sites %}
  2661.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  2662.                                         title: '<a href=\"%s\">%s</a>'|format(
  2663.                                             containerUrl(
  2664.                                                 site,
  2665.                                                 app.user.uid.toString()
  2666.                                             ),
  2667.                                             site.name|escape
  2668.                                         ),
  2669.                                         actions: [
  2670.                                             {
  2671.                                                 text: 'Manage',
  2672.                                                 icon: 'icon icon-lined-folder-front-b',
  2673.                                                 link: path(routes.container__view, {
  2674.                                                     containerId: site.id
  2675.                                                 }),
  2676.                                                 classes: 'actions-li__link--borderless',
  2677.                                             },
  2678.                                         ],
  2679.                                     } %}{% endembed %}
  2680.                                 {% endfor %}
  2681.                             {% endblock %}
  2682.                         {% endembed %}
  2683.                     {% endblock %}
  2684.                 {% endembed %}
  2685.             {% endif %}
  2686.             {% if intranets|length > 0 %}
  2687.                 {% embed '@ui/common/panels/default.html.twig' with {
  2688.                     title: 'Intranets',
  2689.                     collapsible: true
  2690.                 } %}
  2691.                     {% block body %}
  2692.                         {% embed '@ui/common/lists/modules.html.twig' with {
  2693.                             classes: 'module-list--dash-depts',
  2694.                         } %}
  2695.                             {% block items %}
  2696.                                 {% for intranet in intranets %}
  2697.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  2698.                                         title: '<a href=\"%s\">%s</a>'|format(
  2699.                                             containerUrl(
  2700.                                                 intranet,
  2701.                                                 app.user.uid.toString()
  2702.                                             ),
  2703.                                             intranet.name|escape
  2704.                                         ),
  2705.                                         actions: [],
  2706.                                     } %}{% endembed %}
  2707.                                 {% endfor %}
  2708.                             {% endblock %}
  2709.                         {% endembed %}
  2710.                     {% endblock %}
  2711.                 {% endembed %}
  2712.             {% endif %}
  2713.         </div>
  2714.         <div class=\"col-md-4\">
  2715.             {% include '@PlatformMarketing/Dashboard/Default/includes/hubspot_frame.html.twig' with {
  2716.                 src: 'https://617533.hs-sites.com/website-cms-right-panel',
  2717.                 autoHeight: true
  2718.             } %}
  2719.         </div>
  2720.     </div>
  2721. {% endblock %}
  2722. ""@CmsContainer/Dashboard/index.html.twig""/var/www/campussuite/src/Cms/ContainerBundle/Resources/views/Dashboard/index.html.twig");
  2723.     }
  2724. }
  2725. /* @CmsContainer/Dashboard/index.html.twig */
  2726. class __TwigTemplate_e253b24373b756755f68566405e728db___1147097345 extends \Twig\Template
  2727. {
  2728.     private $source;
  2729.     private $macros = [];
  2730.     public function __construct(Environment $env)
  2731.     {
  2732.         parent::__construct($env);
  2733.         $this->source $this->getSourceContext();
  2734.         $this->blocks = [
  2735.             'items' => [$this'block_items'],
  2736.         ];
  2737.     }
  2738.     protected function doGetParent(array $context)
  2739.     {
  2740.         // line 142
  2741.         return "@ui/common/lists/modules.html.twig";
  2742.     }
  2743.     protected function doDisplay(array $context, array $blocks = [])
  2744.     {
  2745.         $macros $this->macros;
  2746.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2747.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  2748.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2749.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  2750.         $this->parent $this->loadTemplate("@ui/common/lists/modules.html.twig""@CmsContainer/Dashboard/index.html.twig"142);
  2751.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  2752.         
  2753.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2754.         
  2755.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2756.     }
  2757.     // line 145
  2758.     public function block_items($context, array $blocks = [])
  2759.     {
  2760.         $macros $this->macros;
  2761.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  2762.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""items"));
  2763.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  2764.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""items"));
  2765.         // line 146
  2766.         echo "                                ";
  2767.         $context['_parent'] = $context;
  2768.         $context['_seq'] = twig_ensure_traversable((isset($context["intranets"]) || array_key_exists("intranets"$context) ? $context["intranets"] : (function () { throw new RuntimeError('Variable "intranets" does not exist.'146$this->source); })()));
  2769.         $context['loop'] = [
  2770.           'parent' => $context['_parent'],
  2771.           'index0' => 0,
  2772.           'index'  => 1,
  2773.           'first'  => true,
  2774.         ];
  2775.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  2776.             $length count($context['_seq']);
  2777.             $context['loop']['revindex0'] = $length 1;
  2778.             $context['loop']['revindex'] = $length;
  2779.             $context['loop']['length'] = $length;
  2780.             $context['loop']['last'] = === $length;
  2781.         }
  2782.         foreach ($context['_seq'] as $context["_key"] => $context["intranet"]) {
  2783.             // line 147
  2784.             echo "                                    ";
  2785.             $this->loadTemplate("@CmsContainer/Dashboard/index.html.twig""@CmsContainer/Dashboard/index.html.twig"147"550957000")->display(twig_array_merge(twig_array_merge($context, ["title" => twig_sprintf("<a href=\"%s\">%s</a>"$this->extensions['Cms\ContainerBundle\Twig\ContainerRouteExtension']->functionContainerUrl(            // line 150
  2786. $context["intranet"], twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,             // line 151
  2787. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'151$this->source); })()), "user", [], "any"falsefalsefalse151), "uid", [], "any"falsefalsefalse151), "toString", [], "method"falsefalsefalse151)), twig_escape_filter($this->envtwig_get_attribute($this->env$this->source,             // line 153
  2788. $context["intranet"], "name", [], "any"falsefalsefalse153))), "actions" => []]), ['_args' => twig_to_array(["title" => twig_sprintf("<a href=\"%s\">%s</a>"$this->extensions['Cms\ContainerBundle\Twig\ContainerRouteExtension']->functionContainerUrl(            // line 150
  2789. $context["intranet"], twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source,             // line 151
  2790. (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'151$this->source); })()), "user", [], "any"falsefalsefalse151), "uid", [], "any"falsefalsefalse151), "toString", [], "method"falsefalsefalse151)), twig_escape_filter($this->envtwig_get_attribute($this->env$this->source,             // line 153
  2791. $context["intranet"], "name", [], "any"falsefalsefalse153))), "actions" => []])]));
  2792.             // line 157
  2793.             echo "                                ";
  2794.             ++$context['loop']['index0'];
  2795.             ++$context['loop']['index'];
  2796.             $context['loop']['first'] = false;
  2797.             if (isset($context['loop']['length'])) {
  2798.                 --$context['loop']['revindex0'];
  2799.                 --$context['loop']['revindex'];
  2800.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  2801.             }
  2802.         }
  2803.         $_parent $context['_parent'];
  2804.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['intranet'], $context['_parent'], $context['loop']);
  2805.         $context array_intersect_key($context$_parent) + $_parent;
  2806.         // line 158
  2807.         echo "                            ";
  2808.         
  2809.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  2810.         
  2811.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  2812.     }
  2813.     public function getTemplateName()
  2814.     {
  2815.         return "@CmsContainer/Dashboard/index.html.twig";
  2816.     }
  2817.     public function isTraitable()
  2818.     {
  2819.         return false;
  2820.     }
  2821.     public function getDebugInfo()
  2822.     {
  2823.         return array (  3104 => 158,  3090 => 157,  3088 => 153,  3087 => 151,  3086 => 150,  3085 => 153,  3084 => 151,  3083 => 150,  3081 => 147,  3063 => 146,  3053 => 145,  3030 => 142,  2808 => 160,  2805 => 142,  2795 => 141,  2772 => 137,  2537 => 110,  2316 => 130,  2302 => 129,  2300 => 123,  2299 => 122,  2298 => 116,  2297 => 114,  2296 => 113,  2295 => 123,  2294 => 122,  2293 => 116,  2292 => 114,  2291 => 113,  2289 => 110,  2271 => 109,  2261 => 108,  2238 => 105,  2016 => 132,  2013 => 105,  2003 => 104,  1980 => 100,  1745 => 73,  1524 => 93,  1510 => 92,  1508 => 86,  1507 => 85,  1506 => 79,  1505 => 77,  1504 => 76,  1503 => 86,  1502 => 85,  1501 => 79,  1500 => 77,  1499 => 76,  1497 => 73,  1479 => 72,  1469 => 71,  1446 => 68,  1224 => 95,  1221 => 68,  1211 => 67,  1188 => 63,  953 => 36,  732 => 56,  718 => 55,  716 => 49,  715 => 48,  714 => 42,  713 => 40,  712 => 39,  711 => 49,  710 => 48,  709 => 42,  708 => 40,  707 => 39,  705 => 36,  687 => 35,  677 => 34,  654 => 31,  432 => 58,  429 => 31,  419 => 30,  396 => 26,  172 => 169,  170 => 165,  166 => 163,  163 => 162,  160 => 137,  158 => 136,  155 => 135,  152 => 134,  149 => 100,  147 => 99,  144 => 98,  141 => 97,  138 => 63,  136 => 62,  133 => 61,  130 => 60,  127 => 26,  125 => 25,  119 => 21,  114 => 18,  103 => 14,  97 => 12,  95 => 11,  81 => 9,  77 => 8,  73 => 6,  71 => 5,  68 => 4,  58 => 3,  35 => 1,);
  2824.     }
  2825.     public function getSourceContext()
  2826.     {
  2827.         return new Source("{% extends '@ui/dashboards/default.html.twig' %}
  2828. {% block content %}
  2829.     {% if announcements|length > 0 %}
  2830.         <div class=\"row\">
  2831.             <div class=\"col-md-12\">
  2832.                 {% for announcement in announcements %}
  2833.                     <div class=\"system-alert {% if announcement.state in 'danger' %}system-alert--danger{% elseif announcement.state in 'warning' %}system-alert--warning{% elseif announcement.state in 'info' %}system-alert--info{% else %}system-alert--success{% endif %}\">
  2834.                         <div class=\"system-alert__body\">
  2835.                             {% if not (announcement.title starts with 'hideme') %}
  2836.                             <h4 class=\"system-alert__heading\">{{ announcement.title }}</h4>
  2837.                             {% endif %}
  2838.                             <div class=\"system-alert__desc\">{{ announcement.description|raw }}</div>
  2839.                         </div>
  2840.                     </div>
  2841.                 {% endfor %}
  2842.             </div>
  2843.         </div>
  2844.     {% endif %}
  2845.     <div class=\"row\">
  2846.         <div class=\"col-md-8\">
  2847.             {% if favorites|length > 0 %}
  2848.                 {% embed '@ui/common/panels/default.html.twig' with {
  2849.                     title: 'Favorites',
  2850.                     collapsible: true
  2851.                 } %}
  2852.                     {% block body %}
  2853.                         {% embed '@ui/common/lists/modules.html.twig' with {
  2854.                             classes: 'module-list--dash-depts',
  2855.                         } %}
  2856.                             {% block items %}
  2857.                                 {% for favorite in favorites %}
  2858.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  2859.                                         title: '<a href=\"%s\">%s</a>'|format(
  2860.                                             containerUrl(
  2861.                                                 favorite,
  2862.                                                 app.user.uid.toString()
  2863.                                             ),
  2864.                                             favorite.name|escape
  2865.                                         ),
  2866.                                         actions: [
  2867.                                             {
  2868.                                                 text: 'Manage',
  2869.                                                 icon: 'icon icon-lined-folder-front-b',
  2870.                                                 link: path(routes.container__view, {
  2871.                                                     containerId: favorite.id
  2872.                                                 }),
  2873.                                                 classes: 'actions-li__link--borderless',
  2874.                                             },
  2875.                                         ],
  2876.                                     } %}{% endembed %}
  2877.                                 {% endfor %}
  2878.                             {% endblock %}
  2879.                         {% endembed %}
  2880.                     {% endblock %}
  2881.                 {% endembed %}
  2882.             {% endif %}
  2883.             {% if personalSites|length > 0 %}
  2884.                 {% embed '@ui/common/panels/default.html.twig' with {
  2885.                     title: 'Teacher Websites',
  2886.                     collapsible: true
  2887.                 } %}
  2888.                     {% block body %}
  2889.                         {% embed '@ui/common/lists/modules.html.twig' with {
  2890.                             classes: 'module-list--dash-depts',
  2891.                         } %}
  2892.                             {% block items %}
  2893.                                 {% for site in personalSites %}
  2894.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  2895.                                         title: '<a href=\"%s\">%s</a>'|format(
  2896.                                             containerUrl(
  2897.                                                 site,
  2898.                                                 app.user.uid.toString()
  2899.                                             ),
  2900.                                             site.name|escape
  2901.                                         ),
  2902.                                         actions: [
  2903.                                             {
  2904.                                                 text: 'Manage',
  2905.                                                 icon: 'icon icon-lined-folder-front-b',
  2906.                                                 link: path(routes.container__view, {
  2907.                                                     containerId: site.id
  2908.                                                 }),
  2909.                                                 classes: 'actions-li__link--borderless',
  2910.                                             },
  2911.                                         ],
  2912.                                     } %}{% endembed %}
  2913.                                 {% endfor %}
  2914.                             {% endblock %}
  2915.                         {% endembed %}
  2916.                     {% endblock %}
  2917.                 {% endembed %}
  2918.             {% endif %}
  2919.             {% if sites|length > 0 %}
  2920.                 {% embed '@ui/common/panels/default.html.twig' with {
  2921.                     title: 'Websites',
  2922.                     collapsible: true
  2923.                 } %}
  2924.                     {% block body %}
  2925.                         {% embed '@ui/common/lists/modules.html.twig' with {
  2926.                             classes: 'module-list--dash-depts',
  2927.                         } %}
  2928.                             {% block items %}
  2929.                                 {% for site in sites %}
  2930.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  2931.                                         title: '<a href=\"%s\">%s</a>'|format(
  2932.                                             containerUrl(
  2933.                                                 site,
  2934.                                                 app.user.uid.toString()
  2935.                                             ),
  2936.                                             site.name|escape
  2937.                                         ),
  2938.                                         actions: [
  2939.                                             {
  2940.                                                 text: 'Manage',
  2941.                                                 icon: 'icon icon-lined-folder-front-b',
  2942.                                                 link: path(routes.container__view, {
  2943.                                                     containerId: site.id
  2944.                                                 }),
  2945.                                                 classes: 'actions-li__link--borderless',
  2946.                                             },
  2947.                                         ],
  2948.                                     } %}{% endembed %}
  2949.                                 {% endfor %}
  2950.                             {% endblock %}
  2951.                         {% endembed %}
  2952.                     {% endblock %}
  2953.                 {% endembed %}
  2954.             {% endif %}
  2955.             {% if intranets|length > 0 %}
  2956.                 {% embed '@ui/common/panels/default.html.twig' with {
  2957.                     title: 'Intranets',
  2958.                     collapsible: true
  2959.                 } %}
  2960.                     {% block body %}
  2961.                         {% embed '@ui/common/lists/modules.html.twig' with {
  2962.                             classes: 'module-list--dash-depts',
  2963.                         } %}
  2964.                             {% block items %}
  2965.                                 {% for intranet in intranets %}
  2966.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  2967.                                         title: '<a href=\"%s\">%s</a>'|format(
  2968.                                             containerUrl(
  2969.                                                 intranet,
  2970.                                                 app.user.uid.toString()
  2971.                                             ),
  2972.                                             intranet.name|escape
  2973.                                         ),
  2974.                                         actions: [],
  2975.                                     } %}{% endembed %}
  2976.                                 {% endfor %}
  2977.                             {% endblock %}
  2978.                         {% endembed %}
  2979.                     {% endblock %}
  2980.                 {% endembed %}
  2981.             {% endif %}
  2982.         </div>
  2983.         <div class=\"col-md-4\">
  2984.             {% include '@PlatformMarketing/Dashboard/Default/includes/hubspot_frame.html.twig' with {
  2985.                 src: 'https://617533.hs-sites.com/website-cms-right-panel',
  2986.                 autoHeight: true
  2987.             } %}
  2988.         </div>
  2989.     </div>
  2990. {% endblock %}
  2991. ""@CmsContainer/Dashboard/index.html.twig""/var/www/campussuite/src/Cms/ContainerBundle/Resources/views/Dashboard/index.html.twig");
  2992.     }
  2993. }
  2994. /* @CmsContainer/Dashboard/index.html.twig */
  2995. class __TwigTemplate_e253b24373b756755f68566405e728db___550957000 extends \Twig\Template
  2996. {
  2997.     private $source;
  2998.     private $macros = [];
  2999.     public function __construct(Environment $env)
  3000.     {
  3001.         parent::__construct($env);
  3002.         $this->source $this->getSourceContext();
  3003.         $this->blocks = [
  3004.         ];
  3005.     }
  3006.     protected function doGetParent(array $context)
  3007.     {
  3008.         // line 147
  3009.         return "@ui/common/lists/items/modules.html.twig";
  3010.     }
  3011.     protected function doDisplay(array $context, array $blocks = [])
  3012.     {
  3013.         $macros $this->macros;
  3014.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  3015.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  3016.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  3017.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@CmsContainer/Dashboard/index.html.twig"));
  3018.         $this->parent $this->loadTemplate("@ui/common/lists/items/modules.html.twig""@CmsContainer/Dashboard/index.html.twig"147);
  3019.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  3020.         
  3021.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  3022.         
  3023.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  3024.     }
  3025.     public function getTemplateName()
  3026.     {
  3027.         return "@CmsContainer/Dashboard/index.html.twig";
  3028.     }
  3029.     public function isTraitable()
  3030.     {
  3031.         return false;
  3032.     }
  3033.     public function getDebugInfo()
  3034.     {
  3035.         return array (  3325 => 147,  3104 => 158,  3090 => 157,  3088 => 153,  3087 => 151,  3086 => 150,  3085 => 153,  3084 => 151,  3083 => 150,  3081 => 147,  3063 => 146,  3053 => 145,  3030 => 142,  2808 => 160,  2805 => 142,  2795 => 141,  2772 => 137,  2537 => 110,  2316 => 130,  2302 => 129,  2300 => 123,  2299 => 122,  2298 => 116,  2297 => 114,  2296 => 113,  2295 => 123,  2294 => 122,  2293 => 116,  2292 => 114,  2291 => 113,  2289 => 110,  2271 => 109,  2261 => 108,  2238 => 105,  2016 => 132,  2013 => 105,  2003 => 104,  1980 => 100,  1745 => 73,  1524 => 93,  1510 => 92,  1508 => 86,  1507 => 85,  1506 => 79,  1505 => 77,  1504 => 76,  1503 => 86,  1502 => 85,  1501 => 79,  1500 => 77,  1499 => 76,  1497 => 73,  1479 => 72,  1469 => 71,  1446 => 68,  1224 => 95,  1221 => 68,  1211 => 67,  1188 => 63,  953 => 36,  732 => 56,  718 => 55,  716 => 49,  715 => 48,  714 => 42,  713 => 40,  712 => 39,  711 => 49,  710 => 48,  709 => 42,  708 => 40,  707 => 39,  705 => 36,  687 => 35,  677 => 34,  654 => 31,  432 => 58,  429 => 31,  419 => 30,  396 => 26,  172 => 169,  170 => 165,  166 => 163,  163 => 162,  160 => 137,  158 => 136,  155 => 135,  152 => 134,  149 => 100,  147 => 99,  144 => 98,  141 => 97,  138 => 63,  136 => 62,  133 => 61,  130 => 60,  127 => 26,  125 => 25,  119 => 21,  114 => 18,  103 => 14,  97 => 12,  95 => 11,  81 => 9,  77 => 8,  73 => 6,  71 => 5,  68 => 4,  58 => 3,  35 => 1,);
  3036.     }
  3037.     public function getSourceContext()
  3038.     {
  3039.         return new Source("{% extends '@ui/dashboards/default.html.twig' %}
  3040. {% block content %}
  3041.     {% if announcements|length > 0 %}
  3042.         <div class=\"row\">
  3043.             <div class=\"col-md-12\">
  3044.                 {% for announcement in announcements %}
  3045.                     <div class=\"system-alert {% if announcement.state in 'danger' %}system-alert--danger{% elseif announcement.state in 'warning' %}system-alert--warning{% elseif announcement.state in 'info' %}system-alert--info{% else %}system-alert--success{% endif %}\">
  3046.                         <div class=\"system-alert__body\">
  3047.                             {% if not (announcement.title starts with 'hideme') %}
  3048.                             <h4 class=\"system-alert__heading\">{{ announcement.title }}</h4>
  3049.                             {% endif %}
  3050.                             <div class=\"system-alert__desc\">{{ announcement.description|raw }}</div>
  3051.                         </div>
  3052.                     </div>
  3053.                 {% endfor %}
  3054.             </div>
  3055.         </div>
  3056.     {% endif %}
  3057.     <div class=\"row\">
  3058.         <div class=\"col-md-8\">
  3059.             {% if favorites|length > 0 %}
  3060.                 {% embed '@ui/common/panels/default.html.twig' with {
  3061.                     title: 'Favorites',
  3062.                     collapsible: true
  3063.                 } %}
  3064.                     {% block body %}
  3065.                         {% embed '@ui/common/lists/modules.html.twig' with {
  3066.                             classes: 'module-list--dash-depts',
  3067.                         } %}
  3068.                             {% block items %}
  3069.                                 {% for favorite in favorites %}
  3070.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  3071.                                         title: '<a href=\"%s\">%s</a>'|format(
  3072.                                             containerUrl(
  3073.                                                 favorite,
  3074.                                                 app.user.uid.toString()
  3075.                                             ),
  3076.                                             favorite.name|escape
  3077.                                         ),
  3078.                                         actions: [
  3079.                                             {
  3080.                                                 text: 'Manage',
  3081.                                                 icon: 'icon icon-lined-folder-front-b',
  3082.                                                 link: path(routes.container__view, {
  3083.                                                     containerId: favorite.id
  3084.                                                 }),
  3085.                                                 classes: 'actions-li__link--borderless',
  3086.                                             },
  3087.                                         ],
  3088.                                     } %}{% endembed %}
  3089.                                 {% endfor %}
  3090.                             {% endblock %}
  3091.                         {% endembed %}
  3092.                     {% endblock %}
  3093.                 {% endembed %}
  3094.             {% endif %}
  3095.             {% if personalSites|length > 0 %}
  3096.                 {% embed '@ui/common/panels/default.html.twig' with {
  3097.                     title: 'Teacher Websites',
  3098.                     collapsible: true
  3099.                 } %}
  3100.                     {% block body %}
  3101.                         {% embed '@ui/common/lists/modules.html.twig' with {
  3102.                             classes: 'module-list--dash-depts',
  3103.                         } %}
  3104.                             {% block items %}
  3105.                                 {% for site in personalSites %}
  3106.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  3107.                                         title: '<a href=\"%s\">%s</a>'|format(
  3108.                                             containerUrl(
  3109.                                                 site,
  3110.                                                 app.user.uid.toString()
  3111.                                             ),
  3112.                                             site.name|escape
  3113.                                         ),
  3114.                                         actions: [
  3115.                                             {
  3116.                                                 text: 'Manage',
  3117.                                                 icon: 'icon icon-lined-folder-front-b',
  3118.                                                 link: path(routes.container__view, {
  3119.                                                     containerId: site.id
  3120.                                                 }),
  3121.                                                 classes: 'actions-li__link--borderless',
  3122.                                             },
  3123.                                         ],
  3124.                                     } %}{% endembed %}
  3125.                                 {% endfor %}
  3126.                             {% endblock %}
  3127.                         {% endembed %}
  3128.                     {% endblock %}
  3129.                 {% endembed %}
  3130.             {% endif %}
  3131.             {% if sites|length > 0 %}
  3132.                 {% embed '@ui/common/panels/default.html.twig' with {
  3133.                     title: 'Websites',
  3134.                     collapsible: true
  3135.                 } %}
  3136.                     {% block body %}
  3137.                         {% embed '@ui/common/lists/modules.html.twig' with {
  3138.                             classes: 'module-list--dash-depts',
  3139.                         } %}
  3140.                             {% block items %}
  3141.                                 {% for site in sites %}
  3142.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  3143.                                         title: '<a href=\"%s\">%s</a>'|format(
  3144.                                             containerUrl(
  3145.                                                 site,
  3146.                                                 app.user.uid.toString()
  3147.                                             ),
  3148.                                             site.name|escape
  3149.                                         ),
  3150.                                         actions: [
  3151.                                             {
  3152.                                                 text: 'Manage',
  3153.                                                 icon: 'icon icon-lined-folder-front-b',
  3154.                                                 link: path(routes.container__view, {
  3155.                                                     containerId: site.id
  3156.                                                 }),
  3157.                                                 classes: 'actions-li__link--borderless',
  3158.                                             },
  3159.                                         ],
  3160.                                     } %}{% endembed %}
  3161.                                 {% endfor %}
  3162.                             {% endblock %}
  3163.                         {% endembed %}
  3164.                     {% endblock %}
  3165.                 {% endembed %}
  3166.             {% endif %}
  3167.             {% if intranets|length > 0 %}
  3168.                 {% embed '@ui/common/panels/default.html.twig' with {
  3169.                     title: 'Intranets',
  3170.                     collapsible: true
  3171.                 } %}
  3172.                     {% block body %}
  3173.                         {% embed '@ui/common/lists/modules.html.twig' with {
  3174.                             classes: 'module-list--dash-depts',
  3175.                         } %}
  3176.                             {% block items %}
  3177.                                 {% for intranet in intranets %}
  3178.                                     {% embed '@ui/common/lists/items/modules.html.twig' with {
  3179.                                         title: '<a href=\"%s\">%s</a>'|format(
  3180.                                             containerUrl(
  3181.                                                 intranet,
  3182.                                                 app.user.uid.toString()
  3183.                                             ),
  3184.                                             intranet.name|escape
  3185.                                         ),
  3186.                                         actions: [],
  3187.                                     } %}{% endembed %}
  3188.                                 {% endfor %}
  3189.                             {% endblock %}
  3190.                         {% endembed %}
  3191.                     {% endblock %}
  3192.                 {% endembed %}
  3193.             {% endif %}
  3194.         </div>
  3195.         <div class=\"col-md-4\">
  3196.             {% include '@PlatformMarketing/Dashboard/Default/includes/hubspot_frame.html.twig' with {
  3197.                 src: 'https://617533.hs-sites.com/website-cms-right-panel',
  3198.                 autoHeight: true
  3199.             } %}
  3200.         </div>
  3201.     </div>
  3202. {% endblock %}
  3203. ""@CmsContainer/Dashboard/index.html.twig""/var/www/campussuite/src/Cms/ContainerBundle/Resources/views/Dashboard/index.html.twig");
  3204.     }
  3205. }