{% extends "base.html" %} {% block content %}

{{ _('Clear Cache') }}

Force clear browser and ServiceWorker cache

{{ _('ServiceWorker Status') }}

Checking ServiceWorker...

{{ _('Clear All Caches') }}

This will clear all cached resources including CSS, JavaScript, and images. Use this if you're experiencing issues with outdated content.

{{ _('ServiceWorker Actions') }}

{{ _('Manual Hard Refresh') }}

If clearing cache doesn't help, try a hard refresh:

  • Windows/Linux: Press Ctrl + F5 or Ctrl + Shift + R
  • Mac: Press Cmd + Shift + R
  • Chrome DevTools: Right-click refresh button → "Empty Cache and Hard Reload"
{% endblock %}