{% load i18n %} {% load appearance_tags %} {% load converter_tags %} {% converter_get_object_image_data obj=instance transformation_instance_list=transformation_instance_list as object_image_data %} {% if 'app_image_error_image' in object_image_data %} {# Hack to keep the stacked icons lined up top to the parent icon #} {# Hack to keep the stacked icons from breaking up vertically #} {% include object_image_data.app_image_error_image.template_name %} {% else %} {% appearance_get_icon 'mayan.apps.documents.icons.icon_document_image_loading' %} {{ image_alt }} {% endif %}