{# The newest rows, newest first. One query, and on most admins the card people actually read: what happened since I last looked. #} {% set card = card.context %}

{{ _(card.title) if card.title else _("Latest {subject}", subject=_(card.subject)) }}

{% if card.url %} {{ _("View all") }} {{ ff_icon("arrow-right", size=14) }} {% endif %}