{% if object.conversion_failed %} {% load i18n %}

{% trans "The conversion of this item has failed! Please contact the maintainers and forward the following URL:" %}
http://{{ request.META.HTTP_HOST }}{{ request.path }}

{% endif %}