Файл: flexmovies/Script/templates/default/Route/person_credits.tpl
Строк: 34
<span class="h3 flex_title"><a
href="{$link.person}{$person.id}">{$person.name}</a>
{$lang.credits} {if $person.combined_credits.crew}<span
class="pull-right h4">{$lang.crew}:</span>{else}<span
class="pull-right
h4">{$lang.cast}:</span>{/if}</span>
{if
$person.combined_credits.crew}
<div class="row">
<div
class="line"></div>
{foreach
$person.combined_credits.crew as $credit}
{include
"movie_person_crew.tpl"}
{/foreach}
</div>
<br>
<br>
{/if}
{if
$person.combined_credits.cast}
<div class="row">
{if
$person.combined_credits.crew}<h4
class="col-lg-12">{$lang.cast}:</h4>{/if}
<div
class="line"></div>
{foreach
$person.combined_credits.cast as $credit}
{include
"movie_person_cast.tpl"}
{/foreach}
</div>
<br>
<br>
{/if}
<br>
<br>