{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content_title %}
| 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 %} |
| Force | Yes |
| Auto-publish | Yes |
| # | Job ID |
|---|---|
| {{ forloop.counter }} | {{ job_id }} |
Estimated cost: ${{ result.estimated_cost_usd }}
{% endif %}