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

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

{% endif %} {% endblock %}