field=models.CharField(choices=[('ltr','Left to right'),('rtl','Right to left')],default='ltr',help_text='The read direction describes the order of the elements in the document, in opposition with the text direction which describes the order of the words in a line and is set by the script.',max_length=3),