{% extends 'base.html.twig' %} {% block title %}Acousonix - Account Management{% endblock %} {% block body %} {% if user %}

Thank you, {{ user.FirstName }}!

{% if platform == 'web' or platform == 'android' %}

Your subscription will be activated within a few minutes.

loading animation {% else %}

Your subscription will be activated within a few minutes.

{% endif %} {% else %} {% endif %} {% endblock %}