#import "template.ftl" as layout>
<@layout.registrationLayout bodyClass="oauth"; section>
<#if section = "header">
<#if client.attributes.logoUri??>
#if>
<#if client.name?has_content>
${msg("oauthGrantTitle",advancedMsg(client.name))}
<#else>
${msg("oauthGrantTitle",client.clientId)}
#if>
<#elseif section = "form">
${msg("oauthGrantRequest")}
<#if oauth.clientScopesRequested??>
<#list oauth.clientScopesRequested as clientScope>
-
${advancedMsg(clientScope.consentScreenText)}
#list>
#if>
<#if client.attributes.policyUri?? || client.attributes.tosUri??>
<#if client.name?has_content>
${msg("oauthGrantInformation",advancedMsg(client.name))}
<#else>
${msg("oauthGrantInformation",client.clientId)}
#if>
<#if client.attributes.tosUri??>
${msg("oauthGrantReview")}
${msg("oauthGrantTos")}
#if>
<#if client.attributes.policyUri??>
${msg("oauthGrantReview")}
${msg("oauthGrantPolicy")}
#if>
#if>
#if>
@layout.registrationLayout>