{if $isOwner}
{decorator name='button_list_item' langLabel='ocsfundraising+edit' id='btn-edit-project'} {decorator name='button_list_item' langLabel='ocsfundraising+delete' id='btn-delete-project' class='ow_mild_red'}
{/if}
{block_decorator name='box' addClass='ow_std_margin' iconClass='ow_ic_info' langLabel='ocsfundraising+details'} {if $project.dto->ownerId} {/if} {if $project.dto->categoryId} {/if} {if $project.dto->endStamp} {/if}
{text key='ocsfundraising+creator'} {decorator name='avatar_item' data=$avatar}
{$avatar.title}
{text key='ocsfundraising+category'} {text key="ocsfundraising+category_`$project.dto->categoryId`"}
{text key='ocsfundraising+target_amount'} {$project.dto->amountTarget}
{text key='ocsfundraising+current_amount'} {$project.dto->amountCurrent}
{text key='ocsfundraising+end_date'} {format_date timestamp=$project.dto->endStamp}
{decorator name='button' langLabel='ocsfundraising+donate' id="btn-donate"}
{/block_decorator} {if $latest} {block_decorator name='box' addClass='ow_std_margin' iconClass='ow_ic_user' langLabel='ocsfundraising+latest_donations'} {foreach from=$latest item='d'} {capture assign='infoString'} {if $d.username}`$d.username`]"}">{$d.displayName}{else}{$d.displayName}{/if} {$d.dto->donationStamp} {/capture} {capture assign='content'}{text key='ocsfundraising+amount'}: {$currency}{$d.dto->amount}{/capture}
{decorator name='ipc' infoString=$infoString content=$content avatar=$d.avatar}
{/foreach} {/block_decorator} {/if} {add_content key='ocsfundraising.view.content.after_project_description'}
{block_decorator name='box' type='empty' iconClass='ow_ic_picture' langLabel='ocsfundraising+view_page_desc_block' addClass="ow_std_margin clearfix"} {if !empty($imageSrc)}{/if}
{$project.dto->description}
{add_content key='socialsharing.get_sharing_buttons' text=$project.dto->description|truncate:100:"" title=$project.dto->name entityType='ocsfundraising' entityId=$project.dto->id image=$imageSrc} {/block_decorator} {*add_content key='socialsharing.get_sharing_buttons'*} {$comments}