{% extends "layouts/base.html" %} {% load i18n %} {% load static %} {% block content %} {% include 'header.html' %}
{% 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 }}
{% endblock %} {% block html_at_end_body %} {{ block.super }} {% endblock %}