/home/edulekha/studygroup.edulekha.com/ow_plugins/photo/mobile/views/components/photo_list.html
{capture assign='img'}data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=={/capture}
{foreach from=$photos item='p'}{strip}<div class="owm_photo_list_item" data-ref="{$p.id}"><a href="{url_for_route for="view_photo:[id=>`$p.id`]"}" style="background-image: url({$p.url})"><img src="{$img}"{if !empty($p.description)} alt="{$p.description|escape}"{/if} /></a></div>{/strip}{/foreach}