Description
macros::paragraph(content="Dear " ~ admin_first_name ~ " " ~ admin_last_name),
macros::paragraph(content=first_name ~ " " ~ last_name ~ " just completed their enrollment process."),
macros::paragraph(content="Have a good day!")] %}
macros::paragraph(content="Your gateway: " ~ gateway_name ~ " (IP: " ~ gateway_ip ~ ") for VPN Location: " ~ network_name ~ " has just disconnected."),
macros::paragraph(content="Please login to your gateway server and see the logs.")] %}
macros::paragraph(content="Your gateway: " ~ gateway_name ~ " (IP: " ~ gateway_ip ~ ") for VPN Location: " ~ network_name ~ " has just reconnected.")
macros::paragraph(content="<b>Password reset</b>"),
macros::paragraph(content= "If you wish to reset your password, please copy & paste the following URL in your browser: "),
macros::link(content=link_url, href=link_url),
macros::paragraph(content="Or click the button below:"),
] %}
{{ macros::text_section(content_array=section_content)}}
<p style="text-align: center;"><a href={{ link_url }} target="_blank" aria-label="Reset password"
macros::paragraph(content="<b>Password reset</b>"),
macros::paragraph(content= "Your password has been successfully changed."),

Description
enrollment_welcome
<content edited by admin in settings, so just the header and footer here>
gateway_disconnected