示例#1
0
 def to_number_formatted_tag(self):
     return formatted_phone_number_tag(self.to_number)
示例#2
0
def format_phone_number_tag(value):
    """
    Format a phone number, wrapped in a class which will be manipulated to
    display properly RTL or LTR.
    """
    return formatted_phone_number_tag(value)
示例#3
0
 def from_number_formatted_tag(self):
     return formatted_phone_number_tag(self.from_number)
示例#4
0
def format_phone_number_tag(value):
    """
    Format a phone number, wrapped in a class which will be manipulated to
    display properly RTL or LTR.
    """
    return formatted_phone_number_tag(value)