summaryrefslogtreecommitdiffstats
path: root/debian/dconv/templates/parser/table.tpl
blob: 0119176e2f1e97ef765c6f02d4a1bdc305e4a945 (plain)
1
2
3
4
5
6
7
8
9
10
11
% if title:
<div><p>${title} :</p>\
% endif
<table class="table table-bordered" border="0" cellspacing="0" cellpadding="0">
% for row in rows:
${row}
% endfor
</table>\
% if title:
</div>
% endif