from django.utils.translation import gettext_lazy as _ LAYER_CHOICES = ( (1, _("location")), (2, _("Location_line")), (3, _("Location_polygon")), )