10 lines
260 B
Smarty
10 lines
260 B
Smarty
|
<div
|
||
|
class="qti-table-container"
|
||
|
data-serial="{{serial}}"
|
||
|
data-qti-class="table"
|
||
|
>
|
||
|
<table class="qti-table" data-html-editable="true"{{#if attributes.summary}} summary="{{attributes.summary}}"{{/if}}>
|
||
|
{{{body}}}
|
||
|
</table>
|
||
|
</div>
|