develop templates for consolidated apps benchcoach
attempted to use as much generic view as possible. the previous views were generic anyway. also did some managing of inheritance (extends/includes)
This commit is contained in:
8
benchcoach/templates/benchcoach/info-table.html
Normal file
8
benchcoach/templates/benchcoach/info-table.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<table class="table">
|
||||
{% for key, value in d.items %}
|
||||
<tr>
|
||||
<th>{{ key }}</th>
|
||||
<td>{{ value }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
Reference in New Issue
Block a user