{% spaceless %} {% load i18n %} {% load static %} {% load imagekit %} {% if book.cover %} {% if external_path %} {{ book.alt_text|default:'' }} {% else %} {% if enable_thumbnail_generation %} {% if size_mobile == 'xsmall' %} {% elif size_mobile == 'small' %} {% elif size_mobile == 'medium' %} {% elif size_mobile == 'large' %} {% elif size_mobile == 'xlarge' %} {% elif size_mobile == 'xxlarge' %} {% endif %} {% if size == 'xsmall' %} {% elif size == 'small' %} {% elif size == 'medium' %} {% elif size == 'large' %} {% elif size == 'xlarge' %} {% elif size == 'xxlarge' %} {% endif %} {% endif %} {{ book.alt_text|default:'' }} {% endif %} {% endif %} {% if not book.cover and book.alt_text %}
{% trans

{{ book.alt_text }}

{% endif %} {% endspaceless %}