diff --git a/index.html.j2 b/index.html.j2
index 6945479..72155af 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -69,23 +69,32 @@
   </div>
   <section id="main" class="content">
     <h1>{{ _("%(curr)s Auditor", curr=currency) }} </h1>
-    <p style="color: black;">
-      {{ _("This is the Web site of the auditor for the %(curr)s currency.",curr=currency) }}
+    <p class="bluebox taler-installed-hide">
       {% trans %}
-      In the GNU Taler system, an auditor is responsible for verifying
-      that an exchange operates correctly. If you trust us to do a good
-      job auditing, please click here:
+      You don't have a wallet installed yet.<br>
+      Install the wallet from the <a href="https://taler.net/wallet-installation.html">installation page</a>.
+      It only takes one click.
       {% endtrans %}
     </p>
-    <div style="text-align: center;">
-      <button class="pure-button pure-button-primary" style="text-allign: center;" click="addAuditor()">{{ _("Add Auditor") }}</button>
+    <div class="taler-installed-show">
+      <p style="color: black;">
+        {{ _("This is the Web site of the auditor for the %(curr)s currency.",curr=currency) }}
+        {% trans %}
+        In the GNU Taler system, an auditor is responsible for verifying
+        that an exchange operates correctly. If you trust us to do a good
+        job auditing, please click here:
+        {% endtrans %}
+      </p>
+      <div style="text-align: center;">
+        <button class="pure-button pure-button-primary" style="text-allign: center;" click="addAuditor()">{{ _("Add Auditor") }}</button>
+      </div>
+      <p>
+        {% trans %}
+        This will tell your wallet that you are willing to trust exchanges that
+        we audit to handle the TESTKUDOS currency properly.
+        {% endtrans %}
+      </p>
     </div>
-    <p>
-      {% trans %}
-      This will tell your wallet that you are willing to trust exchanges that
-      we audit to handle the TESTKUDOS currency properly.
-      {% endtrans %}
-    </p>
   </section>
 </body>
 </html>
