{% extends "email/base.html" %} {% block title %}You are invited to Praxicraft Assess (beta){% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="You are invited to Assess" hero_subtitle="Hire data professionals with proof, not puzzles." hero_icon="rocket.png" hero_accent_icon="confetti.png" %} {% endblock %} {% block content %}

Hello,

{{ invited_by }} invited {{ organisation_name }} to Praxicraft Assess (closed beta). As owner, you will set up the team, build assessments from real data work, and invite candidates.

{% include "email/partials/_detail_row.html" with pill_label="ORGANISATION" pill_value=organisation_name pill_variant="primary" pill_radius="top" %} {% include "email/partials/_detail_row.html" with pill_label="SIGN UP WITH" pill_value=recipient_email pill_value_color="#0D41FF" pill_variant="gray" %} {% include "email/partials/_detail_row.html" with pill_label="EXPIRES" pill_value=expires_at pill_variant="warning" pill_border="none" %} {% with footer_text="Use the email above when you create the organisation account. This link is personal and expires on "|add:expires_at|add:"." %} {% include "email/partials/_detail_row.html" with pill_footer=footer_text pill_border="top" pill_radius="bottom" %} {% endwith %}
{% include "email/partials/_cta.html" with cta_url=signup_url cta_label="Create Organisation Account" %}

If you were not expecting this invitation, you can ignore this email.

{% endblock %}