{% from "oldman/dashboard/components/modal.html" import modal with context %} {% macro notification_modal_footer() %} {% endmacro %} {% macro dashboard_topbar(activity_notifications=(), activity_href=none, user_notification_urls=none, language_switcher=none, account_controls=none) %}
{% if language_switcher %}{{ language_switcher() }}{% endif %}
{% if account_controls %}{{ account_controls() }}{% endif %}
{% call modal( "removeNotificationModal", _("Remove notifications"), close_label=_("Close"), managed=false, root_tag="section", title_tag="h2", title_id="removeNotificationModal-title", close_button_class="oldman-icon-button", close_button_id="NotificationModalbtn-close", close_icon_class="ri-close-line text-lg", body_class="text-center", footer=notification_modal_footer, footer_class="justify-center" ) %}

{{ _("Are you sure?") }}

{{ _("Selected notifications will be removed from this dropdown.") }}

{% endcall %} {% endmacro %}