{% extends 'base.email.html.twig' %} {% block body %}

{{ email }} Bought the license!

License type: {{ licenseType }}
License Period: {{ licensePeriod }}
Payment Option: {{ paymentOption }}

Account information:
ID: {{ id }}
GlobalID: {{ globalId }}

{% endblock %}