add missing templates files

This commit is contained in:
Arthur Gerbaud
2016-08-06 15:01:59 +02:00
parent e2456a4ae0
commit 4804b58b13
5 changed files with 49 additions and 0 deletions

View File

View File

@@ -0,0 +1,12 @@
<tr>
<th class="bg-{{bg_color}}">
<strong>{{header}}</strong> <small>{{small}}</small>
<span class="pull-right">
{% for label in labels %}
<span class="label label-info">{{label}}</span>
{% endfor %}</span>
</th>
</tr>
<tr>
<td><p>{{text}}</p></td>
</tr>