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

{{ asset.calid }} {{ asset.name }}

Structure Profile
Configure Predictors
{% if asset.cesmd %} {# BRIDGE RENDERING #}

Sensor Layout

{% endif %} {% if asset.cesmd %}

Event History

{% include 'includes/asset-event-table.html' with evaluations=evaluations %}

{% endif %} {# STRUCTURE PROFILE #} {# CSMIP SUMMARY TABLES #}

Structure Details

{% for table in tables %}
{# #} {# #} {% for key,val in table.items %} {% if val %} {% endif %} {% endfor %}
{{asset.calid}} Table {{forloop.counter}}
Key Value
CESMD{{ asset_data.cesmd }}
{{ key }} {{ val }}

{% endfor %}
{% endblock content %} {% block javascripts %} {% endblock javascripts %}