";
// line 35
ob_start(function () { return ''; });
echo __("Application Name");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 36
echo " ";
echo $context["forms"]->getinput("name", ($context["title"] ?? null), $this->getAttribute(($context["client"] ?? null), "name", []));
echo "
";
// line 38
ob_start(function () { return ''; });
echo __("Client Id");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 39
echo " ";
echo $context["forms"]->getdisabled("clientId", ($context["title"] ?? null), $this->getAttribute(($context["client"] ?? null), "key", []), "", "", "disabled");
echo "
";
// line 41
ob_start(function () { return ''; });
echo __("Client Secret");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 42
echo " ";
ob_start(function () { return ''; });
echo __("Copy to Clipboard");
$context["buttonTitle"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 43
echo " ";
echo $context["forms"]->getinputWithButton("clientSecret", ($context["title"] ?? null), $this->getAttribute(($context["client"] ?? null), "secret", []), "", "", "readonly='readonly'", "", "copy-button", ($context["buttonTitle"] ?? null), "button", "");
echo "
";
// line 45
ob_start(function () { return ''; });
echo __("Reset Secret?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 46
echo " ";
ob_start(function () { return ''; });
echo __("Reset your client secret to prevent access from any existing application.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 47
echo " ";
echo $context["forms"]->getcheckbox("resetKeys", ($context["title"] ?? null), 0, ($context["helpText"] ?? null));
echo "
";
// line 49
ob_start(function () { return ''; });
echo __("Authorization Code?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 50
echo " ";
ob_start(function () { return ''; });
echo __("Allow the Authorization Code Grant for this Client?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 51
echo " ";
echo $context["forms"]->getcheckbox("authCode", ($context["title"] ?? null), $this->getAttribute(($context["client"] ?? null), "authCode", []), ($context["helpText"] ?? null));
echo "
";
// line 53
ob_start(function () { return ''; });
echo __("Client Credentials?");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 54
echo " ";
ob_start(function () { return ''; });
echo __("Allow the Client Credentials Grant for this Client?");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 55
echo " ";
echo $context["forms"]->getcheckbox("clientCredentials", ($context["title"] ?? null), $this->getAttribute(($context["client"] ?? null), "clientCredentials", []), ($context["helpText"] ?? null));
echo "
";
// line 57
ob_start(function () { return ''; });
echo __("Redirect URI");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 58
echo " ";
ob_start(function () { return ''; });
echo __("White listed redirect URI's that will be allowed, only application for Authorization Code Grants");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 59
echo " ";
echo $context["forms"]->getinput("redirectUri[]", ($context["title"] ?? null), "", ($context["helpText"] ?? null));
echo "
";
// line 62
ob_start(function () { return ''; });
echo __("Select permissions to grant to this application (scopes).");
$context["message"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 63
echo " ";
echo $context["forms"]->getmessage(($context["message"] ?? null));
echo "
";
// line 65
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($this->getAttribute(($context["client"] ?? null), "redirectUris", []));
foreach ($context['_seq'] as $context["_key"] => $context["url"]) {
// line 66
echo " ";
ob_start(function () { return ''; });
echo __("Redirect URI");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 67
echo " ";
echo $context["forms"]->getinput("redirectUri[]", ($context["title"] ?? null), $this->getAttribute($context["url"], "redirectUri", []));
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['url'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 69
echo "
";
// line 70
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(($context["scopes"] ?? null));
foreach ($context['_seq'] as $context["_key"] => $context["scope"]) {
// line 71
echo " ";
ob_start(function () { return ''; });
echo twig_escape_filter($this->env, $this->getAttribute($context["scope"], "description", []), "html", null, true);
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 72
echo " ";
ob_start(function () { return ''; });
echo "scope_";
echo twig_escape_filter($this->env, $this->getAttribute($context["scope"], "id", []), "html", null, true);
$context["id"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 73
echo " ";
echo $context["forms"]->getcheckbox(($context["id"] ?? null), ($context["title"] ?? null), $this->getAttribute($context["scope"], "selected", []));
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['scope'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 75
echo "
";
// line 76
ob_start(function () { return ''; });
echo __("Owner");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 77
echo " ";
ob_start(function () { return ''; });
echo __("Set the owner of this Application. If you are not an admin you will not be able to reverse this action.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 78
echo " ";
$context["users"] = twig_array_merge([0 => ["userId" => null, "user" => ""]], ($context["users"] ?? null));
// line 79
echo " ";
echo $context["forms"]->getdropdown("userId", "single", ($context["title"] ?? null), "", ($context["users"] ?? null), "userId", "userName", ($context["helpText"] ?? null));
echo "