|
|
{if $video.runtime > 0}
| {$lang.length}: | {math equation="floor(x/60)" x=$video.runtime} hr(s) {math equation="x - floor(x/60) * 60" x=$video.runtime} min ({$video.runtime} min) |
{/if}
{if $video.language}
| {$lang.language}: |
{*
{$video.language}
*}
{foreach item=language from=$video.language}
{$language}
{/foreach}
|
{/if}
{if $video.mediatype}
| {$lang.mediatype}: | {$video.mediatype} |
{/if}
{if !empty($video.owner)}
| {$lang.owner}: |
{$video.owner}
{if $loggedin and $video.email and $video.owner != $loggedin and $video.who == '' and $video.diskid}
[ {$lang.borrowask} ]
{/if}
|
{/if}
{if !empty($video.custom1name) && !empty($video.custom1out)}
| {$video.custom1name}: |
{$video.custom1out} |
{/if}
{if !empty($video.custom2name) && !empty($video.custom2out)}
| {$video.custom2name}: |
{$video.custom2out} |
{/if}
{if !empty($video.custom3name) && !empty($video.custom3out)}
| {$video.custom3name}: |
{$video.custom3out} |
{/if}
{if !empty($video.custom4name) && !empty($video.custom4out)}
| {$video.custom4name}: |
{$video.custom4out} |
{/if}
|
{if $genres}
{$lang.genres}:
{foreach item=genre from=$genres}
{$genre.name}
{/foreach}
{/if}
|