{% extends "layouts/base.html" %} {% block title %} Inventory {% endblock %} {% block stylesheets %} {% endblock stylesheets %} {% block content %}

Inventory

{% for key, value in request.GET.items %} {% endfor %}
{# Content #}

Search

{% if False %} {% endif %}
{% if False %} {% endif %}
{# Buttons #}
Reset
{{ asset_map|safe }}
{% for v in bridges %} {% if v.name %} {% else %} {% endif %} {% endfor %}
CALID CESMD Name Events
{{ v.calid.split|first }} {{ v.cesmd }} {{ v.name }} {{ v.calid }}{{ v.event_count }}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}