##// END OF EJS Templates
Task #487: Vista de Operation...
Fiorella Quino -
r82:efa8ac8e137a
parent child
Show More
@@ -72,11 +72,7
72 72 <tr class="clickable-row" data-href="{% url 'url_experiment' item.id %}" >
73 73 <td>{{ forloop.counter }}</td>
74 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 77 </tr>
82 78 {% endif %}
General Comments 0
You need to be logged in to leave comments. Login now