{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content_title %}

{{ title }}

{% endblock %} {% block content %}
Translation jobs created successfully. Content will be translated asynchronously via Celery.

Configuration

{% if config.force %}{% endif %} {% if config.publish %}{% endif %}
Channel{{ config.channel }}
Source{{ config.source_language }}
Targets{{ config.target_languages|join:", " }}
Scope {% if config.scope == "all" %}All {{ config.entity_type }}s {% elif config.scope == "content_type" %}{{ config.entity_type }}s of type "{{ config.content_type_slug }}" {% else %}Single draft: {{ config.draft_uid }} {% endif %}
ForceYes
Auto-publishYes
{% if result.job_ids %}

Translation jobs ({{ result.job_ids|length }})

{% for job_id in result.job_ids %} {% endfor %}
#Job ID
{{ forloop.counter }} {{ job_id }}
{% endif %} {% if result.estimated_cost_usd %}

Estimated cost: ${{ result.estimated_cost_usd }}

{% endif %}
Translate more content View translation links
{% endblock %}