{% extends "admin/base_site.html" %} {% load i18n admin_urls static admin_modify %} {% if not is_popup %} {% block breadcrumbs %} {% endblock %} {% endif %} {% block content %} {% if not form %}

{% blocktrans %}No available languages for this article.{% endblocktrans %}

{% else %} {% if is_original %}

{% blocktrans %}You requested to translate an original article, this will send you to a create form to translate it.{% endblocktrans %}

{% else %}

{% blocktrans with title=original_object.title %}You requested to translate a translation article, this will send you to a create form to translate the original article '{{ title }}' instead.{% endblocktrans %}

{% endif %}
{{ form.as_p }}

{% endif %} {% endblock %}