env, (($context["base_url_relative"] ?? null) . ($context["route"] ?? null)), "html", null, true);
echo "\">
";
// line 12
$this->loadTemplate("partials/nav-user-avatar.html.twig", "partials/nav-user-details.html.twig", 12)->display($context);
// line 13
echo "
";
// line 15
echo twig_escape_filter($this->env, $this->getAttribute(($context["user"] ?? null), "fullname", []));
echo " ";
if (($this->getAttribute(($context["user"] ?? null), "twofa_enabled", []) && $this->getAttribute($this->getAttribute($this->getAttribute(($context["config"] ?? null), "plugins", []), "admin", []), "twofa_enabled", []))) {
echo "2FA";
}
echo "
";
// line 16
echo twig_escape_filter($this->env, $this->getAttribute(($context["user"] ?? null), "title", []));
echo "