예제 #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)