{% if form.owner is defined %}
{{ form_row(form.owner) }}
{% endif %}
{% if form.isworkgroup is defined %}
{{ form_row(form.isworkgroup) }}
{% endif %}
{{ form_row(form.isopen) }}
{{ form_row(form.description) }}
{% if form.ldapfilter is defined %}
{{ form_row(form.fgassoc) }}
{{ form_row(form.ldapfilter) }}
{% endif %}
{% if form.attributes is defined %}
{{ form_row(form.fgassoc) }}
{{ form_row(form.attributes) }}
{% endif %}
{% if form.email is defined %}
{{ form_row(form.email) }}
{% endif %}
{% if auditUse and mode=="update" and (access=="admin" or access=="modo" or access=="audit") %}