{# Dashboard widget: Pending approvals and unread notifications action cards #} {% if pending_approvals_count > 0 or unread_notifications_count > 0 %}
{{ _('Action Required') }}
{{ pending_approvals_count }} {{ _('Pending Approvals') }}
{{ _('Time entries awaiting your review') }}
{{ _('New Updates') }}
{{ unread_notifications_count }} {{ _('Unread') }}
{{ _('Notifications waiting for you') }}