{% extends "analysisbase/scenario_report.html" %} {% load mptt_tags trees %} {% block middleinfo %} {% with level1=level|add:"1" level2=level|add:"2" %} {% if treeobjects %}
{% trans "Cause tree" %}
{% treeimages element %}
{{ element.tree_display }}
{% if element.item.depnumbers %} ({{ element.item.depnumbers|join:", " }}){% endif %}
{% if errors %}
{% trans "Errors" %}
{% trans "LOPA result" %}
{% trans "Initiating event" %} | {% trans "Final event" %} | {% trans "Calculated frequency" %} | {% trans "Target frequency" %} |
{{ path.initiating }} | {{ path.final }} | {{ path.frequency }} | {{ path.target }} |
{% trans "LOPA-details" %}
{% for path in lopapaths %}{{ path }}
{% trans "Description" %} | {% trans "Probability" %} | {% trans "Frequency" %} | |
![]() |
{{ item.name }} | {{ item.prob|default:"" }} | {{ item.freq|default:"" }} |