Repository URL to install this package:
|
Version:
3.0.4 ▾
|
<table class="table table-striped table-condensed">
<thead>
<tr>
<th>Key</th>
<th>Value</th>
</tr>
</thead>
<tbody>
% for i, (key, value) in enumerate(settings):
<tr>
<td>${key|h}</td>
<td>${value|h}</td>
</tr>
% endfor
</tbody>
</table>