{% include 'partials/ooi_head.html' with ooi=ooi view='ooi_findings' %}
{% if findings|length > 0 %}
{% include "oois/ooi_detail_findings_list.html" with findings=findings %}
{% else %}
{% translate 'Currently there are no findings for OOI' %} "{{ ooi.human_readable }}".
{% translate 'Add finding' %} {% endif %} {{ self }}