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