mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 08:18:50 +00:00
11 lines
No EOL
267 B
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> |