{% extends "admin/change_form.html" %} {% load i18n%} {% block form_top %} {% if is_broken %}

{% trans "This item is broken. You cannot edit this object until problem was fixed" %}

{% endif %} {% endblock %}