Moved email templates to a unified 'email' directory and added new base, header, and footer templates for emails. Implemented notification tasks in commerce for various order and refund events, and updated Carrier model to trigger notifications on shipping state changes.
8 lines
327 B
Plaintext
8 lines
327 B
Plaintext
{% with name=user.first_name|default:user.firstname|default:user.get_full_name %}Dobrý den{% if name %} {{ name }}{% endif %},{% endwith %}
|
||
|
||
Děkujeme za registraci. Prosíme, ověřte svou e‑mailovou adresu kliknutím na následující odkaz:
|
||
|
||
{{ action_url }}
|
||
|
||
Pokud jste účet nevytvořili vy, tento e‑mail ignorujte.
|