{if empty($app)}

[`Application not found`]

{if !empty($error)}

{$error|escape}

{/if}
{else} {$current_url = "#/apps/`$app.slug`/"}

{$app.name}{if isset($app.status_label) && $app.status_label} {$app.status_label}{/if}

{$app.summary}

{if !empty($app.screenshots)}
{$screenshot = reset($app.screenshots)} {if $screenshot}
{/if} {if count($app.screenshots)>1}
    {foreach $app.screenshots as $screenshot} {/foreach}
{/if}
{/if}

{$app.description}

{if !empty($app.pages)} {foreach $app.pages as $page} {/foreach} {/if} {*

Reviews

*}
{/if}
{if !empty($app)} {/if}