diff --git a/www/templates/wallet/view_wallet.html b/www/templates/wallet/view_wallet.html
index 75c2783c879e65abb3f9351a2456827602862cfb..50bf806e7363fb11f2815c5b861d5d110a81139a 100644
--- a/www/templates/wallet/view_wallet.html
+++ b/www/templates/wallet/view_wallet.html
@@ -102,6 +102,7 @@
              ng-if="walletData.isMember||walletData.requirements.pendingMembership"
              ng-click="showCertifications()">
             <i class="icon ion-ribbon-b"></i>
+            <b ng-if="walletData.requirements.isSentry" class="ion-star icon-secondary" style="color: yellow; font-size: 16px; left: 25px; top: -7px;"></b>
             {{:locale:'ACCOUNT.CERTIFICATION_COUNT'|translate}}
             <cs-badge-certification requirements="walletData.requirements"
                                     parameters="{sigQty: walletData.parameters.sigQty}">
diff --git a/www/templates/wot/view_certifications_lg.html b/www/templates/wot/view_certifications_lg.html
index 20e2e26aceb2af6a8df1adefda7d10e2e84d730b..950c54fbad9e8b196c05ef5fa76d4c57dfe3291c 100644
--- a/www/templates/wot/view_certifications_lg.html
+++ b/www/templates/wot/view_certifications_lg.html
@@ -65,6 +65,9 @@
                   ng-class="{'positive': formData.isMember, 'gray': !formData.isMember}">
                   {{::formData.name||formData.uid}}
                 </h4>
+                <h5 class="text-center gray">
+                  <i class="icon ion-key"></i> {{formData.pubkey|formatPubkey}}
+                </h5>
                 <h5 class="assertive" ng-if="(formData.name||formData.uid) && !formData.isMember" translate>WOT.NOT_MEMBER_PARENTHESIS</h5>
               </a>
             </div>
diff --git a/www/templates/wot/view_identity.html b/www/templates/wot/view_identity.html
index ad0bf0fb50be1b2d61ac841517f7f83b37f02270..a5ff807f3c94a7104355e3d0f246ae005f80633e 100644
--- a/www/templates/wot/view_identity.html
+++ b/www/templates/wot/view_identity.html
@@ -63,8 +63,8 @@
            ng-if="formData.hasSelf"
            ng-click="showCertifications()">
           <i class="icon ion-ribbon-b"></i>
+          <b ng-if="formData.requirements.isSentry" class="ion-star icon-secondary" style="color: yellow; font-size: 16px; left: 25px; top: -7px;"></b>
           <span translate>ACCOUNT.CERTIFICATION_COUNT</span>
-
           <cs-badge-certification cs-id="helptip-wot-view-certifications-count"
                                   requirements="formData.requirements"
                                   parameters="{sigQty: formData.sigQty}">