{** * conferenceSponsorship.tpl * * Copyright (c) 2000-2008 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * About the Conference / Conference Sponsorship. * * $Id: conferenceSponsorship.tpl,v 1.7 2008/04/04 17:06:53 asmecher Exp $ *} {if not(empty($publisher.note) && empty($publisher.institution))}

{translate key="common.publisher"}

{if $publisher.note}

{$publisher.note|nl2br}

{/if}

{$publisher.institution|escape}

{/if} {if not (empty($sponsorNote) && empty($sponsors))}

{translate key="about.sponsors"}

{if $sponsorNote}

{$sponsorNote|nl2br}

{/if} {/if} {if !empty($contributorNote) || (!empty($contributors) && !empty($contributors[0].name))}

{translate key="about.contributors"}

{if $contributorNote}

{$contributorNote|nl2br}

{/if} {/if}