{% extends 'layouts/default.html' %} {% block title %}Flowspec Actions{% endblock %} {% block content %}

Updated {{ updated}} records.

Users with multiple organizations

Records of users with multilple orgs could not be updated.

{% for user, orgs in users.items() %}

{{ user }}

{% endfor %} {% endblock %}