
    si&                     >    d dl mZ d dlmZ d dlmZ  G d de      Zy)    render_to_string)	ModelForm)FaceDetectionc                   *    e Zd ZdZ G d d      Zd Zy)FaceDetectionSetupFormzFacedetection Configurationc                       e Zd ZeZdgZy)FaceDetectionSetupForm.Meta
company_idN)__name__
__module____qualname__r   modelexclude     7/var/www/python-projects/worksol/facedetection/forms.pyMetar
   
   s    .r   r   c                 &    d| i}t        d|      }|S )zS
        Render the form fields as HTML table rows with Bootstrap styling.
        formzcommon_form.htmlr   )selfcontext
table_htmls      r   as_pzFaceDetectionSetupForm.as_p   s      4.%&8'B
r   N)r   r   r   verbose_namer   r   r   r   r   r   r      s    0L! !r   r   N)django.template.loaderr   
base.formsr   facedetection.modelsr   r   r   r   r   <module>r      s    3   .Y r   