{* Static Seo Url Contents Container Panel Holds a tab container with all static seo url content panels. *} {load_language_text section="buttons" name="btn"}
{* Flag buttons *} {* Tab content *}
{* Create tab content for each language *} {foreach $languages as $language}
{foreach $content.staticSeoUrlContents as $staticSeoUrlContent} {if $staticSeoUrlContent.language_code eq $language.code} {include file="get_usermod:static_seo_urls/details/static_seo_url_content_panel.html" staticSeoUrlContent=$staticSeoUrlContent} {/if} {/foreach}
{/foreach}