[% SET request.session.scale = size %]
 </div>
 
+[% IF photo.description OR photo.copyright OR photo.license %]
+<div class="photodesc"> 
+    [% photo.description | html %] 
+    [% IF photo.copyright %] <div class="photorights"> [% photo.copyright | html %] </div> [% END %]
+    [% IF photo.license %] <div class="photolicense"> [% photo.license | html %] </div> [% END %]
+</div>
+[% END %]
+
 [% MACRO do_tab(tabname, label) BLOCK; %]
 <li>
     [% IF tab == tabname %]<a class="active">
 
 
 .albums { background: #ffc; padding-left: 15px; border: 1px dotted black; }
 .htmltagcloud { text-align:  center; font-family: sans-serif; }
+.photodesc { background: #fff; padding: 10px; margin: 5px 15px 5px 15px; text-align: center; }
+.photorights { font-size: 90%; padding: 10px; text-align: right; font-weight: bold; }
+.photolicense { font-size: 80%; padding: 10px; }
+
 span.tagcloud0 { font-size: 9px;}
 span.tagcloud1 { font-size: 10px;}
 span.tagcloud2 { font-size: 10px;}