Skip to content
Snippets Groups Projects
banana-awardlist.tpl 314 B
Newer Older
<ul class="bananas">
{foreach name=awards from=$awards item=award}
<li class="{award_image_class number=$award.score}">
	<q>{$award.why}</q> <br />
	<small>
	<strong>{if $award.score >0}+{/if}{$award.score}</strong> awarded by {$award.who} on {$award.whn | date_format:"%d %b %Y"}
	</small>
</li>
{/foreach}
</ul>