parent = false; $this->blocks = array( ); } protected function doDisplay(array $context, array $blocks = array()) { // line 1 echo "
You are offline
env, ($context["base_url_relative"] ?? null), "html", null, true); echo "/user/"; echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["admin"] ?? null), "user", array()), "username", array())); echo "\"> "; // line 6 $this->loadTemplate("partials/nav-user-avatar.html.twig", "partials/nav-user-details.html.twig", 6)->display($context); // line 7 echo "

"; // line 9 echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["admin"] ?? null), "user", array()), "fullname", array())); echo " "; if ($this->getAttribute($this->getAttribute(($context["admin"] ?? null), "user", array()), "twofa_enabled", array())) { echo "2FA"; } echo "

"; // line 10 echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(($context["admin"] ?? null), "user", array()), "title", array())); echo "
"; } public function getTemplateName() { return "partials/nav-user-details.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 45 => 10, 37 => 9, 33 => 7, 31 => 6, 25 => 5, 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("
You are offline
{% include 'partials/nav-user-avatar.html.twig' %}

{{ admin.user.fullname|e }} {% if admin.user.twofa_enabled %}2FA{% endif %}

{{ admin.user.title|e }}
", "partials/nav-user-details.html.twig", "/mnt/data/Sites/static-ethica.net/user/plugins/admin/themes/grav/templates/partials/nav-user-details.html.twig"); } }