Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
system
/
storage
/
cache
/
51
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /* extension/dashboard/sale_info.twig */ class __TwigTemplate_d7cb8069596258b350c212523c44eec51b84c7703bd9025c0e6b96c21267c336 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-credit-card\"></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["sale"]) ? $context["sale"] : null); echo "\">"; echo (isset($context["text_view"]) ? $context["text_view"] : null); echo "</a></div> </div> "; } public function getTemplateName() { return "extension/dashboard/sale_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-credit-card"></i>*/ /* <h2 class="pull-right">{{ total }}</h2>*/ /* </div>*/ /* <div class="tile-footer"><a href="{{ sale }}">{{ text_view }}</a></div>*/ /* </div>*/ /* */