{% 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.
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 %}