<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* @CorporateTraining/ct-default/footer-index.html.twig */
class __TwigTemplate_93ec15f0ac59dddd549c68772c71e5b845acbc28e762d873ac9162cdcc6dab73 extends Template
{
private $source;
private $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_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@CorporateTraining/ct-default/footer-index.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@CorporateTraining/ct-default/footer-index.html.twig"));
// line 1
echo "<div class=\"text-center es-footer footer ct-footer\">
<div class=\"copyright\">
";
// line 3
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("AppBundle\\Controller\\DefaultController::footNavigationAction"));
echo "
<div class=\"text-gray\" data-role=\"default-foot-bar\">
";
// line 6
$this->loadTemplate("powered-by.html.twig", "@CorporateTraining/ct-default/footer-index.html.twig", 6)->display($context);
// line 7
echo " ";
echo $this->extensions['AppBundle\Twig\WebExtension']->getSetting("site.analytics");
echo "
";
// line 8
echo $this->extensions['AppBundle\Twig\WebExtension']->getSetting("site.icpHtml");
echo "
<span class=\"\">
";
// line 10
if ($this->extensions['AppBundle\Twig\WebExtension']->getSetting("site.copyright")) {
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("homepage.footer.course_copyright", ["%copyRightUrl%" => $this->extensions['AppBundle\Twig\WebExtension']->getSetting("site.copyright")]);
}
echo " ";
if ($this->extensions['AppBundle\Twig\WebExtension']->getSetting("site.icp")) {
echo "<a href=\"http://beian.miit.gov.cn/\" target=\"_blank\">";
echo twig_escape_filter($this->env, $this->extensions['AppBundle\Twig\WebExtension']->getSetting("site.icp"), "html", null, true);
echo "</a>";
}
// line 11
echo "
";
// line 13
echo " </span>
</div>
</div>
</div>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "@CorporateTraining/ct-default/footer-index.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 78 => 13, 75 => 11, 65 => 10, 60 => 8, 55 => 7, 53 => 6, 47 => 3, 43 => 1,);
}
public function getSourceContext()
{
return new Source("<div class=\"text-center es-footer footer ct-footer\">
<div class=\"copyright\">
{{ render(controller('AppBundle\\\\Controller\\\\DefaultController::footNavigationAction')) }}
<div class=\"text-gray\" data-role=\"default-foot-bar\">
{% include \"powered-by.html.twig\" %}
{{ setting('site.analytics')|raw }}
{{ setting('site.icpHtml')|raw }}
<span class=\"\">
{% if setting('site.copyright') %}{{'homepage.footer.course_copyright'|trans({'%copyRightUrl%': setting('site.copyright')})|raw}}{% endif %} {% if setting('site.icp') %}<a href=\"http://beian.miit.gov.cn/\" target=\"_blank\">{{ setting('site.icp') }}</a>{% endif %}
{# <a href=\"{{ path('course_archive') }}\">{{'课程存档'|trans}}</a> #}
</span>
</div>
</div>
</div>
", "@CorporateTraining/ct-default/footer-index.html.twig", "/var/www/hangzhou/hz-2.77.edusoho.cn/src/CorporateTrainingBundle/Resources/views/ct-default/footer-index.html.twig");
}
}