{% 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 %}
{% endif %}
{% trans "Account Information" %}
{% for key, value in account_details.items %}
{{ key }}: {{ value }}
{% endfor %}
{% endif %}
{% if more_details %}
{% trans "Appointment Details" %}
{% for key, value in more_details.items %}
{{ key }}: {{ value }}
{% endfor %}
{% endif %}
{% if reschedule_link %}
{% 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' %}
{% endif %}
{% 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." %}