{% include 'imports.html' %}

Set accounts to learn from

{{ handle }}

Add account Back

{% for user in users %}
{% set handle_list = user['fedi_id'].split('@') %}
@{{ handle_list[1] }}@{{ handle_list[2] }}
{{ "Active" if user['enabled'] else "Inactive" }}, {{ post_count[user['fedi_id']] }} posts in database
{% endfor %}
{% include 'footer.html' %}