{extends file="get_usermod:layouts/main/layout.html"} {block name="content"} {load_language_text section="module_center" name="other"} {load_language_text section="buttons"}
{$other.module_status}
{foreach from=$content.configuration key=section item=fields}
{$content.sections.{$section}} {foreach from=$fields key=$field item=$config} {if "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}