30 lines
569 B
Handlebars
30 lines
569 B
Handlebars
=== NOTIFICACIÓN ===
|
|
|
|
{{title}}
|
|
|
|
{{#if type}}
|
|
[{{uppercase type}}] Esta es una notificación {{type}}.
|
|
{{/if}}
|
|
|
|
{{message}}
|
|
|
|
{{#if content}}
|
|
|
|
INFORMACIÓN ADICIONAL:
|
|
{{content}}
|
|
{{/if}}
|
|
|
|
{{#if action_url}}
|
|
|
|
ACCIÓN REQUERIDA:
|
|
{{default action_text "Tomar Acción"}}: {{action_url}}
|
|
{{/if}}
|
|
|
|
---
|
|
Enviado el {{date_format (default timestamp "now") "%d de %B de %Y a las %H:%M UTC"}}
|
|
|
|
Esta es una notificación automática. Por favor no respondas a este correo.
|
|
{{#if unsubscribe_url}}
|
|
Para cancelar la suscripción de notificaciones, visita: {{unsubscribe_url}}
|
|
{{/if}}
|