{{ feed.name }}
{{ feed.articles }} articles {{ feed.translated }} translated {% if feed.status is starting_with('Translating') %} Translating {{ feed.translating_completed }}/{{ feed.translating_total }} ({{ feed.translating_in_progress | length }} in progress) {% for title in feed.translating_in_progress %} {{ title | truncate(length=30) }} {% endfor %} {% elif feed.status == 'Fetching' %} Fetching... {% elif feed.last_fetch_at %} Last fetch: {{ feed.last_fetch_at | truncate(length=19) }} {% endif %} {% if feed.last_fetch_error %} {{ feed.last_fetch_error }} {% endif %}

Active Translations

{% if active | length > 0 %}
{% for t in active %}
{{ t.article_title | truncate(length=50) }} {{ t.stage }}
{{ t.model }}
{% if t.streamed_text %}
{{ t.streamed_text }}
{% endif %}
{% endfor %}
{% else %}

No active translations

{% endif %}
{{ recent_count }} translations completed in this session