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

{{ asset.id }} - {{ asset.name }}

{# BRIDGE RENDERING #}

Geometry

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

Health History

{% include 'includes/asset-event-table.html' with evaluations=evaluations %}
{# 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 Value
CESMD{{ asset_data.cesmd }}
{{ key }} {{ val }}

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