(gid: int)
| 14787 | } |
| 14788 | |
| 14789 | item = dict(m) |
| 14790 | if want_html: |
| 14791 | try: |
| 14792 | item["html"] = render_template_string(_GROUP_ROW_TEMPLATE, m=m, me=me) |
| 14793 | except Exception: |
| 14794 | item["html"] = "" |
| 14795 | |
| 14796 | out.append(item) |
| 14797 | |
| 14798 | conn.close() |
nothing calls this directly
no test coverage detected