{% extends base_template %} {% load i18n admin_modify %} {% block extrahead %} {{ block.super }} {% endblock %} {% block object-tools %} {{ block.super }}
{% 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 %}
{% endblock %}