{% spaceless %} {% load i18n %} {% load static %} {% load imagekit %} {% load utilities %} {% if book.cover %} {% if external_path %} {{ book.alt_text|default:'' }} {% else %} {% if thumbnail_generation_enabled %} {% if size_mobile %} {% endif %} {% endif %} {{ book.alt_text|default:'' }} {% endif %} {% endif %} {% if not book.cover and book.alt_text %}
{% trans

{{ book.alt_text }}

{% endif %} {% endspaceless %}