{% extends "base.html" %} {% load bootstrap3 %} {% load static %} {% load main_tags %} {% block extra-head %} {% endblock %} {% block operation-active %}active{% endblock %} {% block content %} {% bootstrap_form form layout='horizontal' size='medium' %}
{% if campaign %}

Radar Systems


{% for location in locations %}
{% for header in experiment_keys %} {% endfor%} {% for item in location.experiments %} {% if location.name in item.location.name %} {% for key in experiment_keys %} {% if 'name' in key %} {% elif 'status' in key %} {% else %} {% endif %} {% endfor %} {% endif %} {% endfor %}
#{{ header|title }}
{{ forloop.counter }}{{ item|value:key }}{{ item|value:key }}{{ item|value:key }}
{% endfor %}
{% endif %} {% endblock %} {% block extra-js%} {% endblock %}