{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block heading %}Restore your conversations{% endblock %} {% block section %}
You requested a link to restore your previous conversations with {{ team_name }}.
Click the button below to access your conversation history on this device.
This link will expire in 60 minutes and can only be used once.
If the button above doesn't work, paste this link into your browser:
{{ restore_url }}
If you didn't request this link, you can safely ignore this email.
{% endblock %} {% block footer %} Need help? Visit support or Read our documentation. {% endblock %}