parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "
";
// line 2
if ($this->getAttribute(($context["plugin"] ?? null), "author", array())) {
// line 3
echo "
";
// line 4
echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.AUTHOR"), "html", null, true);
echo ": |
";
// line 6
if ($this->getAttribute($this->getAttribute(($context["plugin"] ?? null), "author", array()), "url", array())) {
// line 7
echo " env, $this->getAttribute($this->getAttribute(($context["plugin"] ?? null), "author", array()), "url", array()), "html", null, true);
echo "\" target=\"_blank\">";
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["plugin"] ?? null), "author", array()), "name", array()), "html", null, true);
echo "
";
} else {
// line 9
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["plugin"] ?? null), "author", array()), "name", array()), "html", null, true);
echo "
";
}
// line 11
echo " ";
if ($this->getAttribute($this->getAttribute(($context["plugin"] ?? null), "author", array()), "email", array())) {
// line 12
echo " - env, $this->getAttribute($this->getAttribute(($context["plugin"] ?? null), "author", array()), "email", array()), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["plugin"] ?? null), "author", array()), "email", array()), "html", null, true);
echo "
";
}
// line 14
echo " |
";
}
// line 17
echo " ";
if ($this->getAttribute(($context["plugin"] ?? null), "homepage", array())) {
// line 18
echo "
";
// line 19
echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.HOMEPAGE"), "html", null, true);
echo ": |
env, $this->getAttribute(($context["plugin"] ?? null), "homepage", array()), "html", null, true);
echo "\" target=\"_blank\">";
echo twig_escape_filter($this->env, $this->getAttribute(($context["plugin"] ?? null), "homepage", array()), "html", null, true);
echo " |
";
}
// line 23
echo " ";
if ($this->getAttribute(($context["plugin"] ?? null), "demo", array())) {
// line 24
echo "
";
// line 25
echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.DEMO"), "html", null, true);
echo ": |
env, $this->getAttribute(($context["plugin"] ?? null), "demo", array()), "html", null, true);
echo "\" target=\"_blank\">";
echo twig_escape_filter($this->env, $this->getAttribute(($context["plugin"] ?? null), "demo", array()), "html", null, true);
echo " |
";
}
// line 29
echo " ";
if ($this->getAttribute(($context["plugin"] ?? null), "bugs", array())) {
// line 30
echo "
";
// line 31
echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.BUG_TRACKER"), "html", null, true);
echo ": |
env, $this->getAttribute(($context["plugin"] ?? null), "bugs", array()), "html", null, true);
echo "\" target=\"_blank\">";
echo twig_escape_filter($this->env, $this->getAttribute(($context["plugin"] ?? null), "bugs", array()), "html", null, true);
echo " |
";
}
// line 35
echo " ";
if ($this->getAttribute(($context["plugin"] ?? null), "keywords", array())) {
// line 36
echo "
";
// line 37
echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.KEYWORDS"), "html", null, true);
echo ": |
";
// line 38
echo twig_escape_filter($this->env, twig_join_filter($this->getAttribute(($context["plugin"] ?? null), "keywords", array()), ", "), "html", null, true);
echo " |
";
}
// line 41
echo " ";
if ($this->getAttribute(($context["plugin"] ?? null), "license", array())) {
// line 42
echo "
";
// line 43
echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.LICENSE"), "html", null, true);
echo ": |
";
// line 44
echo twig_escape_filter($this->env, $this->getAttribute(($context["plugin"] ?? null), "license", array()), "html", null, true);
echo " |
";
}
// line 47
echo "
";
// line 48
if ($this->getAttribute(($context["plugin"] ?? null), "description", array())) {
// line 49
echo "
";
// line 50
echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.DESCRIPTION"), "html", null, true);
echo ": |
";
// line 51
echo $this->getAttribute(($context["plugin"] ?? null), "description_html", array());
echo " |
";
}
// line 54
echo "
";
// line 55
if (($this->getAttribute(($context["plugin"] ?? null), "readme", array()) || $this->getAttribute(($context["plugin"] ?? null), "homepage", array()))) {
// line 56
echo " ";
$context["readme_link"] = (($this->getAttribute(($context["plugin"] ?? null), "readme", array())) ? ($this->getAttribute(($context["plugin"] ?? null), "readme", array())) : ((($this->getAttribute(($context["plugin"] ?? null), "docs", array(), "any", true, true)) ? (_twig_default_filter($this->getAttribute(($context["plugin"] ?? null), "docs", array()), ($this->getAttribute(($context["plugin"] ?? null), "homepage", array()) . "/blob/master/README.md"))) : (($this->getAttribute(($context["plugin"] ?? null), "homepage", array()) . "/blob/master/README.md")))));
// line 57
echo "
";
// line 58
echo twig_escape_filter($this->env, $this->env->getExtension('Grav\Plugin\Admin\AdminTwigExtension')->tuFilter("PLUGIN_ADMIN.README"), "html", null, true);
echo ": |
env, ($context["readme_link"] ?? null), "html", null, true);
echo "\" target=\"_blank\">";
echo twig_escape_filter($this->env, ($context["readme_link"] ?? null), "html", null, true);
echo " |
";
}
// line 62
echo "
";
}
public function getTemplateName()
{
return "partials/plugin-data.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 191 => 62, 183 => 59, 179 => 58, 176 => 57, 173 => 56, 171 => 55, 168 => 54, 162 => 51, 158 => 50, 155 => 49, 153 => 48, 150 => 47, 144 => 44, 140 => 43, 137 => 42, 134 => 41, 128 => 38, 124 => 37, 121 => 36, 118 => 35, 110 => 32, 106 => 31, 103 => 30, 100 => 29, 92 => 26, 88 => 25, 85 => 24, 82 => 23, 74 => 20, 70 => 19, 67 => 18, 64 => 17, 59 => 14, 51 => 12, 48 => 11, 42 => 9, 34 => 7, 32 => 6, 27 => 4, 24 => 3, 22 => 2, 19 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Twig_Source("