{% if deployment.name and not deployment.is_production %}
{{ deployment.name|upper }}
{% endif %}
{{ auth_badge|default("Authentication Required") }}

{{ auth_eyebrow|default("Dewey") }}

{{ auth_title|default(title) }}

{{ auth_description|default("Canonical artifact intake, lifecycle, sharing, and search for Dewey users and admins.") }}

{{ "Status " ~ auth_status_code if auth_error else "Access" }}

{{ auth_card_title|default("Sign In") }}

{{ auth_card_copy|default("Continue through Cognito Hosted UI to access the Dewey console.") }}

{% if auth_error %}

{{ auth_error }}

{% endif %}