{% endblock %}
{% endif %}
{% block content %}
{% if not form %}
{% blocktrans %}No available languages for this category.{% endblocktrans %}
{% else %}
{% if is_original %}
{% blocktrans %}You requested to translate an original category, 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 category, this will send you to a create form to translate the original category '{{ title }}' instead.{% endblocktrans %}