diff --git a/templates/base.html.twig b/templates/base.html.twig
index 78db0526a953907f065534454ffa1be51301a453..8aab1890466aab5b744f86e551b755c95e40f81d 100644
--- a/templates/base.html.twig
+++ b/templates/base.html.twig
@@ -65,6 +65,14 @@
             {% block content %}{% endblock %}
         </div>
 
+        <div class="container text-muted">
+            We don't collect or keep any personal data.
+            <br />
+            Your top artists and playlists are read from your Spotify account, playlists are generated "on the fly" and directly saved to your Spotify account.
+            <br />
+            Some access log (with your IP) are technically generated, but never read :')
+        </div>
+
         {% endblock %}
 
         {% block javascripts %}{{ encore_entry_script_tags('app') }}{% endblock %}