<div class="document-stage-band" id='{{ status | downcase | replace: " ", "-" }}-band'>
  <p class="document-stage">{{ status }}</p>
</div>

<div class="document-type-band" id='{{ doctype | downcase | replace: " ", "-" }}-band'>
  <p class="document-type">NIST {{ doctype }}</p>
</div>



<div id='toggle'> <span>&#x2022;</span> </div>

<header>

  <!--<div class="WordSection1">-->
  <div class="coverpage" id="#top">
    <div class="wrapper-top">

      <div class="rule-2"></div>

      <div class="coverpage-doc-identity">
        <div class="doc-number">
          <div>{{ draft_prefix }} {{ docidentifier_long }}</div>
          {% if edition %} <div> Revision {{ edition }}</div> {% endif %}
          <div> {{ draftinfo }}</div>
        </div>

        <div class="coverpage-title" style="float:left">
          <span class="title-first">{{ doctitle }}</span>
          {% if docsubtitle %}
          <br/><span class="title-second">{{ docsubtitle }}</span>
          {% endif %}
          {% if docparttitle %}
          <br/><span class="title-second">{{ docparttitle }}</span>
          {% endif %}
        </div>
        <div style="float:right"><img id="NIST-logo" src="logo.png" alt="National Institute of Standards and Technology"/></div>
      </div>

      <div class="coverpage-logo" style="float:left">
        <span>{{ revdate_monthyr }}</span>
      </div>

      <div class="rule-thick" style="clear:both"></div>

      <div class="authors-container">
        {% for affiliation in authors_affiliations %}
        {% for author in affiliation[1] %}
        <div class="author">{{ author }}</div>
        {% endfor %} 
        <div class="affiliation">{{affiliation[0]}}</div>
        {% endfor %} 
      </div>

      <div class="download-info">

        This publication is available free of charge from: <br>
        <a href="{{doi}}">{{ doi }}</a>

        <div class="category">{{ docclasstitle }}</div>

      </div>

    </div>
  </div>

  <div class="logo-wrapper">

    <img id="commerce-logo" src="commerce-logo-color.png">
  </div>

  <div class="logo-info">
    <p>U.S. Department of Commerce</p>
    <p><i>Wilbur L. Ross, Jr., Secretary</i></p>
  </div>

  <div class="logo-info">
    <p>National Institute of Standards and Technology</p>
    <p><i>Walter Copan, NIST Director and Under Secretary of Commerce for Standards and Technology </i></p>
  </div>

  <div class="WordSection11">

    {% if status != "Final" and status != "Public Draft" %}
    <div class="coverpage-stage-block">
      <span class="coverpage-maturity" id="{{ status }}">{{ status }}</span>
    </div>
    {% endif %}


    {% if unpublished %}
    <div class="coverpage-warning">
      <span class="title">Warning for Drafts</span>

      <p class="content">
      This document is not a NIST Standard. It is distributed for review and
      comment, and is subject to change without notice and may not be referred to as
      a Standard. Recipients of this draft are invited to submit, with their
      comments, notification of any relevant patent rights of which they are aware
      and to provide supporting documentation.
      </p>
    </div>
    {% endif %}

    <div class="info-section">
      <div class="rule"></div>
    </div>
  </div>


</header>