File "a05c740b135809e89bab3baef6df11d8ac9a1113b02f107f6f47f6d8c2c54755.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/cache/a0/a05c740b135809e89bab3baef6df11d8ac9a1113b02f107f6f47f6d8c2c54755.php
File
size: 2.52 B (2.52 KB bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
/* extension/dashboard/customer_info.twig */
class __TwigTemplate_734b9bacce800397575510c390d8894c8de5d7c6fa7d458e35b0281e51b7d6bd extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "<div class=\"tile tile-primary\">
<div class=\"tile-heading\">";
// line 2
echo (isset($context["heading_title"]) ? $context["heading_title"] : null);
echo " <span class=\"pull-right\">
";
// line 3
if (((isset($context["percentage"]) ? $context["percentage"] : null) > 0)) {
// line 4
echo " <i class=\"fa fa-caret-up\"></i>
";
} elseif (( // line 5
(isset($context["percentage"]) ? $context["percentage"] : null) < 0)) {
// line 6
echo " <i class=\"fa fa-caret-down\"></i>
";
}
// line 8
echo " ";
echo (isset($context["percentage"]) ? $context["percentage"] : null);
echo "%</span></div>
<div class=\"tile-body\"><i class=\"fa fa-user\"></i>
<h2 class=\"pull-right\">";
// line 10
echo (isset($context["total"]) ? $context["total"] : null);
echo "</h2>
</div>
<div class=\"tile-footer\"><a href=\"";
// line 12
echo (isset($context["customer"]) ? $context["customer"] : null);
echo "\">";
echo (isset($context["text_view"]) ? $context["text_view"] : null);
echo "</a></div>
</div>
";
}
public function getTemplateName()
{
return "extension/dashboard/customer_info.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 48 => 12, 43 => 10, 37 => 8, 33 => 6, 31 => 5, 28 => 4, 26 => 3, 22 => 2, 19 => 1,);
}
}
/* <div class="tile tile-primary">*/
/* <div class="tile-heading">{{ heading_title }} <span class="pull-right">*/
/* {% if percentage > 0 %}*/
/* <i class="fa fa-caret-up"></i>*/
/* {% elseif percentage < 0 %}*/
/* <i class="fa fa-caret-down"></i>*/
/* {% endif %}*/
/* {{ percentage }}%</span></div>*/
/* <div class="tile-body"><i class="fa fa-user"></i>*/
/* <h2 class="pull-right">{{ total }}</h2>*/
/* </div>*/
/* <div class="tile-footer"><a href="{{ customer }}">{{ text_view }}</a></div>*/
/* </div>*/
/* */