{% extends "settings/base.html" %} {% block subtitle %}Import/Export{% endblock %} {% block settings_content %}
{% csrf_token %}
Import {% if bad_format %}
Error: The file you uploaded was not a valid {{ bad_format }} CSV.
{% endif %} {% if success %}
Your {{ success }} CSV import was received. It will be processed in the background.
{% endif %} {% include "forms/_field.html" with field=form.csv %} {% include "forms/_field.html" with field=form.import_type %} {% include "forms/_field.html" with field=form.replace %}
Export
Following list {{ numbers.outbound_follows }} {{ numbers.outbound_follows|pluralize:"follow,follows" }} Download CSV
Followers list {{ numbers.inbound_follows }} {{ numbers.inbound_follows|pluralize:"follower,followers" }} Download CSV
Individual blocks {{ numbers.blocks }} {{ numbers.blocks|pluralize:"people,people" }} Download CSV
Individual mutes {{ numbers.mutes }} {{ numbers.mutes|pluralize:"people,people" }} Download CSV
{% endblock %}