{% from "components/alert.html" import Alert %} {% extends "base_public.html" %} {% block title %}{{ "login.title_tag" | translate }}{% endblock %} {% block content %}
{% with %} {% set category_filter=["success", "info", "warning"] %} {% include "fragments/flash.html" %} {% endwith %} {{ Alert(("login.certificate_selection.title" | translate), message=("login.certificate_selection.message" | translate), actions=[ { 'label': ("login.certificate_selection.learn_more" | translate), 'icon': 'help', 'href': '/help' } ] ) }}
{% endblock %}