diff --git a/omf/models/resilientCommunity.html b/omf/models/resilientCommunity.html index 2cf4c91b2..b2a2de0cd 100644 --- a/omf/models/resilientCommunity.html +++ b/omf/models/resilientCommunity.html @@ -37,11 +37,67 @@ + +
+ + + +
+ +
+ +
+ +
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + + +
+ + +
+

System Parameters

-
+
{{ insert_file_upload_block('inputDataFileName','inputDataFileContent') }}
@@ -51,25 +107,22 @@
{{ omfRunDebugBlock }} {% if modelStatus == 'finished' %} -

Resilient Community Map

+

Loads Data Table

-
+
{% for header in allOutputDataDict["loadTableHeadings"] %} @@ -85,8 +138,26 @@ {% endfor %}
+ +

Objects Data Table

+
+ + + {% for header in allOutputDataDict["loadTableHeadings2"] %} + + {% endfor %} + + {% for values in allOutputDataDict["loadTableValues2"] %} + + {% for val in values %} + + {% endfor %} + + {% endfor %} +
{{ header }}
{{ val }}
+
+ {{ rawOutputFiles }}
{% endif %} -