4 <div class="book-mini-box">
5 <div class="book-mini-box-inner">
7 <a href="{{ picture.get_absolute_url }}">
9 {% if picture.image_file %}
10 <img src="{% thumbnail picture.image_file "139x193" crop="center" as thumb %}{{ thumb.url }}{% empty %}{{ picture.image_file.url }}{% endthumbnail %}" alt="{{ author_str }} – {{ picture.title }}" class="cover" />
13 <span class="mono author">{{ author_str }}</span>
14 <span class="title">{{ picture.title }}</span>