0702a92a217a2cf27af56045ba814b62a430b094
[myslice.git] / portal / templates / user_request_email.html
1 <img src="{{current_site}}/static/img/{{theme.logo}}" width="80px">     
2 <br>
3 <h1>NEW USER REQUEST</h1>
4 <br>
5 <p>You are receiving this request because we have you listed as a manager at an organization that uses {{theme.label}}.</p> 
6 <p>If you believe that you have received this message in error, or if you have any questions, kindly contact support@{{theme.theme}}.eu.</p>
7 <br>
8 <b>First name   :</b> {{first_name}}<br>
9 <b>Last name    :</b> {{last_name}}<br>
10 <!--<b>Organization :</b> {{organization}}<br> -->
11 <b>Authority hrn:</b> {{authority_hrn}}<br>
12 <b>Public key   :</b> {{public_key}}<br>
13 <b>Email        :</b> {{email}}<br>
14 <b>User hrn     :</b> {{user_hrn}}<br>
15 <b>Portal url   :</b> {{ current_site }}<br>
16 <p></p>
17 <p>You can see new user request <a href="{{current_site}}/portal/institution#requests">in the portal.</a><p>
18
19 {% include theme|add:"_widget-user_request_email.html" %}
20
21 <p>Yours sincerely,</p>        
22 <p>The {{theme.label}} team</p>