Adding the core applications code to the repository
This commit is contained in:
14
suivi/templates/suivis/sujet_suivi.html
Normal file
14
suivi/templates/suivis/sujet_suivi.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="col-md-6">
|
||||
<table class="table table-striped table-bordered">
|
||||
{% for note in notes %}
|
||||
<tr><th>{{note.date}}
|
||||
<div class="pull-right">
|
||||
<span class="label label-primary">{{ note.header_label }}</span>
|
||||
{% for info in note.header_infos %}<span class="label label-info">{{ info }}</span>
|
||||
{%endfor%}
|
||||
</div>
|
||||
</th></tr>
|
||||
<tr><td>{{note.note}}</td></tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
</div>
|
||||
Reference in New Issue
Block a user