Files
django-maraudes/notes/templates/notes/table_inline.html

13 lines
328 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 style="background-color:#fff"><p>{{text}}</p></td>
</tr>