diff --git a/apps/main/templates/operation.html b/apps/main/templates/operation.html index df1f90f..4413177 100644 --- a/apps/main/templates/operation.html +++ b/apps/main/templates/operation.html @@ -72,12 +72,8 @@ {{ forloop.counter }} {% for key in experiment_keys %} - {% if 'status' in key %} - - {% else %} - {{ item|value:key }} - {% endif %} - {% endfor %} + {{ item|value:key }} + {% endfor %} {% endif %} {% endfor %}