{extends file="layout.html"} {block name=title}LMS: {$layout.pagetitle|striphtml}{/block} {block name=module_content}

{$layout.pagetitle}

{$speed_unit_type = ConfigHelper::getConfig('phpui.speed_unit_type', 1000)} {$speed_unit_aggregation_threshold = ConfigHelper::getConfig('phpui.speed_unit_aggregation_threshold', 5)}
{if !empty($tags)}
{/if}
{include file="customer/customerassignmenthelper.html" variable_prefix="assignment" variables=$assignment}
{button id="submit-button" icon="save" label="Submit"} {button id="cancel-button" icon="cancel" label="Cancel" onclick="location.href = '?m=customerinfo&id={$customerinfo.id}';"}

{include file="customer/customerassignments.html"} {/block}