parent = false; $this->blocks = array( 'alerts' => array($this, 'block_alerts'), 'header' => array($this, 'block_header'), 'preview' => array($this, 'block_preview'), 'content' => array($this, 'block_content'), 'table' => array($this, 'block_table'), 'notes' => array($this, 'block_notes'), ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "
"; // line 8 echo " "; // line 9 $this->displayBlock('alerts', $context, $blocks); // line 10 echo "
"; // line 12 $this->displayBlock('header', $context, $blocks); // line 17 echo "
"; // line 129 $this->displayBlock('preview', $context, $blocks); // line 130 echo " "; $this->displayBlock('content', $context, $blocks); // line 131 echo "
"; // line 132 $this->displayBlock('table', $context, $blocks); // line 133 echo "

Loading env, ($this->getAttribute($this->getAttribute($_environment_, "config"), "get", array(0 => "admin_url"), "method") . "/images/wpspin_light.gif"), "html", null, true); echo "\" alt=\"\" title=\""; // line 143 echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('translate')->getCallable(), array("Loading")), "html", null, true); echo "\"/>

"; // line 147 $this->displayBlock('notes', $context, $blocks); // line 148 echo "
"; } // line 9 public function block_alerts($context, array $blocks = array()) { } // line 12 public function block_header($context, array $blocks = array()) { // line 13 echo "
Gallery by Supsystic
"; } // line 129 public function block_preview($context, array $blocks = array()) { } // line 130 public function block_content($context, array $blocks = array()) { } // line 132 public function block_table($context, array $blocks = array()) { } // line 147 public function block_notes($context, array $blocks = array()) { } public function getTemplateName() { return "grid-gallery.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 258 => 147, 253 => 132, 248 => 130, 243 => 129, 236 => 13, 233 => 12, 228 => 9, 223 => 148, 221 => 147, 214 => 143, 209 => 142, 198 => 133, 196 => 132, 193 => 131, 190 => 130, 188 => 129, 183 => 126, 180 => 117, 178 => 72, 175 => 70, 173 => 64, 165 => 59, 159 => 57, 149 => 55, 142 => 51, 136 => 49, 128 => 48, 125 => 47, 117 => 43, 111 => 41, 90 => 33, 83 => 32, 77 => 29, 71 => 27, 64 => 26, 58 => 23, 52 => 21, 45 => 20, 40 => 17, 38 => 12, 34 => 10, 25 => 1, 185 => 20, 182 => 19, 176 => 16, 170 => 12, 164 => 8, 160 => 7, 152 => 56, 147 => 5, 138 => 4, 127 => 3, 115 => 73, 104 => 40, 99 => 70, 96 => 35, 94 => 66, 91 => 64, 89 => 54, 86 => 53, 84 => 52, 80 => 50, 74 => 45, 69 => 40, 62 => 36, 56 => 34, 53 => 33, 43 => 29, 35 => 27, 32 => 9, 29 => 8,); } }