File: /home/cafsindia/help.cafsindia.com/var/cache/dev/twig/67/67e1a65796630cd61c2a2288068ebdb3.php
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
use Twig\TemplateWrapper;
/* @KnpPaginator/Pagination/twitter_bootstrap_v3_sortable_link.html.twig */
class __TwigTemplate_c9582c21efad0eafeb1cac201550e08f extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@KnpPaginator/Pagination/twitter_bootstrap_v3_sortable_link.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@KnpPaginator/Pagination/twitter_bootstrap_v3_sortable_link.html.twig"));
// line 9
yield "<a";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable((isset($context["options"]) || array_key_exists("options", $context) ? $context["options"] : (function () { throw new RuntimeError('Variable "options" does not exist.', 9, $this->source); })()));
foreach ($context['_seq'] as $context["attr"] => $context["value"]) {
yield " ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["attr"], "html", null, true);
yield "=\"";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["value"], "html", null, true);
yield "\"";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['attr'], $context['value'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
yield " style=\"color: #000;\">
<span class=\"pull-right\">
";
// line 11
if ((isset($context["sorted"]) || array_key_exists("sorted", $context) ? $context["sorted"] : (function () { throw new RuntimeError('Variable "sorted" does not exist.', 11, $this->source); })())) {
// line 12
yield " ";
if (((isset($context["direction"]) || array_key_exists("direction", $context) ? $context["direction"] : (function () { throw new RuntimeError('Variable "direction" does not exist.', 12, $this->source); })()) == "desc")) {
// line 13
yield " <i class=\"glyphicon glyphicon-sort-by-attributes-alt\"></i>
";
} else {
// line 15
yield " <i class=\"glyphicon glyphicon-sort-by-attributes\"></i>
";
}
// line 17
yield " ";
} else {
// line 18
yield " <i class=\"glyphicon glyphicon-sort\" style=\"color: #d2d6de;\"></i>
";
}
// line 20
yield " </span>
";
// line 21
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape((isset($context["title"]) || array_key_exists("title", $context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.', 21, $this->source); })()), "html", null, true);
yield "
</a>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "@KnpPaginator/Pagination/twitter_bootstrap_v3_sortable_link.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 88 => 21, 85 => 20, 81 => 18, 78 => 17, 74 => 15, 70 => 13, 67 => 12, 65 => 11, 48 => 9,);
}
public function getSourceContext(): Source
{
return new Source("{#
/**
* @file
* Twitter Bootstrap v3 Sorting control implementation.
*
* @author Afolabi Olayinka <folabiolayinka@gmail.com>
*/
#}
<a{% for attr, value in options %} {{ attr }}=\"{{ value }}\"{% endfor %} style=\"color: #000;\">
<span class=\"pull-right\">
{% if sorted %}
{% if direction == 'desc' %}
<i class=\"glyphicon glyphicon-sort-by-attributes-alt\"></i>
{% else %}
<i class=\"glyphicon glyphicon-sort-by-attributes\"></i>
{% endif %}
{% else %}
<i class=\"glyphicon glyphicon-sort\" style=\"color: #d2d6de;\"></i>
{% endif %}
</span>
{{ title }}
</a>
", "@KnpPaginator/Pagination/twitter_bootstrap_v3_sortable_link.html.twig", "/home/users/sanjeev.papnoi/www/html/uvdesk-community-v1.1.6/vendor/knplabs/knp-paginator-bundle/templates/Pagination/twitter_bootstrap_v3_sortable_link.html.twig");
}
}