{% extends "controlpanel/layout.html" %} {% block title %}Manage user tags{% endblock %} {% block body_class %}plain-page frontpage admin {{ body_class }}{% endblock %} {% block subbreadcrumbs %}{% set navigation.sub = "dataset-bulk" %}{% endblock %} {% block body %}

Dataset bulk management

Here are some things you can do with all datasets (within given parameters). Use the filter below to limit the effect of your changes. If you do not set any filters, all datasets will be affected. You can start with a CSV export if you want to verify which individual datasets will be affected by your changes.

{% for notice in flashes %}

{{ notice|safe }}

{% endfor %}
to





{% endblock %}