{% load i18n %}

{% trans "Thank you for your payment!" %}

{% if obj.user and obj.user.username %}

{% trans "What would you like to do now?" %}

{% endif %}