{% extends "layouts/base.html" %} {% block title %} {{ asset.calid }} {% endblock %} {% block meta %} {% 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 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 %}