{% endfor %}
{# {% for qb_mail_row_org in searchForm.listData.rows %}
{% set qb_mail=qb_mail_row_org.vars.data %}
{% set qb_mail_row =qb_mail_row_org.children["checked"] %}
{% if is_granted(role.edit) %}
{% endif %}
{% if is_granted(role.delete) %}
{{ form_widget(qb_mail_row) }}
{% endif %}