{% if output != "ODT" and output != "PDF"%}
{% block toolbar %}{% endblock %}
{% endif %}
{% if output != "ODT" and output != "PDF" %}
{% block head_sheet %}
{% endblock %}
{% endif %}
{% if item.locked %}
{% if item|is_locked:request.user %}
{% if item.lock_user %}{% blocktrans with locker=item.lock_user.ishtaruser %}
This item has been locked by {{locker}}. Edition is disabled.
{% endblocktrans %}{% else %}
{% trans "This item has been locked. Edition is disabled." %}
{% endif %}
{% else %}
{% trans "You have locked this item." %}
{% endif %}