{% extends base_template %} {% load i18n admin_modify %} {% block extrahead %} {{ block.super }} {% endblock %} {% block object-tools %} {{ block.super }}
{% with 'admin:'|add:opts.app_label|add:'_'|add:opts.model_name|add:'_delete_translation' as del_urlname %} {% for url,name,code,status in language_tabs %} {% if status == 'current' %} {{ name }}{% if current_is_translated and allow_deletion %} {% endif %} {% else %} {{ name }} {% if status == 'available' and allow_deletion %} {% endif %} {% endif %} {% endfor %} {% endwith %}
{% endblock %}