{# Dashboard widget: Pending approvals and unread notifications action cards #} {% if pending_approvals_count > 0 or unread_notifications_count > 0 %}
{% if pending_approvals_count > 0 %}

{{ _('Action Required') }}

{{ pending_approvals_count }} {{ _('Pending Approvals') }}

{{ _('Time entries awaiting your review') }}

{{ _('Review Now') }}
{% endif %} {% if unread_notifications_count > 0 %}

{{ _('New Updates') }}

{{ unread_notifications_count }} {{ _('Unread') }}

{{ _('Notifications waiting for you') }}

{{ _('View All') }}
{% endif %}
{% endif %}