{extends file="get_usermod:layouts/main/layout.html"} {block name="content"} {load_language_text section="module_center" name="other"} {load_language_text section="buttons"}
{if !$content.tab}
{$other.tab_main}
{/if} {foreach from=$content.configuration key=section item=fields}
{if $content.sections.{$section}} {$content.sections.{$section}} {/if} {foreach from=$fields key=$field item=$config} {if $config.languageDependent === true && "html/content/module_center/gx_modules/snippets/language_dependent/{$config.type}.html"|file_exists} {include file="get_usermod:module_center/gx_modules/snippets/language_dependent/{$config.type}.html" config=$config} {elseif "html/content/module_center/gx_modules/snippets/{$config.type}.html"|file_exists} {include file="get_usermod:module_center/gx_modules/snippets/{$config.type}.html" config=$config} {else} {include file="get_usermod:module_center/gx_modules/snippets/text.html" config=$config} {/if} {/foreach}
{/foreach}
{/block} {block name="bottom_save_bar"} {$txt.back} {/block}