OtAdmin Scan Report

{% for status in scan.results %} {% endfor %}
Organization Id Status Root uid Site's title Warnings
{{ status.organization_id }} {{ status.status }} {{ status.root_uid }} {{ status.title }}
    {% for warning in status.warnings %}
  • {{ warning }}
  • {% endfor %}