{% extends 'email/base.html.twig' %} {% block title %}Welcome to KitsCo{% endblock %} {% block content %}
👋

Welcome to KitsCo!

Hi {{ user.fullName ?? user.email }}, your account has been created successfully.

Account Activated

You now have access to your KitsCo account. Here's what you can do:

{% if user.fullName %} {% endif %}
Email {{ user.email }}
Name {{ user.fullName }}
Account Created {{ 'now'|date('F d, Y') }}

What You Can Do

{% if temporaryPassword is defined and temporaryPassword %}

Your Temporary Password

{{ temporaryPassword }}

Please change your password after your first login.

{% endif %}
Login to Your Account

Need Help Getting Started?

Our team is here to help you get the most out of your KitsCo account. Don't hesitate to reach out if you have any questions.

Email: sales@kits.co.tz

{% endblock %}