{% extends "admin/change_form.html" %} {% load i18n admin_modify staticfiles %} {% block extrahead %}{{ block.super }} {% block feincms_jquery_ui %} {% include "admin/feincms/load-jquery.include" %} {% endblock %} {% include "admin/feincms/_messages_js.html" %} {% include "admin/feincms/_regions_js.html" %} {% include "admin/feincms/_content_type_buttons.html" %} {% for inc in model.feincms_item_editor_includes.head %}{% include inc %}{% endfor %} {% endblock %} {% block form_top %} {% with original.available_translations as translations %} {% for translation in translations %} {# look for something the translation extension's available_translations method might return #} {% if translation.id %} {% if forloop.first %}
{% trans "available translations" %}: {% endif %} {{ translation.language|upper }}{% if not forloop.last %},{% endif %} {% if forloop.last %}
{% endif %} {% endif %}{% endfor %} {% endwith %} {% endblock %} {% block after_related_objects %} {# as good a place as any... #} {{ block.super }} {% endblock %}