from django.utils.translation import gettext_lazy as _ TRANSACTION_TYPE_CHOICES = (("DEPOSIT", _("deposit")), ("WITHDRAW", _("withdraw")))