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