AB
Size: a a a
AB
AB
AB
NK
S
BB
MV
p
MV
k
VT
phone = PhoneNumberField(_("Phone"),
help_text=_("What phone number will be shown to users as a contact information?"),
blank=True,
null=True)
VT
VT
DT
phone = PhoneNumberField(
_("Phone"),
help_text=_("What phone number will be shown to users as a contact information?"),
blank=True,
null=True
)
VT
phone = PhoneNumberField(
_("Phone"),
help_text=_("What phone number will be shown to users as a contact information?"),
blank=True,
null=True
)
VT
VT
DT
DT
phone = PhoneNumberField(
_("Phone"),
help_text=_("What phone number will "
"be shown to users as a "
"contact information?"),
blank=True,
null=True
)
VT