('name',models.CharField(help_text='The short name of the virtual network.',max_length=20,unique=True,validators=[firewall.fields.val_alfanum],verbose_name='Name')),
('description',models.TextField(blank=True,help_text='Description of the goals and elements of the virtual network.',verbose_name='description')),
('comment',models.TextField(blank=True,help_text='Notes, comments about the network',verbose_name='comment')),