22 lines
552 B
HTML
Raw Normal View History

2015-01-11 13:31:51 -05:00
<template name="teacher">
2015-01-11 17:59:00 -05:00
<div id="centerbox">
2015-01-11 16:55:54 -05:00
<h5 class="titleword">Chromebook Checkout</h5>
<div id="tabs">
{{#teacherTabs tabs=tabs}}
2015-01-11 17:55:33 -05:00
<!-- Single -->
2015-01-11 16:55:54 -05:00
<div>
2015-01-11 17:55:33 -05:00
{{#each chromebooks}}
<div class="row">
{{> chromebook}}
</div>
{{/each}}
</div>
<!-- Carts -->
<div>
<h5>Coming soon...</h5>
2015-01-11 16:55:54 -05:00
</div>
2015-01-11 15:02:46 -05:00
2015-01-11 16:55:54 -05:00
{{/teacherTabs}}
</div>
</div>
2015-01-11 13:31:51 -05:00
</template>