Files
django-maraudes/notes/templates/notes/table_inline.html
2016-08-06 19:28:15 +02:00

13 lines
297 B
HTML

<tr>
<th class="bg-{{bg_color}}">
<strong>{{header}}</strong> <small>{{small}}</small>
<span class="pull-right">
{% for label in labels %}
<span class="label label-{{bg_label_color}}">{{label}}</span>
{% endfor %}</span>
</th>
</tr>
<tr>
<td><p>{{text}}</p></td>
</tr>