{% for CONDITION_ASSESSMENT_E41 in report_info.source.graph.CONDITION_ASSESSMENT_E41 %}
{% for CONDITION_STATE_E3 in CONDITION_ASSESSMENT_E41.CONDITION_STATE_E3 %}
{% for DATE_CONDITION_ASSESSED_E49 in CONDITION_STATE_E3 %}
{{DATE_CONDITION_ASSESSED_E49.DATE_CONDITION_ASSESSED_E49__value}}
{% endfor %}
-
{% trans "Condition" %}
{% if 'CONDITION_TYPE_E55' not in CONDITION_STATE_E3 %}
-
{% trans "No conditions recorded" %}
{% else %}
{% for CONDITION_TYPE_E55 in CONDITION_STATE_E3 %}
-
{{CONDITION_TYPE_E55.CONDITION_TYPE_E55__value}}
{% endfor %}
{% endif %}
-
{% trans "Description" %}
{% if 'CONDITION_DESCRIPTIONS_E62' not in CONDITION_STATE_E3 %}
-
{% trans "No descriptions recorded" %}
{% else %}
{% for CONDITION_DESCRIPTIONS_E62 in CONDITION_STATE_E3 %}
-
{{CONDITION_DESCRIPTIONS_E62.CONDITION_DESCRIPTIONS_E62__value | safe}}
{% endfor %}
{% endif %}
-
{% trans "Images" %}
-
{% if 'CONDITION_IMAGE_E73' not in CONDITION_STATE_E3 %}
-
{% trans "No images recorded" %}
{% else %}
{% for CONDITION_IMAGE_E73 in CONDITION_STATE_E3 %}
{% endfor %}
{% endif %}
-
{% trans "Disturbances" %}
{% if 'DISTURBANCE_TYPE_E55' not in CONDITION_STATE_E3 %}
-
{% trans "No disturbances recorded" %}
{% else %}
{% for DISTURBANCE_TYPE_E55 in CONDITION_STATE_E3 %}
-
{{DISTURBANCE_TYPE_E55.DISTURBANCE_TYPE_E55__value}}
{% endfor %}
{% endif %}
-
{% trans "Threats" %}
{% if 'THREAT_TYPE_E55' not in CONDITION_STATE_E3 %}
-
{% trans "No theats recorded" %}
{% else %}
{% for THREAT_TYPE_E55 in CONDITION_STATE_E3 %}
-
{{THREAT_TYPE_E55.THREAT_TYPE_E55__value}}
{% endfor %}
{% endif %}
-
{% trans "Management Recommendations" %}
{% if 'MANAGEMENT_RECOMMENDATION_E89' not in CONDITION_STATE_E3 %}
-
{% trans "No recommendations recorded" %}
{% else %}
{% for MANAGEMENT_RECOMMENDATION_E89 in CONDITION_STATE_E3 %}
{% if 'RECOMMENDATION_TYPE_E55' not in MANAGEMENT_RECOMMENDATION_E89 %}
-
{% trans "No recommendations recorded" %}
{% else %}
{% for RECOMMENDATION_TYPE_E55 in MANAGEMENT_RECOMMENDATION_E89.RECOMMENDATION_TYPE_E55 %}
-
{{RECOMMENDATION_TYPE_E55.RECOMMENDATION_TYPE_E55__value}}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{% if not forloop.last %}
{% endif %}
{% endfor %}
{% endfor %}