{% extends "layouts/base.html" %} {% load get %} {% load nbi %} {% block title %} {{ asset.calid }} Digital Twin{% endblock %} {% block meta %} {% endblock %} {% block stylesheets %} {% if asset.rendering %} {% endif %} {% endblock stylesheets %} {% block content %}

{{ asset.id }} / {{ asset.name }}

{% if True %}

{% if asset.id|divisibleby:3 %} The {{asset.name}} is a structure in {{ asset.nbi_data.NBI_BRIDGE|get:"Highway Agency District"|nbi }} of the California inventory. The structure was constructed in {{asset.nbi_data.NBI_BRIDGE|get:"Year Built"}}. {% elif asset.id|divisibleby:4 %} The {{asset.name}} was constructed in {{asset.nbi_data.NBI_BRIDGE|get:"Year Built"}} and belongs to {{ asset.nbi_data.NBI_BRIDGE|get:"Highway Agency District"|nbi }}. {% else %} {{asset.name}} is a structure in {{ asset.nbi_data.NBI_BRIDGE|get:"Highway Agency District"|nbi }} of California that was built in {{asset.nbi_data.NBI_BRIDGE|get:"Year Built"}}. {% endif %} {% if asset.id|divisibleby:2 %} The superstructure is in {{ asset.nbi_data.NBI_BRIDGE|get:"Superstructure Condition Rating"|nbi }}. {% else %} The condition of the superstructure is classified as being in {{ asset.nbi_data.NBI_BRIDGE|get:"Superstructure Condition Rating"|nbi }}. {% endif %} The structure has been configured with {{asset.predictors|length}} predictors.

{% if asset.cgs_data %} {% if asset.id|divisibleby:3 %}The superstructure consists of {% else %}The superstructure's construction is {% endif %} {{ asset.cgs_data.2|get:"Superstructure Type"|lower }} {{asset.cgs_data.2|get:"Remarks"}} More information about the structure instrumentation is availiable from CESMD. {% else %} {% if asset.id|divisibleby:3 %} The structure has not been instrumented. {% else %} No {% if asset.id|divisibleby:2 %}direct{% endif %} sensor data is available for this structure. {% endif %} {% endif %}

{% endif %} {# BRIDGE RENDERING #}

Geometry

{% if asset.rendering %}
{% comment %} {% endcomment %}
{% endif %} {% if asset.cesmd %}
{% endif %}
{% if asset.cesmd or hazus %}

Health History

{% if asset.cesmd %}
{% include 'includes/asset-event-table.html' with evaluations=evaluations %}
{% endif %} {# Hazus #}

Hazus Fragility

{% include "prediction/hazus/history.html" with hazus=hazus %}

{% 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 }} {{ val }}

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