{% extends "email/base.html" %} {% block title %}Your Praxicraft Employment Contract{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="success" hero_title="Contract signed" hero_subtitle="Your signed offer is attached." hero_icon="document-add.png" hero_accent_icon="check-circle.png" %} {% endblock %} {% block content %}

Hi {{ first_name }},

Your signed contract is attached. Keep a copy for your records. It covers your role, pay schedule, and terms.

Questions about onboarding? Reply to this email or contact your line manager.

{% include "email/partials/_detail_row.html" with pill_label="ENGINEER" pill_value=engineer_name pill_variant="gray" pill_radius="top" %} {% include "email/partials/_detail_row.html" with pill_label="SIGNED AS" pill_value=signature_name pill_variant="success" %} {% include "email/partials/_detail_row.html" with pill_label="DATE" pill_value=executed_at pill_variant="gray" pill_border="none" pill_radius="bottom" %}
{% include "email/partials/_cta.html" with cta_url=dashboard_url cta_label="Go to Dashboard" %}

{{ sender_name }}

{{ sender_title }}, Praxicraft

{% endblock %}