{{#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>
                  {{!-- {{ I18n 'dojo-templater.emails:initial_parent_invite.view_report' }} --}}
                  View {{ student_name }} report on ClassDojo
                </h2>

                <p class="lead">
                  {{!-- {{{ I18n "dojo-templater.emails:initial_parent_invite.would_like_to_share" link1=invite_link }}} --}}
                  {{ teacher_name }} would like to share <strong><a href="{{ invite_link }}" target="_blank">your child's behavior and skills report</a></strong> on ClassDojo.
                </p>

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

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

  {{!-- CTA big button row --}}
  <table class="row">
    <tr>
      <td class="wrapper last">

        <center>
          <table class="twelve columns">
            <tr>
              <td>

                <center>
                  <!-- REMEMBER TO UPDATE THIS MSO VERSION WITH THE LINK AND TEXT OF YOUR CTA -->

                  <!--[if mso]>
                  <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="{{ invite_link }}" style="height: 60px; width: 280px; v-text-anchor: middle;" arcsize="7%" strokecolor="#fcb030" fill="t">
                    <v:fill type="tile" src="http://c.classdojo.com/img/email/template3/orange-btn-reg.png" color="#fcb030" />
                    <w:anchorlock/>
                    <center style="color: #ffffff; font-family: sans-serif; font-size: 28px; font-weight: bold;">{{ I18n 'dojo-templater.emails:initial_parent_invite.get_report_now' }} &rarr;</center>
                  </v:roundrect>
                  <![endif]-->

                  <a href="{{ invite_link }}" target="_blank" id="orange-button">
                    Get report now &rarr;
                    {{!-- {{ I18n 'dojo-templater.emails:initial_parent_invite.get_report_now' }} &rarr; --}}
                  </a>
                </center>

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

      </td>
    </tr>
  </table>
  {{!-- End CTA big button row --}}

  <table class="row">
    <tr>
      <td class="wrapper last">

        <center>
          <table class="twelve columns">
            <tr>
              <td class="text-pad">
                <table>
                  <tr>
                    <td class="panel">
                      <p>If you can't click the button above, paste this link into your browser: {{ invite_link }}</p>
                    </td>
                  </tr>
                </table>
              </td>
              <td class="expander"></td>
            </tr>
          </table>
        </center>

      </td>
    </tr>
  </table>

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

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

                <img width="500" height="328" class="center" src="http://static.classdojo.com/img/parent-email.png">

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

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

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

  <!-- content end -->

  {{/replace}}

{{/extend}}
