%PDF- %PDF-
| Direktori : /proc/self/root/data/old/home/stash/atlassian-stash/static/page/about/ |
| Current File : //proc/self/root/data/old/home/stash/atlassian-stash/static/page/about/about.soy |
{namespace stash.page}
/**
* @param copyrightStartYear
* @param copyrightEndYear
* @param showLicenses
*/
{template .about}
{webResourceManager_requireResourcesForContext('stash.page.about')}
{call stash.layout.entity data="all"}
{param windowTitle: getText('stash.web.about') /}
{param entityName: getText('stash.web.about') /}
{param content}
<p>
{call .copyrightLine}
{param copyrightYearRange}
{if $copyrightStartYear == $copyrightEndYear}{$copyrightEndYear}{else}{$copyrightStartYear} - {$copyrightEndYear}{/if}
{/param}
{/call}
</p>
<p>{getText('stash.web.about.line1')|noAutoescape}</p>
<p>{getText('stash.web.about.line2')|noAutoescape}</p>
<p>
{getText('stash.web.about.line3')}
// Ignore the licenses for development builds
{if $showLicenses}
//This function is in an auto-generated soy file derived from third-party-licensing/bom.csv
{call stash.page.about.lgplLibraries/}
{/if}
</p>
<p>{getText('stash.web.about.line4')}</p>
<p>{getText('stash.web.about.line5')}</p>
{/param}
{/call}
{/template}
/**
* @param copyrightYearRange
*/
{template .copyrightLine}
{{getText('stash.web.about.copyright', $copyrightYearRange)}}
{/template}