●
{{ feed.name }}
{{ feed.articles }} articles ·
{% if feed.status is starting_with('Translating') %}
Translating {{ feed.translating_current }}/{{ feed.translating_total }}: {{ feed.translating_title | truncate(length=40) }}
{% elif feed.status == 'Fetching' %}
Fetching...
{% elif feed.last_fetch_at %}
Last fetch: {{ feed.last_fetch_at | truncate(length=19) }}
{% else %}
Idle
{% endif %}