{% extends "base.html" %} {% block content %} ← Back to the dashboard
Translated by {{ result.model }}.
Tokens this run: {{ result.tokens.total|num }}
({{ result.tokens.prompt|num }} prompt + {{ result.tokens.completion|num }} completion).
Billed for this run: {{ result.total_billed|num }} characters.
{% endif %} {% if result.aborted %} {# Ohne diesen Block sieht ein auf halber Strecke abgebrochener Lauf aus wie ein fertiger — die Sprachen, die nie an die Reihe kamen, tauchen unten schlicht nicht auf. #}✗ {{ r.failures|length }} key(s) failed and were left unchanged:
… and {{ r.failures|length - 10 }} more.
{% endif %} {% endif %} {% if r.warnings %}⚠ {{ r.warnings|length }} placeholder warning(s):
| Key | Source | Translation |
|---|---|---|
| {{ key }} | {{ src }} | {{ tgt }} |
… and {{ r.translated|length - 50 }} more keys.
{% endif %} {% endif %}