- 
    
Bug
 - 
    Resolution: Unresolved
 - 
    
Major
 - 
    2.7.2
 - 
    None
 
In the xsl subscribe_and_manage.xsl, in the template step2-bottom-text, we must add to the test "if different from nothing"
<xsl:template name = "step2-bottom-text"> <xsl:if test= "/ActionResult/FormResult/alreadySubscribeTo != '' "> <p class= "important"> <i18n:text i18n:key= "NEWSLETTERS_SERVICE_SUBSCRIBE_NEWSLETTER_FORM_HINT_STEP2" i18n:catalog="skin.{$skin}" /> </p> </xsl:if> </xsl:template>