get_my/client/AdminMgmt/StoreMgmt/storeMgmt.html

11 lines
No EOL
267 B
HTML

<template name="storeMgmt">
<!-- Store Management Entry / Edit -->
<h4>Store Management</h4>
<p>Add Stores you commonly make lists for here.</p>
{{> storeMgmtForm}}
<!-- Store Management Table List -->
<hr>
{{> storeMgmtTbl}}
</template>