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

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



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

  <header>

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

  <div class="coverpage-doc-identity">
    <div class="doc-number">
      <span class="docnumber">{{ docnumber }}</span>
      <span class="docnumber-separator">:</span>
      <span class="docyear">{{ docyear }} {{ draftinfo }}</span>
    </div>

    <div class="coverpage-title">
      <span class="title-first">{{ doctitle }}</span>
      <!--<span class="title-second">{{ docsubtitle }}</span>-->
    </div>
  </div>

  <div class="coverpage-logo">
    <span>Acme Inc. {{ docyear }}</span>
  </div>

  <div class="coverpage-tc-name">
    <span>{{ tc }}</span>
  </div>
  </div>

    <div class="wrapper-top-bottom"></div>

  <div class="WordSection11">
  <div class="coverpage-stage-block" >
    <span class="coverpage-stage" id="{{ doctype | replace: ' ', '-' | downcase }}">Acme {{ doctype }}</span>
  </div>

  <div class="coverpage-stage-block" >
    <p><span class="coverpage-maturity" id="{{ stage | replace: ' ', '-' | downcase }}">{{ stage }}</span></p>
{% if security %}
<p><span class="coverpage-maturity">Classification: {{ security }}</span></p>
{% endif %}
</div>

{% if doctype == "Policy And Procedures" or doctype == "Proposal" %}
<div  class="coverpage-stage-block" >{{ revdate }}</div>
{% endif %}

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

    <p class="content">
    This document is not a Acme 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="copyright">
  <p class="year">
    &copy; {{ docyear }} Acme Inc.
  </p>

  <p class="message">
    All rights reserved. Unless otherwise specified, no part of this
    publication may be reproduced or utilized otherwise in any form or by any
    means, electronic or mechanical, including photocopying, or posting on the
    internet or an intranet, without prior written permission. Permission can
    be requested from the address below.
  </p>

<div class="contact-info">
  <p class="name">Acme Inc.</p>
  <p class="address">
    Suite 1, 8/F, New Henry House<br />
    10 Ice House Street<br />
    Central<br />
    Hong Kong<br />
    <br />
    <a href="mailto:copyright@ribose.com">copyright@ribose.com</a><br />
    <a href="open.ribose.com">www.ribose.com</a>
  </p>
</div>
</div>

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


</header>