3 <div class="picture-box">
 
   4 <div class="picture-box-inner">
 
   5     <a href="{{ picture.get_absolute_url }}">
 
   6       {% thumbnail picture.image_file "216x288" as thumb %}
 
   7       <img src="{{thumb.url}}"/>
 
  10     <div class="picture-box-body">
 
  11         <div class="picture-box-head">
 
  12             <div class="mono author">
 
  13             {% for author in tags.author %}
 
  17             <div class="title">{{ picture.title }}</div>
 
  22             <span class="mono">{% trans "Epoch" %}: </span>
 
  23             <span class="picture-box-tag">
 
  24                 {% for tag in tags.epoch %}
 
  25                     <a href="{{ tag.get_absolute_url }}">{{ tag.name }} </a>
 
  29             <span class="mono">{% trans "Kind" %}: </span>
 
  30             <span class="picture-box-tag">
 
  31                 {% for tag in tags.kind %}
 
  32                     <a href="{{ tag.get_absolute_url }}">{{ tag.name }} </a>
 
  39     <ul class="picture-box-tools">