{include file="manufacturers/manufacturers_js.html"}
{if $action eq 'edit'}
{include file="manufacturers/manufacturer_edit.html"}
{else}
{include file="manufacturers/manufacturer_list.html"}
{if fn_check_admin_rights('manufacturers', 'add_save')}
{include file="manufacturers/manufacturer_add.html"}
{/if}
{/if}