@@ -72,11 +72,7 | |||||
72 | <tr class="clickable-row" data-href="{% url 'url_experiment' item.id %}" > |
|
72 | <tr class="clickable-row" data-href="{% url 'url_experiment' item.id %}" > | |
73 | <td>{{ forloop.counter }}</td> |
|
73 | <td>{{ forloop.counter }}</td> | |
74 | {% for key in experiment_keys %} |
|
74 | {% for key in experiment_keys %} | |
75 | {% if 'status' in key %} |
|
|||
76 | <td></td> |
|
|||
77 | {% else %} |
|
|||
78 |
|
|
75 | <td>{{ item|value:key }}</td> | |
79 | {% endif %} |
|
|||
80 |
|
|
76 | {% endfor %} | |
81 | </tr> |
|
77 | </tr> | |
82 | {% endif %} |
|
78 | {% endif %} |
General Comments 0
You need to be logged in to leave comments.
Login now