{* Static Seo Urls Layout *} {extends file="get_usermod:layouts/main/layout.html"} {block name="content"} {load_language_text section="static_seo_urls" name="txt"} {load_language_text section="buttons" name="btn"}
{$btn.create}
{if count($content.staticSeoUrls) > 0} {foreach $content.staticSeoUrls as $staticSeoUrl} {include file="get_usermod:static_seo_urls/index/table_row.html" staticSeoUrl=$staticSeoUrl} {/foreach} {else} {include file="get_usermod:static_seo_urls/index/table_row_empty.html"} {/if}
{$txt.NAME} {$txt.SITEMAP_ENTRY_OVERVIEW} {$txt.ROBOTS_ENTRY_OVERVIEW}
{* Include Modal Templates *} {include file="get_usermod:static_seo_urls/index/modals/delete.html"} {/block}