{% extends "email/base.html" %} {% block title %}Employment Confirmed | Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="success" hero_title="Probation complete" hero_subtitle="Your employment is confirmed." hero_icon="check-circle.png" hero_accent_icon="confetti.png" %} {% endblock %} {% block content %}

Hi {{ first_name }},

You have cleared probation. You are confirmed permanent as of {{ confirmed_date }}. A Letter of Confirmation is attached for your records.

{% include "email/partials/_detail_row.html" with pill_label="STATUS" pill_value="Confirmed Staff" pill_variant="success" pill_radius="top" %} {% include "email/partials/_detail_row.html" with pill_label="CURRENT RANK" pill_value=rank_title pill_variant="gray" %} {% include "email/partials/_detail_row.html" with pill_label="PERFORMANCE REVIEW" pill_value="Now available" pill_variant="primary" %} {% include "email/partials/_detail_row.html" with pill_label="EFFECTIVE DATE" pill_value=confirmed_date pill_variant="gray" pill_border="none" pill_radius="bottom" %}
{% include "email/partials/_cta.html" with cta_url=dashboard_url cta_label="View Your Profile" %}

Patricia Howe

Head of Engineer Resources, Praxicraft

{% endblock %}