{if $Template->getAttribute('content-header')} {$Site->getAttribute('title')} {if $Site->getAttribute('short')} {$Site->getAttribute('short')} {/if} {/if} {if $Template->getAttribute('content-body') && $Site->getAttribute('content')} {$Site->getAttribute('content')} {/if} {foreach $ciProjectlist as $CIProject} {$CIProject->getName()} {$CIProject->getDescription()} {assign var=builds value=$CIProject->getBuilds()} {assign var=readme value=$CIProject->getReadme()} {if $readme} README Show the README File {$readme} {/if} {if isset($builds['phpdox'])} {$builds['phpdox']->getTitle()} {$builds['phpdox']->getDescription()} {/if} {if isset($builds['phpunit'])} {$builds['phpunit']->getTitle()} {$builds['phpunit']->getDescription()} {/if} {if !($CIProject@last)} {/if} {/foreach}
{$readme}