Select Git revision
societies.tpl
Forked from
sucssite / sucs-site
Source project has a limited visibility.
banana-awardlist.tpl 314 B
<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>