{% if redirect %}
{{ Alert('Log in Required.',
message='After you log in, you will be redirected to your destination page.',
level='warning'
) }}
{% endif %}
{{ Alert('Certificate Selection',
message='When you are prompted to select a certificate, please select E-mail Certificate from the provided choices.',
actions=[
{
'label': 'Learn More',
'icon': 'help',
'href': '/help'
}
]
) }}