{% load i18n %} {% load static %}
{% if pre_header %} {{ pre_header }} {% endif %}
{% comment %}{% endcomment %}

{{ main_title }}

{{ month_year }}
{{ day }}

{% trans 'Thank you for choosing us.' %}

{% if account_details %} {% if activation_link %} {% endif %} {% endif %} {% if more_details %} {% endif %} {% if reschedule_link %} {% endif %}

Hi {{ first_name }},

{{ message_1 }}

{{ message_2 }}

{% trans 'Account Activation' %}

{% blocktranslate with link=activation_link %} To activate your account and set your password, please use the following secure link: Set Your Password. Please note that this link will expire in 2 days for your security. {% endblocktranslate %}

{% trans "Account Information" %}

    {% for key, value in account_details.items %}
  • {{ key }}: {{ value }}
  • {% endfor %}

{% trans "Appointment Details" %}

    {% for key, value in more_details.items %}
  • {{ key }}: {{ value }}
  • {% endfor %}

{% trans 'Rescheduling' %}

{% translate 'If your plans change and you need to reschedule your appointment, you can easily do so by following this link: ' %} {% translate 'Reschedule Appointment' %}

{% trans 'Support' %}

{% blocktranslate %} Should you have any inquiries or require further assistance, our support team is here to help. You can reach us anytime. {% endblocktranslate %}

{% trans "We look forward to serving you and ensuring that your experience with us is both rewarding and satisfactory." %}

{% trans "Warm regards" %},

{% trans "The Team" %}

© {{ current_year }} {{ company }}. {% trans "All rights reserved" %}.