<table>
    <tr>
        <td class="cell" align="left" valign="top">
            <div class="logo-box">
                {% if smeUser == true %}
                    <img
                        width="182"
                        height="38"
                        class="logo"
                        src="{{ cdnAssets }}sme/icons/brand-text.png"
                        alt="Sony Music Logo"
                    >
                {% else %}
                    <img
                        width="106"
                        height="38"
                        class="logo"
                        src="{{ cdnAssets }}orchard/icons/brand-text.png"
                        alt="The Orchard Logo"
                    >
                {% endif %}
            </div>
        </td>
    </tr>
    <tr class="heading {% if smeUser %}headingSme{% endif %}">
        <td
            class="cell"
            align="center"
            valign="top"
            id="bodyCell"
        >
            <h1>
                {% if smeUser %}
                    Welcome to Sony Music Podcasting
                {% else %}
                    Welcome to The Orchard Podcasting
                {% endif %}
            </h1>
        </td>
    </tr>
    <tr class="body">
        <td class="cell">
            <p>Hello!</p>
            <p>
                {% if smeUser -%}
                    Welcome to the Sony Music Podcasting platform!
                {%- else -%}
                    Welcome to The Orchard Podcasting platform!
                {%- endif %}
                To set up your account, click the button below:
            </p>
            <p>
                <a
                    href="{{ invitationLink }}&aid={{user.id}}"
                    class="button {% if smeUser %}buttonSme{% endif %}"
                    ><span class="button-text">GET STARTED</span></a
                >
            </p>
            <p>
                Or, visit this link :
                <a href="{{ invitationLink }}&aid={{user.id}}">
                    {{- invitationLink -}}
                </a>
            </p>
            {% if smeUser %}
                <p>
                    Please login using your Sony Music email address as the
                    username and choose SMS or Google Authenticator, not Auth0
                    Guardian.
                </p>
            {% endif %}
            <p>We are excited to create shows together.</p>
            <p>
                Always,
                <br>
                {% if smeUser %}
                    Your team at Sony Music<br>
                {% else %}
                    Your team at The Orchard<br>
                {% endif %}
            </p>
        </td>
    </tr>
    <tr class="footer">
        <td class="cell">
            {% if smeUser == false %}
                <h2 class="footer-heading">Connect With Us</h2>
                <div class="podcasts-footer-logos">
                    <span class="podcasts-connect-logo">
                        <a href="https://www.facebook.com/theorchard/">
                            <img
                                src="https://cdn.theorchard.io/web-icons/social_facebook.png"
                                alt="facebook"
                                height="32"
                                width="32"
                                class="logo"
                            >
                        </a>
                    </span>
                    <span class="podcasts-connect-logo">
                        <a href="https://www.youtube.com/radiallive/">
                            <img
                                src="https://cdn.theorchard.io/web-icons/social_youtube.png"
                                alt="youtube"
                                height="32"
                                width="32"
                                class="logo"
                            >
                        </a>
                    </span>
                    <span class="podcasts-connect-logo">
                        <a href="https://twitter.com/orchtweets">
                            <img
                                src="https://cdn.theorchard.io/web-icons/social_twitter.png"
                                alt="twitter"
                                height="32"
                                width="32"
                                class="logo"
                            >
                        </a>
                    </span>
                    <span class="podcasts-connect-logo">
                        <a
                            href="https://www.linkedin.com/company/the-orchard/"
                        >
                            <img
                                src="https://cdn.theorchard.io/web-icons/social_linkedin.png"
                                alt="linkedin"
                                height="32"
                                width="32"
                                class="logo"
                            >
                        </a>
                    </span>
                    <span class="podcasts-connect-logo">
                        <a
                            href="https://www.instagram.com/the_orchard_/"
                        >
                            <img
                                src="https://cdn.theorchard.io/web-icons/social_instagram.png"
                                alt="instagram"
                                height="32"
                                width="32"
                                class="logo"
                            >
                        </a>
                    </span>
                    <span class="podcasts-connect-logo">
                        <a href="https://www.theorchard.com/">
                            <img
                                src="https://cdn.theorchard.io/web-icons/social_orchard.png"
                                alt="theorchard"
                                height="32"
                                width="32"
                                class="logo"
                            >
                        </a>
                    </span>
                </div>
            {% endif %}

            <div class="podcasts-tiny">
                <p>
                    If you have any questions, or you believe this has been sent
                    to you in error, please email
                    {% if smeUser %}
                        podcasts@sonymusic.com
                    {% else %}
                        podcasts@theorchard.com
                    {% endif %}
                </p>
            </div>
            <img
                src="https://api.segment.io/v1/pixel/track?data={{user.user_metadata.inviteTracking}}"
                alt=""
            >
        </td>
    </tr>
</table>
