{% extends "crud/report.html" %} {% block tables %}
{% trans "Initiating event" %}: {{ object.initiating }}
{% trans "LOC" %}: {{ object.final }}
{% trans "Target frequency" %}: {{ object.target }}
{% trans "Resulting freq." %}: {{ object.frequency }}

{% trans "Details" %}

{% for item in object.deviationlopapathelement_set.all reversed %} {% endfor %}
  {% trans "Description" %} {% trans "Probability" %} {% trans "Frequency" %}
{{ item.name }} {{ item.prob|default:"" }} {{ item.freq|default:"" }}
{% endblock %}