{% extends "app_home/tw4/base.html" %} {% load static %} {% load i18n %} {% block navbar_app %} {% include 'app_home/tw4/_sidebar.html' %} {% endblock %} {% block title %}
Dangerous tools ahead !
{% endblock %} {% block content %}{% translate "Manually update all Schema counters and bigset status." %}
{% translate "Refresh the EAV cache for improved performance with large datasets." %}
{% translate "Purge the EAV cache to free up storage space. Cache will be rebuilt on next use." %}
{% translate "View and manage data revision tracking and history." %}
{% translate "DANGER ! - Empty database, remove all schemas, fields, instances, users, groups, etc. ALL DATA IS REMOVED !" %}
{% translate "Warning: This action cannot be undone!" %}
{% translate "Factory reset will:" %}
{% translate "Are you sure you want to proceed?" %}
{% translate "This will update Counters/Bigsetvalues for all schemas." %}
{% translate "This operation may take some time depending on the amount of data." %}
{% translate "Are you sure you want to proceed?" %}
{% translate "This will refresh the EAV cache for all schemas." %}
{% translate "The EAV (Entity-Attribute-Value) cache stores denormalized data for improved performance." %}
{% translate "This operation may take some time depending on the amount of data." %}
{% translate "Are you sure you want to proceed?" %}
{% translate "This will purge the EAV cache for all schemas." %}
{% translate "The EAV cache will be deleted, freeing up storage space." %}
{% translate "The cache will be automatically rebuilt on next use (performance may be reduced until rebuild completes)." %}
{% translate "Are you sure you want to proceed?" %}