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