{% 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 %}