From 595795ff07382a5b2f90507814b862da067e2783 2016-03-28 21:29:48 From: Fiorella Quino Date: 2016-03-28 21:29:48 Subject: [PATCH] Task #487: Vista de Operation git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@83 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71 --- 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