Repository URL to install this package:
|
Version:
2.4.2 ▾
|
<h4>${definition} definition</h4>
<table class="table table-striped">
<thead>
<tr>
<th>Order (from server to application)</th>
<th>Tween</th>
</tr>
</thead>
<tbody>
% for i, (name, tween) in enumerate(tweens):
<tr>
<td>${str(i)}</td>
<td>${name}</td>
</tr>
% endfor
</tbody>
</table>