{{#extend "parentMain"}}

  {{#append "head"}}

  {{/append}}

  {{#replace "body"}}
  <!-- content start -->

  {{!-- Title row --}}
  <table class="row">
    <tr>
      <td class="wrapper last">

        <center>
          <table class="twelve columns">
            <tr>
              <td class="text-pad">

                <h2>Congratulations!</h2>

                {{!-- <img width="500" height="353" class="center" src="http://static.classdojo.com/img/join_school/join_school3.png"> --}}

                <p class="lead">
                  You have activated {{first_name}}'s ClassDojo account, and {{pronoun1}} has joined the rest of {{pronoun2}} class using ClassDojo.
                </p>
                <p class="lead">
                  Have you claimed your ClassDojo parent account, too? If not, just enter your parent code - <strong>{{parent_code}}</strong> - at <a href="http://www.classdojo.com/parent" target="_blank">http://www.classdojo.com/parent &rarr;</a>
                </p>

                <p class="lead">
                  We hope {{first_name}} loves using ClassDojo! If there's ever anything we can do to help, just let us know :)
                </p>

                <p>
                  Cheers,<br />
                  The ClassDojo team
                </p>

              </td>
              <td class="expander"></td>
            </tr>
          </table>
        </center>

      </td>
    </tr>
  </table>
  {{!-- End title row --}}



  {{!-- Title row --}}
  <table class="row">
    <tr>
      <td class="wrapper last">

        <center>
          <table class="twelve columns">
            <tr>
              <td class="text-pad">

                <hr>

                <!-- <p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et.</p> -->
                <p>
                  <br />
                  <small><strong>Why might it be a good idea to claim your ClassDojo parent account?</strong></small>
                </p>
                <p>
                  <small>{{first_name}}'s teacher uses ClassDojo to build positive behaviors and learning habits at school. Your ClassDojo parent account helps you stay up-to-date on how {{first_name}} is doing, and be more engaged with {{pronoun2}} development. Claim your ClassDojo parent account by entering your parent code - <strong>{{parent_code}}</strong> - at <a href="http://www.classdojo.com/parent" target="_blank">http://www.classdojo.com/parent &rarr;</a></small>
                </p>

                <p>
                  <br />
                  <small><strong>Can I invite other parents or adults?</strong></small>
                </p>
                <p>
                  <small>We know there may be other adults in {{first_name}}'s life who care about {{pronoun2}} development. If you'd like them to also stay up-to-date on how {{first_name}} is doing, they can sign up by entering {{first_name}}'s parent code - <strong>{{parent_code}}</strong> - at <a href="http://www.classdojo.com/parent" target="_blank">http://www.classdojo.com/parent &rarr;</a></small>
                </p>
                <p>
                  <br />
                  <small><strong>How can I deactivate my child's ClassDojo account?</strong></small>
                </p>
                <p>
                  <small>Simple: just email us at student@classdojo.com, and we'll be happy to help :)</small>
                </p>

              </td>
              <td class="expander"></td>
            </tr>
          </table>
        </center>

      </td>
    </tr>
  </table>
  {{!-- End title row --}}

  <!-- content end -->

  {{/replace}}

{{/extend}}
