<boilerplate> {%if substage == “retired” or substage == “withdrawn” or status == “Internal Draft” or status == “Work-in-Progress Draft” or status == “Preliminary Draft” or status == “Public Draft” or status == “Approval Draft” %}

<license-statement>
  <clause id="authority6">
    <title>Warning Notice</title>
  <p>
  {%- if substage == "retired" or substage == "withdrawn" -%}
  {%- if unpublished -%}
  {%- if substage == "retired" %}{{labels["draft-retired-boilerplate"]}}{% else %}{{labels["draft-withdrawn-boilerplate"]}}{% endif -%}
  {%- else -%}
  {%- if withdrawal_pending %}{{ labels["withdrawal-pending-boilerplate"]}}{% else %}{{ labels["publication-withdrawn-boilerplate"] }}{% endif -%}
  {%- endif -%}
  {%- else -%}
  {%- if status == "Internal Draft" -%}
  {{- labels["draft-internal-boilerplate"] -}}
  {%- elsif status == "Work-in-Progress Draft" -%}
  {{- labels["draft-wip-boilerplate"] -}}
  {%- elsif status == "Preliminary Draft" -%}
  {{- labels["draft-prelim-boilerplate"] -}}
  {%- elsif status == "Public Draft" -%}
  {{- labels["draft-public-boilerplate"] -}}
  {%- elsif status == "Approval Draft" -%}
  {{- labels["draft-public-boilerplate"] -}}
  {%- endif -%}
  {%- endif -%}
</p>

</clause> </license-statement> {% endif %}

<legal-statement>

<clause id=“authority3”> <title>Disclaimer</title> <p>Any mention of commercial products or reference to commercial organizations is for information only; it does not imply recommendation or endorsement by NIST, nor does it imply that the products mentioned are necessarily the best available for the purpose.</p> </clause>

<clause id=“authority3a”>

<title>Additional Information</title>
<p>For additional information on NIST's Cybersecurity programs, projects and publications, visit the <link target="https://csrc.nist.gov">Computer Security Resource Center</link>. Information on other efforts at <link target="https://www.nist.gov">NIST</link> and in the <link target="https://www.nist.gov/itl">Information Technology Laboratory</link> (ITL) is also available.</p>

</clause> </legal-statement>

<feedback-statement>

{% if unpublished %}

<clause id=“authority4”> {% if comment_extended %} <p align=“center”>[{{ comment_extended}}: Comment period extended]</p> {% endif %}

{% if comment_from and comment_to %} <p align=“center”><strong>Public comment period: {{ comment_from }} through {{comment_to}}</strong></p> {% else %} {% if comment_from %} <p align=“center”><strong>Public comment period: from {{ comment_from }}</strong></p> {% endif %} {% endif %} </clause> {% endif %}

<clause id=“authority5”>

<p align="center"><strong>Comments on this publication may be submitted to:</strong></p>

<p align=“center”>National Institute of Standards and Technology <br/>

Attn: {{ labels["nist_division"] }} <br/>
{{ labels["nist_division_address"] }} <br/>
{% if email %}
Email: <link target="mailto:{{ email }}"/>
{% endif %}</p>

<p align=“center”>All comments are subject to release under the Freedom of Information Act (FOIA).</p> </clause> </feedback-statement> </boilerplate>