{include file='_head.tpl'} {include file='_header.tpl'}
{* --- SINGLE REEL VIEW (Full Screen) --- *} {if $reel}
{include file='__feeds_reel.tpl' _iteration=1 _hidden=false}
{* --- UPLOAD VIEW (Facebook Style Modal) --- *} {elseif $view == 'upload'}
{__("Create Reel")}
{__("MP4, MOV, AVI, WebM, MKV. Max 2 minutes.")}
{* --- REELS FEED (Facebook Mobile Feed Style) --- *} {else}
{if $posts}
{__("Loading")}
{foreach $posts as $post} {include file='__feeds_reel.tpl' _iteration=$post@iteration} {/foreach} {else}
📹
{__("No reels yet")}

{__("Be the first to share a reel!")}

{__("Create Reel")}
{/if}
{/if}
{include file='_footer.tpl'}