mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
chore: rename WatchList to Watchlist
This commit is contained in:
15
templates/emails/success/domain_event_updated.html.twig
Normal file
15
templates/emails/success/domain_event_updated.html.twig
Normal file
@@ -0,0 +1,15 @@
|
||||
{% extends "emails/base.html.twig" %}
|
||||
|
||||
{% set email_color = '#0056b3' %}
|
||||
{% set title = 'Domain Watchdog Alert' %}
|
||||
{% block content %}
|
||||
<p>Hello, <br/>
|
||||
We are pleased to inform you that a new action has been detected on a domain name in your watchlist.<br/>
|
||||
<strong>Domain name:</strong> {{ event.domain.ldhName }}<br/>
|
||||
<strong>Action:</strong> {{ event.action }}<br/>
|
||||
<strong>Effective Date:</strong> {{ event.date | date("c") }}<br/>
|
||||
<br/><br/>
|
||||
Thank you for your attention.<br/>
|
||||
Best regards<br/>
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user