{"Public Side Widgets"|alang}

{"To add a widget simply drag a widget box from the available widgets (the left section) to the installed widget box (the right section) You can then configure your widget by clicking the down arrow in the installed widgets section."|alang}

{if $publicwidgets}
{"Available Widgets"|alang}

{foreach from=$publicwidgets item=w}
{$w.name}
{if $w.description}
{$w.description|truncate:130|nl2br}
{/if}
{/foreach}
{else}
{"There are no available widgets at this time."|alang}
{/if}
{"Remove All"|alang}
{'Loading...'|alang}
{"Installed Widgets"|alang}

{foreach from=$publicinstalled item=w}
{$allwidgets[$w.widget].name}
{"Title:"|alang}

{'Loading...'|alang}

{"Show In:"|alang}
{foreach from=$allwidgets[$w.widget].bars.public item=v key=k}
{/foreach}

{/foreach}

{"Admin Side Widgets"|alang}

{"To add a widget simply drag a widget box from the available widgets (the left section) to the installed widget box (the right section) You can then configure your widget by clicking the down arrow in the installed widgets section."|alang}

{if $adminwidgets}
{"Available Widgets"|alang}

{foreach from=$adminwidgets item=w}
{$w.name}
{if $w.description}
{$w.description|truncate:130|nl2br}
{/if}
{/foreach}
{else}
{"There are no available widgets at this time."|alang}
{/if}
{"Remove All"|alang}
{'Loading...'|alang}
{"Installed Widgets"|alang}

{foreach from=$admininstalled item=w}
{$allwidgets[$w.widget].name}
{"Title:"|alang}

{'Loading...'|alang}

{"Show In:"|alang}
{foreach from=$allwidgets[$w.widget].bars.admin item=v key=k}
{/foreach}

{/foreach}