Almirall Logo
  • Our Purpose
    • Our Noble Purpose
  • Your Health
    • Your skin
      • Skin Conditions
        • Psoriasis
        • Actinis Keratosis
        • Atopic Dermatitis
        • Acne
        • Onychomycosis
        • Cutaneus T-Cell Lymphoma
        • Alopecia Areata
        • Bullosa Epidermyosis
        • Skin Cancer
      • Types of Skin
      • About Skin
    • More than skin
      • Spasticity In MS
      • Chronic Pain
    • Commitment to patients
    • Report a side effect
    nadia-stories_2.jpg

    Living with psoriasis

    You worry about…

    • Psoriasis
    • Actinic keratosis
    • Atopic dermatitis
    • Acne
    View all skin conditions

    Take care of your skin

    • Types of skin
    • About skin

    More than skin…

    • Spasticity in MS
    • Chronic pain
    • Our commitment to patient associations
    • Report a side effect
  • Our Expertise
    • Research & Development
      • Pipeline
      • Clinical Trials
      • R&D Collaborations
    • Our disease focus
    • Our Products
    • Partnering
  • HC Professional
  • We care
    • For the environment
    • For patients
    • For employees
    • For stakeholders
      • Actions and initiatives by Almirall in response to the Covid-19 crisis
    • For transparency
  • Select your Almirall

    • WorldWide
    • Germany
    • Italy
    • Netherlands
    • Poland
    • Spain
    • Spain (Catalá)
    • Austria
    • Switzerland
    • United Kingdom
    • United States of America
  • Media
    • About us
    • Newsroom
    • Media Resources
    • Media Contact
  • Investors
  • Careers
    • Life at Almirall
    • Your Career

View all results

Displaying 0 Results 0 seconds

An error occurred while processing the template.
The following has evaluated to null or missing:
==> XingURL  [in template "4243780#4243828#4472328" at line 100, column 47]

----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #if (XingURL.getData()?has_content)  [in template "4243780#4243828#4472328" at line 100, column 41]
----
1<footer class="footer"> 
2 
3    <div class="col-12 col-xxl-10 offset-xxl-1"> 
4        <div class="row"> 
5            <div class="col-12"> 
6                <div class="footer__wrapper"> 
7                    <div class="footer__header"> 
8                        <div class="row"> 
9                            <div class="col-6 col-md-2"> 
10                                <a href="${LinkLogo.getFriendlyUrl()}" class="link-logo-footer"> 
11                                    <img src="${themeDisplay.getPathThemeRoot()}/images/almirall_logo-footer.svg" 
12                                         alt="Logo footer" 
13                                         class="logo-footer"> 
14                                </a> 
15                                <!-- <#if (Slogan.getData()?has_content)> 
16                                        ${Slogan.getData()} 
17                                    </#if> --> 
18                                    
19                            </div> 
20                            <div class="col-6 col-md-10 d-flex justify-content-end"><img 
21                                        src="${themeDisplay.getPathThemeRoot()}/images/footer_claim.svg" 
22                                        alt="footer claim"></div> 
23 
24                        </div> 
25                    </div> 
26                    <#if ColumnName?? && ColumnName.getSiblings()?has_content && (ColumnName.SectionName.getData()?has_content || ColumnName.getData()?has_content)> 
27                        <div class="footer__lists" id="footer-collapse-sm"> 
28                            <div class="row"> 
29                                <#list ColumnName.getSiblings() as titles> 
30                                    <div class="js-collapse-wrapper col-12 col-md-3"> 
31 
32                                        <h2 class="list__title" data-toggle="collapse" role="button" 
33                                            data-target="#quick-links-${titles?counter}" 
34                                            aria-controls="quick-links-${titles?counter}" aria-expanded="false"> 
35                                    <span class="text"> 
36                                        ${titles.getData()} 
37                                    </span> 
38                                            <span class="arrow"></span> 
39                                        </h2> 
40                                        <div id="quick-links-${titles?counter}" class="collapseble-wrapper"> 
41                                            <ul class="footer__list"> 
42                                                <#list titles.SectionName.getSiblings() as subtitles> 
43                                                    <#if subtitles.SectionLink?? && subtitles.SectionLink.getData()?has_content> 
44                                                        <#assign modalWebContentId = almirallUtils.getModalWebContentIdFromField(subtitles.SectionLink)!""/> 
45                                                        <li class="footer__list-item"> 
46                                                            <#if modalWebContentId?has_content> 
47                                                                <a class="footer__link footer-link openModal" 
48                                                                   target="_self" 
49                                                                   data-toggle="modal" 
50                                                                   data-target="${modalWebContentId}" 
51                                                                   href="${almirallUtils.getFriendlyUrlFromField(themeDisplay, subtitles.SectionLink)}">${subtitles.getData()}</a> 
52                                                            <#else> 
53                                                                <a class="footer__link footer-link" 
54                                                                   href="${almirallUtils.getFriendlyUrlFromField(themeDisplay, subtitles.SectionLink)}">${subtitles.getData()}</a> 
55                                                            </#if> 
56                                                        </li> 
57                                                    <#elseif subtitles.ExternalLink?? && subtitles.ExternalLink.getData()?has_content> 
58                                                        <li class="footer__list-item"> 
59                                                            <a class="footer__link footer-link" 
60                                                               href="${subtitles.ExternalLink.getData()}">${subtitles.getData()}</a> 
61                                                        </li> 
62                                                    </#if> 
63                                                </#list> 
64                                            </ul> 
65                                        </div> 
66                                    </div> 
67                                </#list> 
68                                <div class="col-12 col-md-3"> 
69                                    <#if (SocialMediaTitle.getData()?has_content)> 
70                                        <h2 class="list__title"> 
71                                    <span class="text"> 
72                                       ${SocialMediaTitle.getData()} 
73                                    </span> 
74                                        </h2> 
75                                    </#if> 
76                                    <#if (SocialMediaText.getData()?has_content)> 
77                                        <div class="basic-text"> 
78                                            <p>${SocialMediaText.getData()}</p> 
79                                        </div> 
80                                    </#if> 
81                                    <ul class="list-inline"> 
82                                        <#if (LinkedinURL.getData()?has_content)> 
83                                            <li class="list-inline-item"> 
84                                                <a class="social-item" href="${LinkedinURL.getData()}" 
85                                                   aria-lable="linked in"> 
86                                                    <img src="/o/almirall-restyling-theme/images/icons/ic_linkedin.svg" 
87                                                         alt="Linkedin" class="svg"> 
88                                                </a> 
89                                            </li> 
90                                        </#if> 
91                                        <#if (YoutubeURL.getData()?has_content)> 
92                                            <li class="list-inline-item"> 
93                                                <a class="social-item" href="${YoutubeURL.getData()}" 
94                                                   aria-lable="youtube"> 
95                                                    <img src="/o/almirall-restyling-theme/images/icons/ic_youTube.svg" 
96                                                         alt="Youtube" class="svg"> 
97                                                </a> 
98                                            </li> 
99                                        </#if> 
100                                        <#if (XingURL.getData()?has_content)> 
101                                            <li class="list-inline-item"> 
102                                                <a class="social-item" href="${XingURL.getData()}" 
103                                                   aria-lable="xing"> 
104                                                    <img src="/o/almirall-restyling-theme/images/icons/ic_Xing.svg" 
105                                                         alt="Xing" class="svg"> 
106                                                </a> 
107                                            </li> 
108                                        </#if> 
109                                    </ul> 
110                                </div> 
111                            </div> 
112                        </div> 
113                    </#if> 
114                    <div class="footer__bottom"> 
115                        <div class="row"> 
116                            <#if (Copyright.getData()?has_content)> 
117                                <div class="col-12 col-md-5"> 
118                                    <p class="copyright">${Copyright.getData()}</p> 
119                                </div> 
120                            </#if> 
121                            <div class="col-12  col-md-7 list-wrapper"> 
122                                <ul class="list-inline"> 
123                                    <#list LinkName.getSiblings() as links> 
124                                        <#assign url = (links.ExternalURL?? && links.ExternalURL.getData()?has_content) 
125                                        ?then(links.ExternalURL.getData(), links.LinkURL.getData())/> 
126                                        <#if url?? && url?has_content> 
127                                            <li class="list-inline-item"> 
128                                                <a class="footer-link" 
129                                                   href="${almirallUtils.getFriendlyUrlFromField(themeDisplay, links.LinkURL)}">${links.getData()}</a> 
130                                            </li> 
131                                        </#if> 
132                                    </#list> 
133                                </ul> 
134                            </div> 
135                        </div> 
136                    </div> 
137                </div> 
138            </div> 
139        </div> 
140    </div> 
141</footer> 

We use our own and third-party cookies for statistical purposes.

You can set your preferences (including rejection) or accept them all. If you need to learn more, please read our Cookie policy

Accept All

Cookies Preference Center

We use our own and third-party cookies for statistical purposes. You can set your preferences (including rejection) or accept them all. If you need to learn more, please read our Cookie policy

The use of technical cookies is necessary for this web page to function correctly. Without them, you may experience problems viewing the page correctly.

We use analysis cookies in order to obtain information on the performance of our web page. They allow us to detect areas in which we can improve your experience according to your use of the page.

Save settings

Accept All

We are going to take you to a different platform

This platform is safe as takes part of Almirall ecosystem

Cancel

Accept

You are about to leave www.almirall.com

Specific policies may apply to the site you are visiting; all interaction with that site is at your own risk.

Cancel

Accept

The content you are about to see is restricted to media professional use

Please let us know if you are a professional to continue.

Cancel

I'm a media professional

The content you are about to see is restricted to HC Professional use only

Please let us know if you are a HC Professional to continue.

Cancel

I'm a HC Professional