<%- include("partials/locale-switch", { up: false }) %>
<%= brand %>
<%- include("partials/auth-card", {
action: localeHref("/oauth2/consent"),
body,
method: "post",
sub: t("consent.sub", { client: consent.client }),
title: t("consent.title", { client: consent.client }),
}) %>
<% if (consent.account) { %>
<% } %>