{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content_title %}
| Language | Items | Characters | Cost (USD) |
|---|---|---|---|
| {{ lang.language }} | {{ lang.items }} | {{ lang.chars }} | {% if lang.cost_usd %}${{ lang.cost_usd }}{% else %}-{% endif %} |
| Total | {{ estimate.estimated_items|default:estimate.items }} | {{ estimate.total_chars }} | {% if estimate.estimated_cost_usd %}${{ estimate.estimated_cost_usd }}{% else %}-{% endif %} |
{{ estimate.skipped_drafts }} draft(s) skipped (already translated, use Force to re-translate).
{% endif %} {% if estimate.per_draft %}| Draft | UID | Items | Characters |
|---|---|---|---|
| {{ draft.draft_name }} | {{ draft.draft_uid }} |
{{ draft.items }} | {{ draft.chars }} |
Existing translations: {{ estimate.existing_translations|join:", " }}
{% endif %}