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