diff --git a/apps/main/templates/operation.html b/apps/main/templates/operation.html index 53f0b72..7eb63fb 100644 --- a/apps/main/templates/operation.html +++ b/apps/main/templates/operation.html @@ -18,7 +18,7 @@ {% bootstrap_form form layout='horizontal' size='medium' %}

- +

@@ -37,10 +37,10 @@ - - @@ -51,23 +51,22 @@
- + {% for header in experiment_keys %} {% endfor%} - + {% for item in experiments %} - {% for exs in item %} - - + {% if location.name in item.location.name %} + + + {% for key in experiment_keys %} - {% if location.name in exs.location.name %} - - {% endif %} + {% endfor %} - {% endfor %} + {% endif %} {% endfor %}
#{{ header|title }}
{{ forloop.counter }}{{ exs|value:key }}{{ item|value:key }}
@@ -82,11 +81,25 @@ {% block extra-js%} {% endblock %} \ No newline at end of file