{{ _('data integrity checks')|uc_first }}
{{ 'admin/data_integrity_checks'|manual|safe }}
{{ _('orphans')|button(url_for('admin_orphans'))|safe }}
{{ _('dates')|button(url_for('admin_check_dates'))|safe }}
{{ _('similar names')|button(url_for('admin_check_similar'))|safe }}
{{ _('links')|button(url_for('admin_check_links'))|safe }}
{{ _('link duplicates')|button(url_for('admin_check_link_duplicates'))|safe }}
{% if 'manager'|is_authorized or imports %}
{{ _('data transfer')|uc_first }}
{{ _('import')|button(url_for('import_index'))|safe }}
{{ ('CSV ' + _('export'))|button(url_for('api_03.export_database', format_='csv'))|safe }}
{{ ('JSON ' + _('export'))|button(url_for('api_03.export_database', format_='json'))|safe }}
{{ ('XML ' + _('export'))|button(url_for('api_03.export_database', format_='xml'))|safe }}
{% if 'manager'|is_authorized %}
{{ ('SQL ' + _('export'))|button(url_for('export_sql'))|safe }}
{% endif %}
{% if 'admin'|is_authorized %}
{{ _('execute SQL')|button(url_for('sql_index'))|safe }}
{% endif %}
{% if config.ARCHE['id'] %}
{{ 'ARCHE'|button(url_for('arche_index'))|safe }}
{% endif %}
{{ 'VOCABS'|button(url_for('vocabs_index'))|safe }}
{% endif %}
{% if 'admin'|is_authorized and g.settings.image_processing %}
{{ _('image processing')|uc_first }}
{{ 'admin/file'|manual|safe }}
{{ _('create resized images')|button(url_for('admin_resize_images'))|safe }}
{{ _('delete orphaned resized images')|button(url_for('admin_delete_orphaned_resized_images'))|safe }}
{% endif %}
{% if 'manager'|is_authorized %}
{{ 'API'|uc_first }}
{{ 'admin/api'|manual|safe }}
{% if 'manager'|is_authorized %}
{{ _('edit')|button(url_for('admin_settings', category='api'))|safe }}
{% endif %}
{{ info|display_info|safe }}
{% endif %}