{% extends 'layouts/base.html' %} {% load i18n %} {% load static %} {% block content %} {% include 'header.html' %}
{% include 'partials/notifications/notifications_block.html' %}
{% include 'oois/ooi_page_tabs.html' with view='scan_profile_detail' ooi=ooi %}

{% translate 'Set clearance level for:' %} {{ ooi.human_readable }}

{% translate 'Setting the scan level from "declared" to "inherit" means it will inherit a clearance level from other objects, or that no clearance level will be inherited. ' %}

{% csrf_token %}
{% translate 'Set clearance level' %}

{% translate 'You are about to set the clearance level from "declared" to "inherit".' %}

{% translate 'Are you sure?' %}

Cancel
{% endblock %} {% block html_at_end_body %}{{ block.super }}{% endblock %}