{% extends "emails/base.html.twig" %} {% set email_color = '#0056b3' %} {% set title = 'Domain Watchdog Alert' %} {% block content %}
Hello,
We would like to inform you that a change has been detected in the EPP status of one of the domains on your watchlist.
Domain name: {{ domain.ldhName }}
Current EPP status: {{ domain.status | join(' | ') }}
{% if domainStatus.addStatus is not empty %}
[+] Added status: {{ domainStatus.addStatus | join(' | ') }}
{% endif %}
{% if domainStatus.deleteStatus is not empty %}
[-] Removed status: {{ domainStatus.deleteStatus | join(' | ') }}
{% endif %}
Thank you for your attention.
Best regards