{% extends "email/base.html" %} {% block title %}Promotion confirmed | Praxicraft{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="primary" hero_title="Promoted" hero_subtitle=new_rank_title hero_icon="cup-star.png" hero_accent_icon="confetti.png" %} {% endblock %} {% block content %}

Hi {{ first_name }},

You are now {{ new_rank_title }}.{% if new_salary_formatted %} Updated pay: {{ new_salary_formatted }}.{% endif %} A revised contract is attached.

{% if prev_rank_title %} {% include "email/partials/_detail_row.html" with pill_label="PREVIOUS RANK" pill_value=prev_rank_title pill_variant="primary" pill_radius="top" %} {% endif %} {% include "email/partials/_detail_row.html" with pill_label="NEW RANK" pill_value=new_rank_title pill_variant="primary" %} {% if new_salary %} {% include "email/partials/_detail_row.html" with pill_label="NEW SALARY" pill_value=new_salary_formatted pill_variant="primary" pill_border="none" pill_radius="bottom" %} {% else %} {% include "email/partials/_detail_row.html" with pill_label="STATUS" pill_value="Promoted" pill_variant="success" pill_border="none" pill_radius="bottom" %} {% endif %}

Keep the attached contract with your records.

{% include "email/partials/_cta.html" with cta_url=profile_url cta_label="View Your Rank" %} {% include "email/partials/_settings_prefs_note.html" %} {% endblock %}