13 lines
271 B
Plaintext
13 lines
271 B
Plaintext
<table class="table table-stripped">
|
|
<thead>
|
|
<tr>
|
|
<th>[% name_title %]</th>
|
|
<th>[% type_title %]</th>
|
|
<th>[% description_title %]</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
[% fields_list_for_body %]
|
|
</tbody>
|
|
</table>
|